Linked by Andrew Youll on Sun 14th Aug 2005 15:23 UTC, submitted by Michael David
Permalink for comment 18185
To read all comments associated with this story, please click here.
To read all comments associated with this story, please click here.
News
Linked by Thom Holwerda on 05/18/13 21:06 UTC
Linked by Thom Holwerda on 05/18/13 7:37 UTC
Linked by fran on 05/18/13 1:38 UTC
Linked by Thom Holwerda on 05/17/13 23:35 UTC, submitted by kragil
Linked by MOS6510 on 05/17/13 22:22 UTC
Linked by Thom Holwerda on 05/17/13 22:15 UTC, submitted by Tom
Linked by Thom Holwerda on 05/16/13 21:41 UTC
Linked by Thom Holwerda on 05/16/13 17:04 UTC
Linked by Thom Holwerda on 05/16/13 13:17 UTC
Linked by Thom Holwerda on 05/16/13 12:06 UTC
More News »
Sponsored Links



Member since:
---
I am trolling? When I need to change my default gateway, I would go and read the networks section in manual
Address of Ethernet-Card:
xxx.112.xx.33/255.255.x55.x28
Address of Default-Gateway:
xxx.112.xx.1/255.255.x55.x48
The following lines need to be added to /etc/rc.conf, where vr0 is the device name of my network card, of course this name varies depending on the card type:
static_routes="GwNet GwHost"
route_GwNet="add -net xxx.112.xx.0 -netmask 255.255.255.2xx -interface vr0"
route_GwHost="add -net 0.0.0.0 -netmask 0.0.0.0 -gateway xxx.112.xx.1"
Afterwards restart network or machine.
That's it :-)