On Sun, Jun 26, 2016 at 8:51 PM, Sam Varshavchik <mrsam@xxxxxxxxxxxxxxx> 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 > IPADDR1=216.254.115.102 > PREFIX1=24 > IPADDR2=216.27.136.223 > PREFIX2=24 > HWADDR=0C:C4:7A:32:C1:83 > IPADDR=216.254.115.190 > GATEWAY=216.254.115.1 > PREFIX=24 > > This host has three IP addresses, and up until now the default IP address > for outgoing IP traffic was always 216.254.115.190, specified by IPADDR. > > It appears that, right now, all of my outbound traffic now appears to come > from one of the other IP addresses, 216.254.115.102. > > This is true even if the outgoing socket explicitly binds to > 216.254.115.190: What's the output of "ip r"? If the default route's not from "190", you should be able to force it with "SRCADDRC=". -- users mailing list users@xxxxxxxxxxxxxxxxxxxxxxx To unsubscribe or change subscription options: https://lists.fedoraproject.org/admin/lists/users@xxxxxxxxxxxxxxxxxxxxxxx Fedora Code of Conduct: http://fedoraproject.org/code-of-conduct Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines Have a question? Ask away: http://ask.fedoraproject.org