Networking unreachable with Ubuntu 16.10 Server and J3455B-ITX
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgO9GURib1T8z7lCwjOGLQaGtrueEthgQ8LO42ZX8cOfTqDK4jvDDpKkLFwf2J49kYCMNW7d4ABih_XCb_2UXdq5fPJDkoyg7-8g_YfRUot-XnaXkNYycsNp7lA5_TW9td0FFpLQ2APzKcZ/s1600/1.jpg)
![Creative The name of the picture](https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEhYQ0N5W1qAOxLP7t7iOM6O6AzbZnkXUy16s7P_CWfOb5UbTQY_aDsc727chyphenhyphen5W4IppVNernMMQeaUFTB_rFzAd95_CDt-tnwN-nBx6JyUp2duGjPaL5-VgNO41AVsA_vu30EJcipdDG409/s400/Clash+Royale+CLAN+TAG%2523URR8PPP.png)
up vote
0
down vote
favorite
I have a fresh install of Ubuntu 16.10
(with kernel 4.8
) and the network isn't connecting (via Ethernet). The machine is a new J3455B-ITX mobo/CPU combo.
Here's what ifconfig
shows:
enp1s0: ///
lo: ///
My /etc/network/interfaces
file looks like this:
auto lo
iface lo inet loopback
#
auto enp1s0
iface enp1s0 inet dhcp
netmask 255.255.255.0
Here's the output of services networking status
:
Active: failed (Result: timeout)
Starting Raise networking interfaces...
waiting for lock on /run/network/ifstate.enp1s0
networking.service start operation timed out. terminating.
Failed to start Raise network interfaces
I'm stumped. Any ideas?
networking server ethernet dhcp
 |Â
show 10 more comments
up vote
0
down vote
favorite
I have a fresh install of Ubuntu 16.10
(with kernel 4.8
) and the network isn't connecting (via Ethernet). The machine is a new J3455B-ITX mobo/CPU combo.
Here's what ifconfig
shows:
enp1s0: ///
lo: ///
My /etc/network/interfaces
file looks like this:
auto lo
iface lo inet loopback
#
auto enp1s0
iface enp1s0 inet dhcp
netmask 255.255.255.0
Here's the output of services networking status
:
Active: failed (Result: timeout)
Starting Raise networking interfaces...
waiting for lock on /run/network/ifstate.enp1s0
networking.service start operation timed out. terminating.
Failed to start Raise network interfaces
I'm stumped. Any ideas?
networking server ethernet dhcp
Do you have a DHCP server available for the enp1s0 interface? What means "netmask ...." in interfaces file as you want to use DHCP configuration?
â mariaczi
Apr 18 at 8:09
Yes I already have a router on the network that is the DHCP server. The only reason I added the netmask was because I noticed in the logs it was searching for 255.255.255.255.
â Adam Simpson
Apr 18 at 11:18
To be sure, if you have all required drivers (included firmware files) try to setup static IP (help.ubuntu.com/lts/serverguide/network-configuration.html) and check if you will have access to the internet.
â mariaczi
Apr 18 at 11:22
The issue there is IâÂÂve never had network access (I installed this last night) so I donâÂÂt have a way to know or get what drivers I may need.
â Adam Simpson
Apr 18 at 12:05
Did you try setup static IP for network interface?
â mariaczi
Apr 18 at 12:43
 |Â
