network problem

Oleg Cherkasov olegc at redpill-linpro.com
Wed Jul 4 12:17:54 UTC 2012


On 04. juli 2012 14:04, Tiziana Manfroni wrote:
>>
>> For the system with IP address 192.168.114.30 what is the output of
>> netstat -nr ?
>
> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use
> Iface
> 192.168.114.0   0.0.0.0         255.255.255.0   U     0      0        0
> eth0
> 169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0
> eth0
> 0.0.0.0         192.168.114.1   0.0.0.0         UG    0      0        0
> eth0
>

Follow the initial introduction I think IPv4 forwarding is missing, so 
try to enable it:

sysctl -w net.ipv4.ip_forward=1


Oleg


More information about the users mailing list