Each time it starts, both interfaces come up, eth0 is wired lan, eth1 is my wireless. I only want to use wireless, but eth0 comes up every time, regardless if I want it to.
Originally, I had it on the startup list, so I removed with:
Code: Select all
rc-update del net.eth0The reason I want to stop it is one of two reasons:
1. If I don't put any config for it, it tries to use DHCP but means my machine takes longer to boot trying to seek an address from a port with no lan connection.
2. If I have a static ip, then ntp-client fails to start, because it tries the first connection (eth0) first before trying the next connection (eth1).
What I'm having to do is stop eth0 manually, and then start ntp-client manually. I'd rather this was automatic, and I think should be possible.


