Linuxのネットワークでゲートウェイを設定
ゲートウェイの追加コマンド
route add default gw 192.168.128.2 dev eth0
routeでルーティングテーブルを確認
Kernel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
192.168.128.0 * 255.255.255.0 U 0 0 0 eth0
link-local * 255.255.0.0 U 1002 0 0 eth0
default 192.168.128.2 0.0.0.0 UG 0 0 0 eth0