show 10 more comments
up vote
0
down vote
favorite
up vote
0
down vote
favorite
I have a fresh install of Ubuntu 16.10
(with kernel 4.8
) and the network isn't connecting (via Ethernet). The machine is a new J3455B-ITX mobo/CPU combo.
Here's what ifconfig
shows:
enp1s0: ///
lo: ///
My /etc/network/interfaces
file looks like this:
auto lo
iface lo inet loopback
#
auto enp1s0
iface enp1s0 inet dhcp
netmask 255.255.255.0
Here's the output of services networking status
:
Active: failed (Result: timeout)
Starting Raise networking interfaces...
waiting for lock on /run/network/ifstate.enp1s0
networking.service start operation timed out. terminating.
Failed to start Raise network interfaces
I'm stumped. Any ideas?
networking server ethernet dhcp
I have a fresh install of Ubuntu 16.10
(with kernel 4.8
) and the network isn't connecting (via Ethernet). The machine is a new J3455B-ITX mobo/CPU combo.
Here's what ifconfig
shows:
enp1s0: ///
lo: ///
My /etc/network/interfaces
file looks like this:
auto lo
iface lo inet loopback
#
auto enp1s0
iface enp1s0 inet dhcp
netmask 255.255.255.0
Here's the output of services networking status
:
Active: failed (Result: timeout)
Starting Raise networking interfaces...
waiting for lock on /run/network/ifstate.enp1s0
networking.service start operation timed out. terminating.
Failed to start Raise network interfaces
I'm stumped. Any ideas?
networking server ethernet dhcp
networking server ethernet dhcp
edited Apr 20 at 19:31
![](https://i.stack.imgur.com/Qwl2d.jpg?s=32&g=1)
![](https://i.stack.imgur.com/Qwl2d.jpg?s=32&g=1)
Fabby
24.4k1352153
24.4k1352153
asked Apr 18 at 4:15
Adam Simpson
535
535
Do you have a DHCP server available for the enp1s0 interface? What means "netmask ...." in interfaces file as you want to use DHCP configuration?
â mariaczi
Apr 18 at 8:09
Yes I already have a router on the network that is the DHCP server. The only reason I added the netmask was because I noticed in the logs it was searching for 255.255.255.255.
â Adam Simpson
Apr 18 at 11:18
To be sure, if you have all required drivers (included firmware files) try to setup static IP (help.ubuntu.com/lts/serverguide/network-configuration.html) and check if you will have access to the internet.
â mariaczi
Apr 18 at 11:22
The issue there is IâÂÂve never had network access (I installed this last night) so I donâÂÂt have a way to know or get what drivers I may need.
â Adam Simpson
Apr 18 at 12:05
Did you try setup static IP for network interface?
â mariaczi
Apr 18 at 12:43
 |Â
show 10 more comments
Do you have a DHCP server available for the enp1s0 interface? What means "netmask ...." in interfaces file as you want to use DHCP configuration?
â mariaczi
Apr 18 at 8:09
Yes I already have a router on the network that is the DHCP server. The only reason I added the netmask was because I noticed in the logs it was searching for 255.255.255.255.
â Adam Simpson
Apr 18 at 11:18
To be sure, if you have all required drivers (included firmware files) try to setup static IP (help.ubuntu.com/lts/serverguide/network-configuration.html) and check if you will have access to the internet.
â mariaczi
Apr 18 at 11:22
The issue there is IâÂÂve never had network access (I installed this last night) so I donâÂÂt have a way to know or get what drivers I may need.
â Adam Simpson
Apr 18 at 12:05
Did you try setup static IP for network interface?
â mariaczi
Apr 18 at 12:43
Do you have a DHCP server available for the enp1s0 interface? What means "netmask ...." in interfaces file as you want to use DHCP configuration?
â mariaczi
Apr 18 at 8:09
Do you have a DHCP server available for the enp1s0 interface? What means "netmask ...." in interfaces file as you want to use DHCP configuration?
â mariaczi
Apr 18 at 8:09
Yes I already have a router on the network that is the DHCP server. The only reason I added the netmask was because I noticed in the logs it was searching for 255.255.255.255.
â Adam Simpson
Apr 18 at 11:18
Yes I already have a router on the network that is the DHCP server. The only reason I added the netmask was because I noticed in the logs it was searching for 255.255.255.255.
â Adam Simpson
Apr 18 at 11:18
To be sure, if you have all required drivers (included firmware files) try to setup static IP (help.ubuntu.com/lts/serverguide/network-configuration.html) and check if you will have access to the internet.
â mariaczi
Apr 18 at 11:22
To be sure, if you have all required drivers (included firmware files) try to setup static IP (help.ubuntu.com/lts/serverguide/network-configuration.html) and check if you will have access to the internet.
â mariaczi
Apr 18 at 11:22
The issue there is IâÂÂve never had network access (I installed this last night) so I donâÂÂt have a way to know or get what drivers I may need.
â Adam Simpson
Apr 18 at 12:05
The issue there is IâÂÂve never had network access (I installed this last night) so I donâÂÂt have a way to know or get what drivers I may need.
â Adam Simpson
Apr 18 at 12:05
Did you try setup static IP for network interface?
â mariaczi
Apr 18 at 12:43
Did you try setup static IP for network interface?
â mariaczi
Apr 18 at 12:43
 |Â
show 10 more comments
1 Answer
1
active
oldest
votes
up vote
1
down vote
accepted
Seems that your computer is having two network cards, enp2s0 = RTL8168g/8111g, enp1s0 = Intel(R) PRO/1000
Are you completely sure that your ethernet cable is on Intel, not the realtek?
Seems that your cable is connected to enp2s0 not enp1s0. I made that conclusion of this line you show (see the no-carrier flag):
2: enp2s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 70:85:c2:4b:68:0a brd ff:ff:ff:ff:ff:ff
3: enp1s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
link/ether 00:1b:21:39:ed:64 brd ff:ff:ff:ff:ff:ff
I Suggest you try to replace your networking config to raise interface as enp2s0 with configuration like this:
auto lo
iface lo inet loopback
#
auto enp2s0
iface enp2s0 inet dhcp
Actually you don't need netmask, dhcp broadcast to 255.255.255.255 should go to every device on your layer2 network.
Ah you nailed it! Thank you so much! For my own edification what does 'no-carrier' mean? I'll award the bounty when it allows me to...
â Adam Simpson
Apr 21 at 16:51
No carrier means there is no active line connected to your network card.
â Pasi Suominen
Apr 26 at 14:49
add a comment |Â
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
1
down vote
accepted
Seems that your computer is having two network cards, enp2s0 = RTL8168g/8111g, enp1s0 = Intel(R) PRO/1000
Are you completely sure that your ethernet cable is on Intel, not the realtek?
Seems that your cable is connected to enp2s0 not enp1s0. I made that conclusion of this line you show (see the no-carrier flag):
2: enp2s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 70:85:c2:4b:68:0a brd ff:ff:ff:ff:ff:ff
3: enp1s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
link/ether 00:1b:21:39:ed:64 brd ff:ff:ff:ff:ff:ff
I Suggest you try to replace your networking config to raise interface as enp2s0 with configuration like this:
auto lo
iface lo inet loopback
#
auto enp2s0
iface enp2s0 inet dhcp
Actually you don't need netmask, dhcp broadcast to 255.255.255.255 should go to every device on your layer2 network.
Ah you nailed it! Thank you so much! For my own edification what does 'no-carrier' mean? I'll award the bounty when it allows me to...
â Adam Simpson
Apr 21 at 16:51
No carrier means there is no active line connected to your network card.
â Pasi Suominen
Apr 26 at 14:49
add a comment |Â
up vote
1
down vote
accepted
Seems that your computer is having two network cards, enp2s0 = RTL8168g/8111g, enp1s0 = Intel(R) PRO/1000
Are you completely sure that your ethernet cable is on Intel, not the realtek?
Seems that your cable is connected to enp2s0 not enp1s0. I made that conclusion of this line you show (see the no-carrier flag):
2: enp2s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 70:85:c2:4b:68:0a brd ff:ff:ff:ff:ff:ff
3: enp1s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
link/ether 00:1b:21:39:ed:64 brd ff:ff:ff:ff:ff:ff
I Suggest you try to replace your networking config to raise interface as enp2s0 with configuration like this:
auto lo
iface lo inet loopback
#
auto enp2s0
iface enp2s0 inet dhcp
Actually you don't need netmask, dhcp broadcast to 255.255.255.255 should go to every device on your layer2 network.
Ah you nailed it! Thank you so much! For my own edification what does 'no-carrier' mean? I'll award the bounty when it allows me to...
â Adam Simpson
Apr 21 at 16:51
No carrier means there is no active line connected to your network card.
â Pasi Suominen
Apr 26 at 14:49
add a comment |Â
up vote
1
down vote
accepted
up vote
1
down vote
accepted
Seems that your computer is having two network cards, enp2s0 = RTL8168g/8111g, enp1s0 = Intel(R) PRO/1000
Are you completely sure that your ethernet cable is on Intel, not the realtek?
Seems that your cable is connected to enp2s0 not enp1s0. I made that conclusion of this line you show (see the no-carrier flag):
2: enp2s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 70:85:c2:4b:68:0a brd ff:ff:ff:ff:ff:ff
3: enp1s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
link/ether 00:1b:21:39:ed:64 brd ff:ff:ff:ff:ff:ff
I Suggest you try to replace your networking config to raise interface as enp2s0 with configuration like this:
auto lo
iface lo inet loopback
#
auto enp2s0
iface enp2s0 inet dhcp
Actually you don't need netmask, dhcp broadcast to 255.255.255.255 should go to every device on your layer2 network.
Seems that your computer is having two network cards, enp2s0 = RTL8168g/8111g, enp1s0 = Intel(R) PRO/1000
Are you completely sure that your ethernet cable is on Intel, not the realtek?
Seems that your cable is connected to enp2s0 not enp1s0. I made that conclusion of this line you show (see the no-carrier flag):
2: enp2s0: <BROADCAST,MULTICAST> mtu 1500 qdisc noop state DOWN group default qlen 1000
link/ether 70:85:c2:4b:68:0a brd ff:ff:ff:ff:ff:ff
3: enp1s0: <NO-CARRIER,BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast state DOWN group default qlen 1000
link/ether 00:1b:21:39:ed:64 brd ff:ff:ff:ff:ff:ff
I Suggest you try to replace your networking config to raise interface as enp2s0 with configuration like this:
auto lo
iface lo inet loopback
#
auto enp2s0
iface enp2s0 inet dhcp
Actually you don't need netmask, dhcp broadcast to 255.255.255.255 should go to every device on your layer2 network.
answered Apr 21 at 16:13
Pasi Suominen
44526
44526
Ah you nailed it! Thank you so much! For my own edification what does 'no-carrier' mean? I'll award the bounty when it allows me to...
â Adam Simpson
Apr 21 at 16:51
No carrier means there is no active line connected to your network card.
â Pasi Suominen
Apr 26 at 14:49
add a comment |Â
Ah you nailed it! Thank you so much! For my own edification what does 'no-carrier' mean? I'll award the bounty when it allows me to...
â Adam Simpson
Apr 21 at 16:51
No carrier means there is no active line connected to your network card.
â Pasi Suominen
Apr 26 at 14:49
Ah you nailed it! Thank you so much! For my own edification what does 'no-carrier' mean? I'll award the bounty when it allows me to...
â Adam Simpson
Apr 21 at 16:51
Ah you nailed it! Thank you so much! For my own edification what does 'no-carrier' mean? I'll award the bounty when it allows me to...
â Adam Simpson
Apr 21 at 16:51
No carrier means there is no active line connected to your network card.
â Pasi Suominen
Apr 26 at 14:49
No carrier means there is no active line connected to your network card.
â Pasi Suominen
Apr 26 at 14:49
add a comment |Â
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f1025994%2fnetworking-unreachable-with-ubuntu-16-10-server-and-j3455b-itx%23new-answer', 'question_page');
);
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Sign up or log in
StackExchange.ready(function ()
StackExchange.helpers.onClickDraftSave('#login-link');
var $window = $(window),
onScroll = function(e)
var $elem = $('.new-login-left'),
docViewTop = $window.scrollTop(),
docViewBottom = docViewTop + $window.height(),
elemTop = $elem.offset().top,
elemBottom = elemTop + $elem.height();
if ((docViewTop elemBottom))
StackExchange.using('gps', function() StackExchange.gps.track('embedded_signup_form.view', location: 'question_page' ); );
$window.unbind('scroll', onScroll);
;
$window.on('scroll', onScroll);
);
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Do you have a DHCP server available for the enp1s0 interface? What means "netmask ...." in interfaces file as you want to use DHCP configuration?
â mariaczi
Apr 18 at 8:09
Yes I already have a router on the network that is the DHCP server. The only reason I added the netmask was because I noticed in the logs it was searching for 255.255.255.255.
â Adam Simpson
Apr 18 at 11:18
To be sure, if you have all required drivers (included firmware files) try to setup static IP (help.ubuntu.com/lts/serverguide/network-configuration.html) and check if you will have access to the internet.
â mariaczi
Apr 18 at 11:22
The issue there is IâÂÂve never had network access (I installed this last night) so I donâÂÂt have a way to know or get what drivers I may need.
â Adam Simpson
Apr 18 at 12:05
Did you try setup static IP for network interface?
â mariaczi
Apr 18 at 12:43