|
Okay, after a little bit of frustration I reinstalled the operating system, and decided to give it another shot. I did everything above and it still isnt forwarding packets.
the forwarding computer has ip's 192.168.0.102, and 192.168.3.1.
I want to be able to ping google.com from 192.168.3.102, but when I try i get, "Ping request could not find host google.com. Please check the name and try again."
The gateway on the client computer is set to 192.168.3.1.
The routing table on the forwarding computer is: "
[root@gatekeeper ~]# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.3.0 0.0.0.0 255.255.255.0 U 0 0 0 eth1
192.168.0.0 0.0.0.0 255.255.255.0 U 0 0 0 eth2
169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth2
0.0.0.0 192.168.0.1 0.0.0.0 UG 0 0 0 eth2"
This is really ticking me off. Is there anything else that I could try/check?
|