View Single Post
Old 05-30-2011, 12:32 PM   #2
ug7ioi2md
Brigadier General
 
Join Date: Feb 2011
Posts: 924
ug7ioi2md is on a distinguished road
Default

,new balance shoes

| Back to logs list

138377 2010 年 07 月 23 日 20:39 Reading (loading. ..) Comments (0) Category: Technical Notes
basic network

eth0 121.11.xy 121.11.xx/27 default gw 121.11.xz

eth1 202.70.xy 202.70.xx/28 gw 202.70.xz
eth2 219.72.xy 219.72.xx/29 gw 219.72.xz

increase the routing table

vi / etc/iproute2/rt_tables

100 net

200 com

set the routing table

ip ro add 202.70.xx/28 via 202.70.xy dev eth1 table net

ip ro add 127.0.0.0 / 8 dev lo table net

ip ro add default via 202.70.xz dev eth1 table net



ip ro add 219.72.xx/28 via 219.72.xy dev eth1 table com

ip ro add 127.0.0.0 / 8 dev lo table com

ip ro add default via 219.72.xz dev eth1 table com



that IP 3 can be external access to the
ug7ioi2md is offline   Reply With Quote

Sponsored Links