RTNETLINK answers: File exists on Ubuntu Server 16.04

The name of the pictureThe name of the pictureThe name of the pictureClash Royale CLAN TAG#URR8PPP











up vote
3
down vote

favorite












I have a fresh new install of Ubuntu Server 16.04. After installation, network connectivity was fine.



I installed QuickBox, it's a seeding/torrent server software (https://quickbox.io).



After the installation it was still fine; I could SSH in and out no problem. The installation however recommended I restart the server for some files to finish installation.



After restarting the server I lost all network connectivity; I continued getting the error:



RTNETLINK answers: File Exists
Failed to bring up eno1


The interfaces file looked fine, had the correct networking information. No duplicate gateways were set in interfaces configuration either.



I ran the following command to get some feedback and got this:



sudo ifdown eno1 && sudo ifup -v eno1
ifdown: interface eno1 not configured
configuring interface eno1=eno1 (inet)
/bin/run-parts --exit-on-error --verbose /etc/network/if-pre-up.d
run-parts: executing /etc/network/if-pre-up.d/ethtool
run-parts: executing /etc/network/if-pre-up.d/ifenslave
* [ inet = meta ]
* IF_BOND_SLAVES=
*
*
* [ -z ]
*exit
run-parts: executing /etc/network/if-pre-up.d/vlan
/bin/ip addr add 216.176.200.X/255.255.255.X broadcast 216.176.200.X
RTNETLINK answers: File exists
Failed to bring up eno1.


I tried flushing the device as well that didn't work. I tried restart networking service, still fails. There are no extra configs in interfaces.d directory.



My interfaces file looks like this:



iface eno1 inet static
address 216.176.200.X
netmask 255.255.255.X
network 216.176.200.X
broadcast 216.176.200.X
gateway 216.176.200.X
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 209.151.232.X 209.151.224.X
dns-search domain.xyz


Also, when I do a "route -n" nothing comes up in the kernel routing table, its just completely blank.



Same thing when I run a "netstat -rn"; the routing table is completely blank.



Is it the routing table? I tried adding the routing info manually but I still got the same error.



I flushed the device as well and tried again and that didn't work either.



What is this RTNETLINK? I googled around and tried all the previous solutions people posted but none of them worked and still couldn't find a straight answer as to what this file is.







share|improve this question






















  • If you are not too fond of /etc/network/if-pre-up.d/vlan you should maybe move it to /root
    – Ralph Rönnquist
    Jan 4 at 12:20










  • @RalphRönnquist is that directory/file what is causing the network error?
    – Pietro Aretino
    Jan 4 at 22:04










  • From the log output it looks like that vlan script tries to set an ip address (with bad syntax), and it fails, causing the whole thing to fail.
    – Ralph Rönnquist
    Jan 5 at 6:04















up vote
3
down vote

favorite












I have a fresh new install of Ubuntu Server 16.04. After installation, network connectivity was fine.



I installed QuickBox, it's a seeding/torrent server software (https://quickbox.io).



After the installation it was still fine; I could SSH in and out no problem. The installation however recommended I restart the server for some files to finish installation.



After restarting the server I lost all network connectivity; I continued getting the error:



RTNETLINK answers: File Exists
Failed to bring up eno1


The interfaces file looked fine, had the correct networking information. No duplicate gateways were set in interfaces configuration either.



I ran the following command to get some feedback and got this:



sudo ifdown eno1 && sudo ifup -v eno1
ifdown: interface eno1 not configured
configuring interface eno1=eno1 (inet)
/bin/run-parts --exit-on-error --verbose /etc/network/if-pre-up.d
run-parts: executing /etc/network/if-pre-up.d/ethtool
run-parts: executing /etc/network/if-pre-up.d/ifenslave
* [ inet = meta ]
* IF_BOND_SLAVES=
*
*
* [ -z ]
*exit
run-parts: executing /etc/network/if-pre-up.d/vlan
/bin/ip addr add 216.176.200.X/255.255.255.X broadcast 216.176.200.X
RTNETLINK answers: File exists
Failed to bring up eno1.


I tried flushing the device as well that didn't work. I tried restart networking service, still fails. There are no extra configs in interfaces.d directory.



My interfaces file looks like this:



