服务器两张网卡,如何设置静态路由

服务器两张网卡,如何设置静态路由,第1张

win2000-2003的管理工具里有个路由和远程访问的服务,点开以后,有个向导,nat、路由器之类的选项,选择路由器,后面都是默认下一步,两个子网的主机或者改网关或者加静态路由就可以了。平时的管理依托于“远程注册表服务”。

但是win2008只扫过几眼,没正经用过,貌似在网络策略什么东西里面,跟win2003的位置不一样了。

1、点击pc0,单击桌面--ip地址设置ip地址为:      19216812,子网掩码在输入完ip地址后按tab键后会自动获取,默认网关:      19216811。

2、fa的ip地址为:19216811(也就是pc0的网关),子网掩码在输入ip地址偶按tab键即可获取。把“端口状态”启用。

3、se的ip地址为:103343,子网掩码也是按tab,把“端口状态”启用,时钟速率可以设置也可以不设置。

4、Router0下连接的电脑只有19216812,这里取19216810。因为电脑可以是多台的,只是这里只拖了一台,掩码是网络的掩码,这里的掩码需要手动敲。

5、该路由器与另一个路由器连接的点,是经过该路由器后的第一个点,此处是Router1的se 0/0/0接口,即是103344。

6、点击pc0,单击“命令提示符”,输入:ping 19216822。

先设置路由端口,

Router2:

左边:19216811 2552552550

右边:19216821 2552552550

Router3:

左边:19216822 2552552550

右边:19216831 2552552550

静态路由:

Router2:

en

conf t

ip route 19216830 2552552550 19216822

Router3:

en

conf t

ip route 19216810 2552552550 19216821

主机:

左边电脑掩码和网关都是2552552550 19216811

ip:19216812-1921681254

右边服务器掩码和网关都是2552552550 19216831

ip:19216832-1921683254

连线:

两个路由器用交叉线连,其他都是直通线

1、DNS是用来把网址解析到公网IP地址的,如果你有一个网站的话,首先要去申请一个网站域名比如wwwxxcom,然后解析到您网站服务器所在网络的公网地址,然后你把网站服务器挂在公网上或者nat映射到公网上就可以了

2、所有配置如下

拓扑图如下

Router0

cisco0(config)#do sh run

Building configuration

Current configuration : 797 bytes

!

version 124

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname cisco0

!

!

!

enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0

!

!

!

!

!

!

username cisco password 0 cisco

!

!

!

!

!

!

!

spanning-tree mode pvst

!

!

!

!

interface FastEthernet0/0

 ip address 1921681254 2552552550

 duplex auto

 speed auto

!

interface FastEthernet0/1

 ip address 10001 2552552550

 duplex auto

 speed auto

!

interface Serial0/0/0

 ip address 1721631 2552552550

!

interface Serial0/0/1

 no ip address

!

interface Vlan1

 no ip address

 shutdown

!

router rip

 version 2

 network 10000

 network 1721600

 network 19216810

 no auto-summary

!

ip classless

!

!

!

!

!

!

!

line con 0

!

line aux 0

!

line vty 0 4

 login

!

!

!

end

Router1

cisco1(config)#do sh run

Building configuration

Current configuration : 797 bytes

!

version 124

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname cisco1

!

!

!

enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0

!

!

!

!

!

!

username cisco password 0 cisco

!

!

!

!

!

!

!

spanning-tree mode pvst

!

!

!

!

interface FastEthernet0/0

 ip address 1921683254 2552552550

 duplex auto

 speed auto

!

interface FastEthernet0/1

 no ip address

 duplex auto

 speed auto

 shutdown

!

interface Serial0/0/0

 ip address 1721632 2552552550

 clock rate 64000

!

interface Serial0/0/1

 no ip address

 shutdown

!

interface Vlan1

 no ip address

 shutdown

!

router rip

 version 2

 network 1721600

 network 19216830

 no auto-summary

!

ip classless

!

!

!

!

!

!

!

line con 0

!

line aux 0

!

line vty 0 4

 login

!

!

!

end

Router2

cisco2(config)#do sh run

Building configuration

Current configuration : 677 bytes

!

version 124

no service timestamps log datetime msec

no service timestamps debug datetime msec

no service password-encryption

!

hostname cisco2

!

!

!

enable secret 5 $1$mERr$hx5rVt7rPNoS4wqbXKX7m0

!

!

!

!

!

!

username cisco password 0 cisco

!

!

!

!

!

!

!

spanning-tree mode pvst

!

!

!

!

interface FastEthernet0/0

 ip address 10002 2552552550

 duplex auto

 speed auto

!

interface FastEthernet0/1

 ip address 1921682254 2552552550

 duplex auto

 speed auto

!

interface Vlan1

 no ip address

 shutdown

!

router rip

 version 2

 network 10000

 network 19216820

 no auto-summary

!

ip classless

!

!

!

!

!

!

!

line con 0

!

line aux 0

!

line vty 0 4

 login

!

!

!

end

PC0配置

PC1配置

DNS配置

PC0到PC1测试

PC0-DNS

DABAN RP主题是一个优秀的主题,极致后台体验,无插件,集成会员系统
网站模板库 » 服务器两张网卡,如何设置静态路由

0条评论

发表评论

提供最优质的资源集合

立即查看 了解详情