server - Raise network issues Ubuntu 16.04 LTS - Ask Ubuntu
i'm having issues ubuntu lamp server. i've setup static addresses on /etc/network/interfaces , can't ping default-gateway or member servers on network.
here's static ip address config , ip address status. firewall has been disabled now. when try restart networking services fails. can force interfaces ifup command. reason can't ping gateway of 10.10.0.1 ubuntu addresses
you should remove complexity in interfaces file. should work. don't need add route
when both interfaces use same gateway.
auto ens160 ens192 iface ens160 inet static address 10.10.0.130/16 mtu 1500 iface ens192 inet static address 10.10.0.131/16 gateway 10.10.0.1 dns-nameservers 10.10.0.5 10.10.0.127 mtu 1500
Comments
Post a Comment