iface eno1 inet static
address 216.176.200.X
netmask 255.255.255.X
network 216.176.200.X
broadcast 216.176.200.X
gateway 216.176.200.X
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 209.151.232.X 209.151.224.X
dns-search domain.xyz


Also, when I do a "route -n" nothing comes up in the kernel routing table, its just completely blank.



Same thing when I run a "netstat -rn"; the routing table is completely blank.



Is it the routing table? I tried adding the routing info manually but I still got the same error.



I flushed the device as well and tried again and that didn't work either.



What is this RTNETLINK? I googled around and tried all the previous solutions people posted but none of them worked and still couldn't find a straight answer as to what this file is.







share|improve this question






















  • If you are not too fond of /etc/network/if-pre-up.d/vlan you should maybe move it to /root
    – Ralph Rönnquist
    Jan 4 at 12:20










  • @RalphRönnquist is that directory/file what is causing the network error?
    – Pietro Aretino
    Jan 4 at 22:04










  • From the log output it looks like that vlan script tries to set an ip address (with bad syntax), and it fails, causing the whole thing to fail.
    – Ralph Rönnquist
    Jan 5 at 6:04













up vote
3
down vote

favorite









up vote
3
down vote

favorite











I have a fresh new install of Ubuntu Server 16.04. After installation, network connectivity was fine.



I installed QuickBox, it's a seeding/torrent server software (https://quickbox.io).



After the installation it was still fine; I could SSH in and out no problem. The installation however recommended I restart the server for some files to finish installation.



After restarting the server I lost all network connectivity; I continued getting the error:



RTNETLINK answers: File Exists
Failed to bring up eno1


The interfaces file looked fine, had the correct networking information. No duplicate gateways were set in interfaces configuration either.



I ran the following command to get some feedback and got this:



sudo ifdown eno1 && sudo ifup -v eno1
ifdown: interface eno1 not configured
configuring interface eno1=eno1 (inet)
/bin/run-parts --exit-on-error --verbose /etc/network/if-pre-up.d
run-parts: executing /etc/network/if-pre-up.d/ethtool
run-parts: executing /etc/network/if-pre-up.d/ifenslave
* [ inet = meta ]
* IF_BOND_SLAVES=
*
*
* [ -z ]
*exit
run-parts: executing /etc/network/if-pre-up.d/vlan
/bin/ip addr add 216.176.200.X/255.255.255.X broadcast 216.176.200.X
RTNETLINK answers: File exists
Failed to bring up eno1.


I tried flushing the device as well that didn't work. I tried restart networking service, still fails. There are no extra configs in interfaces.d directory.



My interfaces file looks like this:



iface eno1 inet static
address 216.176.200.X
netmask 255.255.255.X
network 216.176.200.X
broadcast 216.176.200.X
gateway 216.176.200.X
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 209.151.232.X 209.151.224.X
dns-search domain.xyz


Also, when I do a "route -n" nothing comes up in the kernel routing table, its just completely blank.



Same thing when I run a "netstat -rn"; the routing table is completely blank.



Is it the routing table? I tried adding the routing info manually but I still got the same error.



I flushed the device as well and tried again and that didn't work either.



What is this RTNETLINK? I googled around and tried all the previous solutions people posted but none of them worked and still couldn't find a straight answer as to what this file is.







share|improve this question














I have a fresh new install of Ubuntu Server 16.04. After installation, network connectivity was fine.



I installed QuickBox, it's a seeding/torrent server software (https://quickbox.io).



After the installation it was still fine; I could SSH in and out no problem. The installation however recommended I restart the server for some files to finish installation.



After restarting the server I lost all network connectivity; I continued getting the error:



RTNETLINK answers: File Exists
Failed to bring up eno1


The interfaces file looked fine, had the correct networking information. No duplicate gateways were set in interfaces configuration either.



I ran the following command to get some feedback and got this:



sudo ifdown eno1 && sudo ifup -v eno1
ifdown: interface eno1 not configured
configuring interface eno1=eno1 (inet)
/bin/run-parts --exit-on-error --verbose /etc/network/if-pre-up.d
run-parts: executing /etc/network/if-pre-up.d/ethtool
run-parts: executing /etc/network/if-pre-up.d/ifenslave
* [ inet = meta ]
* IF_BOND_SLAVES=
*
*
* [ -z ]
*exit
run-parts: executing /etc/network/if-pre-up.d/vlan
/bin/ip addr add 216.176.200.X/255.255.255.X broadcast 216.176.200.X
RTNETLINK answers: File exists
Failed to bring up eno1.


