Crie ou edite /etc/sysconfig/network/routes
e adicione uma linha como:
default 192.168.1.1 - -
(onde, caso não seja óbvio, 192.168.1.1 é o seu gateway)
[src: courseware for Suse course 3124 "Administração do SUSE Linux Server 12"]
Eu tenho alguns sistemas que estão provisionando o SLES12sp1 sem monitoramento de estado - os sistemas criam sua interface de provisionamento configurada, mas nenhuma rota padrão.
No RedHat, eu defini o GATEWAYDEV
em /etc/sysconfig/network
- mas não consigo encontrar um equivalente para o openSUSE / SLES.
Não há NetworkManager ou ifcfg
arquivos:
# ls /etc/sysconfig/network/
config dhcp if-down.d if-up.d ifcfg-lo ifcfg.template network providers scripts
Algum contexto adicional:
# ifconfig eth2
eth2 Link encap:Ethernet HWaddr XX:XX:XX:XX:XX:XX
inet addr:192.168.1.29 Bcast:192.168.1.255 Mask:255.255.255.0
inet6 addr: fe80::21e:67ff:fecb:f26f/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:213248 errors:0 dropped:0 overruns:0 frame:0
TX packets:35744 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:295970393 (282.2 Mb) TX bytes:4018621 (3.8 Mb)
Memory:92020000-9203ffff
# route -n
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth2
Tags networking routing linux opensuse suse