andresmorago
Senior Member
nothing so farOK that's progress. Try adding this:
Code:iptables -t nat -I POSTROUTING -o eth0:0 -j MASQUERADE
192.168.100.1 is still pingable from router but not from pc connected to router.
Code:
C:\Users\andresmorago>tracert -w 100 -d 192.168.100.1
Tracing route to 192.168.100.1 over a maximum of 30 hops
1 <1 ms <1 ms <1 ms 10.0.4.1
2 * * * Request timed out.
3 * * * Request timed out.
4 * * * Request timed out.
5 * * * Request timed out.
C:\Users\andresmorago>ping 192.168.100.1
Pinging 192.168.100.1 with 32 bytes of data:
Request timed out.
Request timed out.
Ping statistics for 192.168.100.1:
Packets: Sent = 2, Received = 0, Lost = 2 (100% loss),