Greetings.
Setting up my fuel for installing the soon-to-arrive o2 gives me headaches again...
I try to change my network settings so she takes my new router/network as default, but it always resets to the old settings.
New: 192.168.178/24 with Gateway/NS: 192.168.178.1
Old: 192.168.0/24 with Gateway/NS: 192.168.0.254
Domain name is cause of the fritz!box: fritz.box
So i put in hosts
resolv.conf before boot
resolv.conf after boot
/etc/config/static-route.options
I enabled dhcp, ran the network config with every user in every possibility to change the network settings in every way, no chance.
On every reboot the same settings in resolv.conf
Why, oh why, oh why?
Setting up my fuel for installing the soon-to-arrive o2 gives me headaches again...
I try to change my network settings so she takes my new router/network as default, but it always resets to the old settings.
New: 192.168.178/24 with Gateway/NS: 192.168.178.1
Old: 192.168.0/24 with Gateway/NS: 192.168.0.254
Domain name is cause of the fritz!box: fritz.box
So i put in hosts
Code: Select all
192.168.178.65 fuel.fritz.box fuel
resolv.conf before boot
Code: Select all
domain fritz.box
nameserver 192.168.178.1
resolv.conf after boot
Code: Select all
domain
nameserver 192.168.0.254
/etc/config/static-route.options
Code: Select all
$ROUTE $QUIET add -net default 192.168.178.1
I enabled dhcp, ran the network config with every user in every possibility to change the network settings in every way, no chance.
On every reboot the same settings in resolv.conf
Why, oh why, oh why?