NethServer Version: 7
Module: unknown
So… Here is what i have done so far I ran ip addr which gave me the interfaces and told me the proper interfaces name… I created /etc/sysconfig/network-scripts/ifcfg-ens19
DEVICE=INTERFACE
BOOTPROTO=none
ONBOOT=yes
USERCTL=no
IPV6INIT=no
PEERDNS=yes
TYPE=Ethernet
NETMASK=255.255.255.255
IPADDR=FAILOVERIP
GATEWAY=GATEWAY
ARP=yes
HWADDR=VIRTUAL_MAC
Next I created: /etc/sysconfig/network-scripts/route-ens19
GatewayIP - 255.255.255.255 ens19
NetworkIP - 255.255.255.0 ens19
default GatewayIP
Next in /etc/resolv.conf
nameserver 213.186.33.99
Ok so in a regular installation this information works however in a neth installation it doesn’t work… What am i missing?? What exactly are you all doing with the networks?
Before i wrote a shell script to force it to its route in Neth7 it doesn’t seem to work any thoughts??
Here is where are directions are for ovh style setup keep in mind our gateway addresses are way different than typical