Talk:Renumbering for customers

From BitFolk
Jump to navigation Jump to search

Gentoo /etc/conf.d/net

The following works for me on Gentoo (baselayout-2) - obviously replacing IPs with the correct ones for your machine:

config_eth0=( "212.13.194.xxx/25" "85.119.82.xxx/21" )
routes_eth0="default via 85.119.80.1"

dns_servers_eth0="85.119.80.232 85.119.80.233"

Confirmed that the above works for me too, on Gentoo/baselayout-2. Detailed instructions added to main page. Tommy 14:42, 20 November 2011 (UTC)