Linux Server Network (Ubuntu)
Go to solution
Solved by Joveice,
ifconfig -a Showed all Devices Lo, em1 and p6p1
i then whent to /etc/network/interfaces
auto loiface lo inet loopbackauto eth0iface eth0 inet dhcp
Since in ifconfig -a there was no eth0 or eth1 but there was em1 and p6p1
i changed it to this
auto loiface lo inet loopbackauto p6p1iface p6p1 inet dhcp
and rebooted, that solved the problem

Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now