Hello,
i want to connect a 192.168.0.0 subnet to a 10.155.20.0 subnet with a PC
running current Debian. Therefore i have a eth0 at 192.168.0.10 and a
eth1 at 10.155.20.1. IP forwarding is activated in /etc/network/options
and /proc/sys/net/ipv4/ip_forward.
route -n gives:
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
10.155.20.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth0
Standard Gateways are 192.168.0.10 and 10.155.20.1 in subnets.
Ping from a 10... machine to a 192.. machine doesnt work.
I spent the whole day looking for a good tutorial which I also
understand, but found nothing helpful.
What else do I need to route packets between the two subnets?
Carina
|