Ok, so I was having troubles with network manager where i would have an intermittent connection to the outside world. The only fix i found that worked was to remove network-manager completely, and run
It works flawlessy. My question is, Do I have to use network-manager on a wired connection(im not networked to any other computers), and if not, how would I run that command at startup so I dont have to input manually everytime?
Code:
sudo dhclient eth0
Comment