みながらやっつけで kvm host 構築してみてる…

いつのまにか default route 消えてたので追加

[root@hostname network-scripts]# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 br0
169.254.0.0     0.0.0.0         255.255.0.0     U     1007   0        0 br0
[root@hostname network-scripts]# route add default gw 192.168.0.1
[root@hostname network-scripts]# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 br0
169.254.0.0     0.0.0.0         255.255.0.0     U     1007   0        0 br0
0.0.0.0         192.168.0.1     0.0.0.0         UG    0      0        0 br0