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

ubuntu interfaces

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

Popular posts from this blog

download - Firefox cannot save files (most of the time), how to solve? - Super User

windows - "-2146893807 NTE_NOT_FOUND" when repair certificate store - Super User

sql server - "Configuration file does not exist", Event ID 274 - Super User