|
Home > Archive > Red Hat Networking > April 2004 > HELp! How to enable Telnet and ftp on Fedora
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
HELp! How to enable Telnet and ftp on Fedora
|
|
| nicholas rodolfich 2004-04-11, 3:32 pm |
| Hello,
I have machine that I brought up on Fedora Core 1 but I cannot seem
to acces it across my SOHO network. I have cable modem access coupled to
a Linksys BEFW11S4 wireless router with 4 LAN ports. I have a PC(XP
home) with wireless card and I have the RH system plugged directly into
one of the the 4 router LAN ports. During install I set the network
parameters to the same settings that my PC(XP home) has (i.e. gateway,
broadcast, IP). I can ping the PC from Fedora and ping the Fedora system
from the PC. However, I cannot Telnet, FTP or start any Xwindows traffic
between the two. The Fedora system can surf the Internet through the
router just like the PC can. When I try to telnet to the Fedora system
from the PC I get the message " Could not open connection to host on
port 23. A socket operation encountered a dead network". I can't seem to
locate where to enable these since it is apparently different from Red
Hat's implementation of xinetd (WHY?, WHY?, WHY? don't we want to
conguer the evil empire one day? It will never happen without some sort
of standardization). Whew!! Sorry!! I almost jumped up on my UNIX bigot
soap box.
Any assistance would be greatly appreciated!!
Thank You!!
Nicholas
PC IP 192.168.1.100 (obtained from DHCP on router)
PC GW 192.168.1.1 (obtained from DHCP on router)
Broad 255.255.255.0 (obtained from DHCP on router)
Fedora IP 192.168.1.110 (assigned at install)
Fedora GW 192.168.1.1 (assigned at install)
Defora Broadcast 255.255.255.0 (assigned at install)
| |
| Xterm1 2004-04-11, 3:32 pm |
| On Sat, 10 Apr 2004 18:30:22 -0400, nicholas rodolfich wrote:
> Hello,
> I have machine that I brought up on Fedora Core 1 but I cannot seem
> to acces it across my SOHO network. I have cable modem access coupled to
> a Linksys BEFW11S4 wireless router with 4 LAN ports. I have a PC(XP
> home) with wireless card and I have the RH system plugged directly into
> one of the the 4 router LAN ports. During install I set the network
> parameters to the same settings that my PC(XP home) has (i.e. gateway,
> broadcast, IP). I can ping the PC from Fedora and ping the Fedora system
> from the PC. However, I cannot Telnet, FTP or start any Xwindows traffic
> between the two. The Fedora system can surf the Internet through the
> router just like the PC can. When I try to telnet to the Fedora system
> from the PC I get the message " Could not open connection to host on
> port 23. A socket operation encountered a dead network". I can't seem to
> locate where to enable these since it is apparently different from Red
> Hat's implementation of xinetd (WHY?, WHY?, WHY? don't we want to
> conguer the evil empire one day? It will never happen without some sort
> of standardization). Whew!! Sorry!! I almost jumped up on my UNIX bigot
> soap box.
>
> Any assistance would be greatly appreciated!!
>
> Thank You!!
>
> Nicholas
>
>
> PC IP 192.168.1.100 (obtained from DHCP on router) PC GW
> 192.168.1.1 (obtained from DHCP on router) Broad
> 255.255.255.0 (obtained from DHCP on router)
>
> Fedora IP 192.168.1.110 (assigned at install) Fedora GW
> 192.168.1.1 (assigned at install) Defora Broadcast
> 255.255.255.0 (assigned at install)
/etc/xinetd.d/telnet
remove disabled = yes
service xinetd restart
Same as all RH systems! with xinetd. might even check to make sure
telnt is even installed!
netstat -l will show listing ports also
| |
| Scott Lurndal 2004-04-14, 2:39 pm |
| Xterm1 <xterm1@Station1.Tatorz.com> writes:
>On Sat, 10 Apr 2004 18:30:22 -0400, nicholas rodolfich wrote:
>
When I try to telnet to the Fedora system[color=darkred]
[color=darkred]
>
>/etc/xinetd.d/telnet
>remove disabled = yes
>service xinetd restart
Ok, more simply:
/sbin/chkconfig telnet on
/sbin/chkconfig vsftpd on
/sbin/chkconfig --list
scott
|
|
|
|
|