On a Ubuntu 8.04 I have two interfaces eth3 and eth4:avahi.
eth3 is in my local network with 192.168.178.63.
eth4:avahi has the ip 85.214.144.211.
From this box I can ping 85.214.144.212
successfully.
On a windows box in the same local network with ip 192.168.178.61
I want also be able to reach 85.214.144.212
. To achieve this I used the following steps:
- On the windows machine I entered
192.168.178.63
as gateway. - On the Ubuntu I activated
/proc/sys/net/ipv4/ip_forwarding
Now on the windows machine I can ping 85.214.144.211
but not ping 85.214.144.212
.
What I am doing wrong?