1、linux下多路由器本地連線:
對於存在多個路由器,本地想連線或者連通另乙個路由器子網機器。通過以下配置可以達成:
2、配置
$ cd /etc/sysconfig/network-scripts
$ cp ifcfg-eth0 ifcfg-eth0:1
$ vim ifcfg-eth0 【不變】
# advanced micro devices [amd] 79c970 [pcnet32 lance]
device=eth0
#static ip config
#bootproto=dhcp
ipaddr=192.168.1.32
netmask=255.255.255.0
gateway=192.168.1.1
bootproto=static
onboot=yes
hwaddr=00:xx:xx:xx:xx:xx
$ vim ifcfg-eth0:1【ipaddr=192.168.2.1(另一台路由閘道器),請去掉本地ip位址】
# advanced micro devices [amd] 79c970 [pcnet32 lance]
device=eth0:1
#static ip config
#bootproto=dhcp
ipaddr=192.168.2.1
netmask=255.255.255.0
#gateway=192.168.1.1
bootproto=static
onboot=yes
hwaddr=00:xx:xx:xx:xx:xx
3、重啟網路
$/etc/init.d/network restart
路由器配置
以r2為例項 ip route 172.16.2.0 255.255.255.0 172.16.3.1 ip route 192.168.1.0 255.255.255.0 192.158.10.6 rip路由 network 介面網段 route rip version 2 no auto sum...
linux系統路由器的配置
假設現有三颱計算機 a計算機有三塊網絡卡 eth0 192.168.1.125 連線到internet。eth1 192.168.2.1 eth2 192.168.3.1。b計算機 ip 192.168.2.120 預設閘道器 192.168.2.1 c計算機 ip 192.168.3.114 預設...
cisco路由器配置
cisco路由器配置的幾個常用命令 router enable 進入特權模式 router conf t 進入配置模式 router config int fa0 0 進入fa0 0介面 router config if ip add 192.168.1.1 255.255.255.0 給fa0 0...