Hi, my name is Diman. I have a Linux box with 2 Ether Cards on it, working properly. The problem is that the computers in the second network can't access the first and second network. The local network is separated between 2 interfaces: 195.138.129.224 - 195.138.129.231 (netmask 255.255.255.248) 195.138.129.232 - 195.138.129.239 (netmask 255.255.255.248) the IP address of the first interface is 195.138.129.225 and the second 195.138.129.233 The machines in the second network use 195.138.129.233 as a default gateway, but they can't even ping it. the output of the 'route' command is following: >Kernel IP routing table >Destination Gateway Genmask Flags Metric Ref Use Iface >195.138.129.224 * 255.255.255.248 U 0 0 0 eth0 >195.138.129.232 * 255.255.255.248 U 0 0 0 eth1 >127.0.0.0 * 255.0.0.0 U 0 0 59 lo I start the IP forwarding using : >echo "1" > /proc/sys/net/ipv4/ip_forward Could you tell me what the problem is? Why the computers in the second network cant route the packages? Thanks in advance. Diman - To unsubscribe from this list: send the line "unsubscribe linux-net" in the body of a message to [EMAIL PROTECTED]
