Hi All,
I am unable to set the default gateway from K Menu=>System Settings=>Network Settings.
After setting the gateway from the Network Settings, I am unable to ping to the gateways.
Also when I tried route -n, it shows a route entry in which the gateway is 0.0.0.0.
So the workaround as of now is that I am setting a default gateway everytime I boot into the system. To set the default gateway, do the following
route add default gw <gateway ip address>
I am unable to set the default gateway from K Menu=>System Settings=>Network Settings.
After setting the gateway from the Network Settings, I am unable to ping to the gateways.
Also when I tried route -n, it shows a route entry in which the gateway is 0.0.0.0.
So the workaround as of now is that I am setting a default gateway everytime I boot into the system. To set the default gateway, do the following
route add default gw <gateway ip address>
Comment