必要なパッケージのインストール
# apt-get \ install \ bridge-utils \ ;
ブリッジではないネットワークのルーティングは以下
# ip route default via 192.168.22.1 dev eth0 192.168.22.0/28 dev eth0 proto kernel scope link src 192.168.22.10 # route Kernel IP routing table Destination Gateway Genmask Flags Metric Ref Use Iface default 192.168.22.1 0.0.0.0 UG 0 0 0 eth0 192.168.22.0 0.0.0.0 255.255.255.240 U 0 0 0 eth0