Hi

I am having problems with ipchains or just networking generally.  I have a
linux box set up using IP chains.  I have hanign off this box a windows 95
machine,  I can telnet to machines on the internet via the windows 95
machine but not the Linux box.  The linux box usually times out from a
telnet <machine on the internet> or returns a message "No route to host" if
I run a perl script that trys to connect to the internet.  I think it is
either my ipchains setup or my networking setup, can someone please help me
out so I telnet from the Linux box to the internet.

The commands I use to setup ipchains are
ipchains -F
ipchains -P forward DENY
ipchains -A forward -s 192.168.1.2/32 -j MASQ

My routing table is
#route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
192.168.1.1     0.0.0.0         255.255.255.255 UH    0      0        0 eth0
192.168.1.2     0.0.0.0         255.255.255.255 UH    0      0        0 eth0
203.134.20.26   0.0.0.0         255.255.255.255 UH    0      0        0 ppp0
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         203.134.20.26   0.0.0.0         UG    0      0        0 ppp0
0.0.0.0         192.168.1.254   0.0.0.0         UG    0      0        0 eth0
#


Cheers

Antony




-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to [EMAIL PROTECTED]

Reply via email to