I tried flushing the device as well that didn't work. I tried restart networking service, still fails. There are no extra configs in interfaces.d directory.



My interfaces file looks like this:



iface eno1 inet static
address 216.176.200.X
netmask 255.255.255.X
network 216.176.200.X
broadcast 216.176.200.X
gateway 216.176.200.X
# dns-* options are implemented by the resolvconf package, if installed
dns-nameservers 209.151.232.X 209.151.224.X
dns-search domain.xyz


Also, when I do a "route -n" nothing comes up in the kernel routing table, its just completely blank.



Same thing when I run a "netstat -rn"; the routing table is completely blank.



Is it the routing table? I tried adding the routing info manually but I still got the same error.



I flushed the device as well and tried again and that didn't work either.



What is this RTNETLINK? I googled around and tried all the previous solutions people posted but none of them worked and still couldn't find a straight answer as to what this file is.









share|improve this question













share|improve this question




share|improve this question








edited Jan 7 at 14:31









Jeff Schaller

31.8k848109




31.8k848109










asked Jan 4 at 0:51









Pietro Aretino

426




426











  • If you are not too fond of /etc/network/if-pre-up.d/vlan you should maybe move it to /root
    – Ralph Rönnquist
    Jan 4 at 12:20










  • @RalphRönnquist is that directory/file what is causing the network error?
    – Pietro Aretino
    Jan 4 at 22:04










  • From the log output it looks like that vlan script tries to set an ip address (with bad syntax), and it fails, causing the whole thing to fail.
    – Ralph Rönnquist
    Jan 5 at 6:04

















  • If you are not too fond of /etc/network/if-pre-up.d/vlan you should maybe move it to /root
    – Ralph Rönnquist
    Jan 4 at 12:20










  • @RalphRönnquist is that directory/file what is causing the network error?
    – Pietro Aretino
    Jan 4 at 22:04










  • From the log output it looks like that vlan script tries to set an ip address (with bad syntax), and it fails, causing the whole thing to fail.
    – Ralph Rönnquist
    Jan 5 at 6:04
















If you are not too fond of /etc/network/if-pre-up.d/vlan you should maybe move it to /root
– Ralph Rönnquist
Jan 4 at 12:20




If you are not too fond of /etc/network/if-pre-up.d/vlan you should maybe move it to /root
– Ralph Rönnquist
Jan 4 at 12:20












@RalphRönnquist is that directory/file what is causing the network error?
– Pietro Aretino
Jan 4 at 22:04




@RalphRönnquist is that directory/file what is causing the network error?
– Pietro Aretino
Jan 4 at 22:04












From the log output it looks like that vlan script tries to set an ip address (with bad syntax), and it fails, causing the whole thing to fail.
– Ralph Rönnquist
Jan 5 at 6:04





From the log output it looks like that vlan script tries to set an ip address (with bad syntax), and it fails, causing the whole thing to fail.
– Ralph Rönnquist
Jan 5 at 6:04
















active

oldest

votes











Your Answer







StackExchange.ready(function()
var channelOptions =
tags: "".split(" "),
id: "106"
;
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function()
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled)
StackExchange.using("snippets", function()
createEditor();
);

else
createEditor();

);

function createEditor()
StackExchange.prepareEditor(
heartbeatType: 'answer',
convertImagesToLinks: false,
noModals: false,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
);



);








 

draft saved


draft discarded


















StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f414675%2frtnetlink-answers-file-exists-on-ubuntu-server-16-04%23new-answer', 'question_page');

);

Post as a guest



































active

oldest

votes













active

oldest

votes









active

oldest

votes






active

oldest

votes










 

draft saved


draft discarded


























 


draft saved


draft discarded














StackExchange.ready(
function ()
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2funix.stackexchange.com%2fquestions%2f414675%2frtnetlink-answers-file-exists-on-ubuntu-server-16-04%23new-answer', 'question_page');

);

Post as a guest













































































Popular posts from this blog

How to check contact read email or not when send email to Individual?

Bahrain

Postfix configuration issue with fips on centos 7; mailgun relay