因为公司的需要,现在又追加了一个网段A:10.4.1.*/16,而公司原有域为B:10.2.1.*/16,为了使两个网段能够通信,本文的目的就在Ubuntu下设置路由
使两个网段可以互相通信。
1、ubuntu机器配置为双网卡,分别连接两个网段。
#router@proxy:/etc/network$sudoviinterfaces
dd
#Thisfiledescribesthenetworkinterfacesavailableonyoursystem
#andhowtoactivatethem.Formoreinformation,seeinterfaces(5).
#Theloopbacknetworkinterface
autolo
ifaceloinetloopback
#Theprimarynetworkinterface
autoeth0
ifaceeth0inetstatic
address10.2.1.216
netmask255.255.0.0
network10.2.0.0
broadcast10.2.255.255
gateway10.2.1.218
#dns-*optionsareimplementedbytheresolvconfpackage,ifinstalled
dns-nameservers211.93.80.129211.94.65.97211.98.4.1
autoeth1
ifaceeth1inetstatic
address10.4.1.216
netmask255.255.0.0
network10.4.0.0
broadcast10.4.255.255
gateway10.4.1.10
dns-nameservers211.93.80.129211.94.65.97
ifacedsl-providerinetppp
providerdsl-provider
2、打开包转发
编辑/etc/sysctl.conf
把
net.ipv4.ip_forward=0
改成
net.ipv4.ip_forward=1
Ubuntu下双网卡配置路由Ubuntu下双网卡配置路由Ubuntu下双网卡配置路由Ubuntu下双网卡配置路由Ubuntu下双网卡配置路由Ubuntu下双网卡配置路由Ubuntu下双网卡配置路由Ubuntu下双网卡配置路由Ubuntu下双网卡配置路由Ubuntu下双网卡配置路由
阅读(1265) | 评论(0) | 转发(0) |