Just thought I would try this here:
I just install RedHat 7.1 on a win98 machine in my office's internal network. Everything works fine except all the xinet services are not available to other computers on the network. I can surf the web, ping any computers inside of outside of company firewall and other computers can ping the linux box. I can also telnet into localhost. BUT when I try to telnet/ftp/http/ssh into my linux machine from other computers on my company's network, I get a connection refused error. I have the following network config:
eth0 Link encap:Ethernet HWaddr 00:C0:4F:41:CE:52
inet addr:130.154.2.35 Bcast:130.154.2.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2434 errors:0 dropped:0 overruns:0 frame:0
TX packets:717 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:11 Base address:0xdc00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:102 errors:0 dropped:0 overruns:0 frame:0
TX packets:102 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
Since I can telnet/ftp/ssh/http into localhost, I am assuming it's not a problem with the services, but rather a problem with my network configuration. However, I am puzzled as to why I can ping and be pinged, but the services won't accept outside computers. Any help is appreciated as I am on a deadline. Thanks.
Leon
p.s. Here is a copy of my config file in /etc/xinetd.d/
# default: on
# description: The telnet server serves telnet sessions; it uses \
# unencrypted username/password pairs for authentication.
service telnet
{
disable = no
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure += USERID
}
I just install RedHat 7.1 on a win98 machine in my office's internal network. Everything works fine except all the xinet services are not available to other computers on the network. I can surf the web, ping any computers inside of outside of company firewall and other computers can ping the linux box. I can also telnet into localhost. BUT when I try to telnet/ftp/http/ssh into my linux machine from other computers on my company's network, I get a connection refused error. I have the following network config:
eth0 Link encap:Ethernet HWaddr 00:C0:4F:41:CE:52
inet addr:130.154.2.35 Bcast:130.154.2.255 Mask:255.255.255.0
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2434 errors:0 dropped:0 overruns:0 frame:0
TX packets:717 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:100
Interrupt:11 Base address:0xdc00
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:102 errors:0 dropped:0 overruns:0 frame:0
TX packets:102 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
Since I can telnet/ftp/ssh/http into localhost, I am assuming it's not a problem with the services, but rather a problem with my network configuration. However, I am puzzled as to why I can ping and be pinged, but the services won't accept outside computers. Any help is appreciated as I am on a deadline. Thanks.
Leon
p.s. Here is a copy of my config file in /etc/xinetd.d/
# default: on
# description: The telnet server serves telnet sessions; it uses \
# unencrypted username/password pairs for authentication.
service telnet
{
disable = no
flags = REUSE
socket_type = stream
wait = no
user = root
server = /usr/sbin/in.telnetd
log_on_failure += USERID
}