Velvet Star Monitor

Standout celebrity highlights with iconic style.

updates

My home server (ubuntu 16.04) has two IP addresses and I dont really know why

Writer Sophia Terry

Okay so I don't really know why but my home server has two ip addresses I know that a while back I setup a static IP for it but now having two causes trouble.

output from nmcli device show enp2s0

GENERAL.DEVICE: enp2s0
GENERAL.TYPE: ethernet
GENERAL.HWADDR: AA:AA:AA:AA:AA:AA
GENERAL.MTU: 1500
GENERAL.STATE: 100 (connected)
GENERAL.CONNECTION: Wired connection 1
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveCo nnection/0
WIRED-PROPERTIES.CARRIER: on
IP4.ADDRESS[1]: 10.10.10.42/24
IP4.ADDRESS[2]: 10.10.10.110/24
IP4.GATEWAY: 10.10.10.1
IP4.ROUTE[1]: dst = 169.254.0.0/16, nh = 0.0.0.0, mt = 1000
IP4.DNS[1]: 10.10.10.110
IP4.DNS[2]: 8.8.8.8
IP4.DNS[3]: 10.10.10.1
IP6.ADDRESS[1]: fe80::1299:e53:48be:b4e8/64
IP6.ADDRESS[2]: fe80::7cd3:8d7f:5c27:27d0/64
IP6.GATEWAY:

/etc/network/interfaces

# interfaces(5) file used by ifup(8) and ifdown(8)
auto lo
iface lo inet loopback

and

/etc/NetworkManager/NetworkManager.conf

[main]
plugins=ifupdown,keyfile,ofono
dns=dnsmasq
[ifupdown]
managed=false

how do I solve this issue?

8 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy