Re: Default IP address for multihomed hosts changed in F24

2016-06-27 Thread Sam Varshavchik
Tom H writes: On Sun, Jun 26, 2016 at 8:51 PM, Sam Varshavchik wrote: > > For the longest time I had /etc/sysconfig/network-scripts/eno2 specify: > > TYPE=Ethernet > BOOTPROTO=none > DEFROUTE=yes > NAME=wan0 > UUID=71e6ac4b-c693-4c20-aa0d-e1a63b7373fe > ONBOOT=yes >

Re: Default IP address for multihomed hosts changed in F24

2016-06-27 Thread Sam Varshavchik
Gordon Messmer writes: On 06/26/2016 05:51 PM, Sam Varshavchik wrote: This host is using masquerading, with firewalld. I suspect that this is firewalld's doing. Anything interesting in the nat table? # iptables -L -n -t nat Nothing there. Just see generic wildcard rules, no explicit

Re: Default IP address for multihomed hosts changed in F24

2016-06-27 Thread Tom H
On Mon, Jun 27, 2016 at 12:44 PM, Rick Stevens wrote: > On 06/26/2016 06:44 PM, Ed Greshko wrote: >> On 06/27/16 08:51, Sam Varshavchik wrote: >>> >>> For the longest time I had /etc/sysconfig/network-scripts/eno2 specify: >>> >>> IPADDR1=216.254.115.102 >>> PREFIX1=24 >>>

Re: Default IP address for multihomed hosts changed in F24

2016-06-27 Thread Tom H
On Sun, Jun 26, 2016 at 8:51 PM, Sam Varshavchik wrote: > > For the longest time I had /etc/sysconfig/network-scripts/eno2 specify: > > TYPE=Ethernet > BOOTPROTO=none > DEFROUTE=yes > NAME=wan0 > UUID=71e6ac4b-c693-4c20-aa0d-e1a63b7373fe > ONBOOT=yes >

Re: Default IP address for multihomed hosts changed in F24

2016-06-27 Thread Rick Stevens
On 06/26/2016 06:44 PM, Ed Greshko wrote: > > > On 06/27/16 08:51, Sam Varshavchik wrote: >> Not sure if this is known changed behavior in F24, but: >> >> For the longest time I had /etc/sysconfig/network-scripts/eno2 specify: >> >> TYPE=Ethernet >> BOOTPROTO=none >> DEFROUTE=yes >>

Re: Default IP address for multihomed hosts changed in F24

2016-06-27 Thread Gordon Messmer
On 06/26/2016 05:51 PM, Sam Varshavchik wrote: This host is using masquerading, with firewalld. I suspect that this is firewalld's doing. Anything interesting in the nat table? # iptables -L -n -t nat -- users mailing list users@lists.fedoraproject.org To unsubscribe or change subscription

Re: Default IP address for multihomed hosts changed in F24

2016-06-26 Thread Ed Greshko
On 06/27/16 08:51, Sam Varshavchik wrote: > Not sure if this is known changed behavior in F24, but: > > For the longest time I had /etc/sysconfig/network-scripts/eno2 specify: > > TYPE=Ethernet > BOOTPROTO=none > DEFROUTE=yes > IPV4_FAILURE_FATAL=no > IPV6INIT=yes > IPV6_AUTOCONF=yes >

Re: Default IP address for multihomed hosts changed in F24

2016-06-26 Thread Sam Varshavchik
Tom Horsley writes: On Sun, 26 Jun 2016 20:51:11 -0400 Sam Varshavchik wrote: > This host is using masquerading, with firewalld. I suspect that this is > firewalld's doing. Well, if you suspect firewalld, the simplest solution is to mask every service that shows up with firewalld in the name

Re: Default IP address for multihomed hosts changed in F24

2016-06-26 Thread Tom Horsley
On Sun, 26 Jun 2016 20:51:11 -0400 Sam Varshavchik wrote: > This host is using masquerading, with firewalld. I suspect that this is > firewalld's doing. Well, if you suspect firewalld, the simplest solution is to mask every service that shows up with firewalld in the name in a: systemctl

Default IP address for multihomed hosts changed in F24

2016-06-26 Thread Sam Varshavchik
Not sure if this is known changed behavior in F24, but: For the longest time I had /etc/sysconfig/network-scripts/eno2 specify: TYPE=Ethernet BOOTPROTO=none DEFROUTE=yes IPV4_FAILURE_FATAL=no IPV6INIT=yes IPV6_AUTOCONF=yes IPV6_DEFROUTE=yes IPV6_FAILURE_FATAL=no NAME=wan0