Carl Johnson on 9 Oct 2017 08:31:38 -0700


[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]

Re: [PLUG] Two IP's on an interface. One won't go away.


Tone,

Thanks for your input too. You and Keith are in the right neighborhood. I said in my inital post to the list...

"NetworkManager is not installed or running.
I've got BOOTPROTO="static" set in both ifcfg-ethX files"

I did figure out the problem though. See my other reply just before this one....

Thanks again....

On Mon, Oct 9, 2017 at 11:26 AM, Tone Montone <tonemontone@gmail.com> wrote:
Are you running NetworkManager?  I have been wrapped around the pole with NM many times.  I disable it in the ifcfg-* files, I stop the manager via "systemctl stop NetworkManger", then disable it via "systemctl disable NetworkManager.  If you want to kill i permanently you can mask it via "systemctl mask NetworkManager"

Mike

On Mon, Oct 9, 2017 at 10:18 AM, Keith C. Perry <kperry@daotechnologies.com> wrote:
What was the 192.168.179.102 previously used for?  Perhaps there is a service that is watching for that and is automatically adding it either locally on that system or remotely from another management service.


~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~ ~
Keith C. Perry, MS E.E.
Managing Member, DAO Technologies LLC
www.daotechnologies.com


From: "Carl Johnson" <cjohnson19791979@gmail.com>
To: "Philadelphia Linux User's Group Discussion List" <plug@lists.phillylinux.org>, "rachelneko" <rachelneko@gmail.com>
Sent: Thursday, October 5, 2017 7:13:08 PM
Subject: Re: [PLUG] Two IP's on an interface. One won't go away.

Nope. This is on an Intel S2600 board actually.



On October 5, 2017 4:59:59 PM MDT, Rachel plays Linux <rachelneko@gmail.com> wrote:
Do you have a vm or single-board computer set up with network sharing? I know the beaglebone black defaults to a /30 address.





On Oct 5, 2017 6:34 PM, "Carl Johnson" <cjohnson19791979@gmail.com> wrote:
I've got an interesting issue with a CentOS Linux release 7.4.1708 (Core) box. This server has two NIC's. One of those NIC's has had a single static IP set on it for a while now. No issues there. However, for some reason I'm having some issues bringing up the second interface.

"ip a" looks like this
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether a4:bb:01:02:43:5c brd ff:ff:ff:ff:ff:ff
    inet 192.168.2.141/24 brd 192.168.2.255 scope global eth0
       valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether aa:bb:01:02:43:6d brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.50/26 brd 192.168.1.63 scope global eth1
       valid_lft forever preferred_lft forever
    inet 192.168.179.102/30 brd 192.168.179.103 scope global eth1
       valid_lft forever preferred_lft forever

If I "systemctl restart network"... then "ip a" again....

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether a4:bb:01:02:43:5c brd ff:ff:ff:ff:ff:ff
    inet 192.168.2.141/24 brd 192.168.2.255 scope global eth0
       valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether aa:bb:01:02:43:6d brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.50/26 brd 192.168.1.63 scope global eth1
       valid_lft forever preferred_lft forever

The 192.168.1.50 is the only address I want on that interface. Now a few mins later.....

1: lo: <LOOPBACK,UP,LOWER_UP> mtu 65536 qdisc noqueue state UNKNOWN qlen 1
    link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
    inet 127.0.0.1/8 scope host lo
       valid_lft forever preferred_lft forever
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether a4:bb:01:02:43:5c brd ff:ff:ff:ff:ff:ff
    inet 192.168.2.141/24 brd 192.168.2.255 scope global eth0
       valid_lft forever preferred_lft forever
3: eth1: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc mq state UP qlen 1000
    link/ether aa:bb:01:02:43:6d brd ff:ff:ff:ff:ff:ff
    inet 192.168.1.50/26 brd 192.168.1.63 scope global eth1
       valid_lft forever preferred_lft forever
    inet 192.168.179.102/30 brd 192.168.179.103 scope global eth1
       valid_lft forever preferred_lft forever

See? 192.168.179.102 is back again. This same behavior persists even if I "ip addr del 192.168.179.102/30 dev eth1". Wait a few minutes later and 179.102 is back once again.

NetworkManager is not installed or running.
I've got BOOTPROTO="static" set in both ifcfg-ethX files


What am I missing here? What keeps putting that additional, and unwanted 192.168.179.102 address back on there?


___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug


___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug

___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug



___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug


___________________________________________________________________________
Philadelphia Linux Users Group         --        http://www.phillylinux.org
Announcements - http://lists.phillylinux.org/mailman/listinfo/plug-announce
General Discussion  --   http://lists.phillylinux.org/mailman/listinfo/plug