Clayton Stapleton wrote: > > On Sunday 25 August 2002 12:00 pm, George Toft wrote: > > > Send route -n from both computers. Send the iptable script as well. > > > > Regards, > > > > George > > Hi George > The following is for computer A: > > loran:/home/clay # route -n > Kernel IP routing table > Destination Gateway Genmask Flags Metric Ref Use Iface > 192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 > 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1 > 0.0.0.0 192.168.1.1 0.0.0.0 UG 0 0 0 eth0 > Where/what is your 192.168.1.0 network? Anything? > The following is for computer B: > > eric:/home/clay # route -n > Kernel IP routing table > Destination Gateway Genmask Flags Metric Ref Use Iface > 192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0 No default route? This is a problem. Add a default route (the IP of the other computer) using YaST. Firewall script later. . . George