Title: IP Configuration Broadcast Not Populated (OVH Failover IP) Post by: ollietrex on Friday 08 April 2016, 10:17:46 pm Hi
I am trying to configure endian firewall to work with an OVH failover IP but I keep running into issues with the broadcast address not being populated. The address should be: Link encap: Ethernet HWaddr 02:00:00:12:56:98 inet addr:86.21.189.15 Bcast:86.21.189.15 Mask:255.255.255.255 But comes out as: Link encap: Ethernet HWaddr 02:00:00:12:56:98 inet addr:86.21.189.15 Bcast:0.0.0.0 Mask:255.255.255.255 I have played with the configuration /var/efw/uplinks/main/settings with the following configuration: DEFAULT_GATEWAY=149.202.82.254 RED_ADDRESS=86.21.189.15 RED_CIDR=32 RED_BROADCAST=86.21.189.15 RED_DEV=eth0 RED_IPS=86.21.189.15/32 RED_NETMASK=255.255.255.255 RED_TYPE=STATIC It seems that if the RED_CIDR is set as 32 it sets the broadcast as 0.0.0.0 but based on the guide guide.ovh.com/BridgeClient it needs to be /32 Any ideas how I can configure this in endian? Thanks for any help. |