cisco模拟器配置静态路由

①DNS服务的作用?如果我有一个站点想在互联网络上开放,要完成那些步骤,请详细描述并验证?②配置路由器:重命名为CISCO、设置端口地址、设置password、secre... ①DNS服务的作用?如果我有一个站点想在互联网络上开放,要完成那些步骤,请详细描述并验证?
② 配置路由器:重命名为CISCO、设置端口地址、设置password、secret密码。
③按照图示所给地址段,在思科模拟器中完成PC0到PC1、DNS的互通访问,并在终结性表格中给出详细设置
展开
 我来答
cjgift
推荐于2016-11-15 · TA获得超过409个赞
知道小有建树答主
回答量:354
采纳率:100%
帮助的人:97.2万
展开全部

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

2、所有配置如下
拓扑图如下

Router0

cisco0(config)#do sh run

Building configuration...


Current configuration : 797 bytes

!

version 12.4

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 192.168.1.254 255.255.255.0

 duplex auto

 speed auto

!

interface FastEthernet0/1

 ip address 10.0.0.1 255.255.255.0

 duplex auto

 speed auto

!

interface Serial0/0/0

 ip address 172.16.3.1 255.255.255.0

!

interface Serial0/0/1

 no ip address

!

interface Vlan1

 no ip address

 shutdown

!

router rip

 version 2

 network 10.0.0.0

 network 172.16.0.0

 network 192.168.1.0

 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 12.4

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 192.168.3.254 255.255.255.0

 duplex auto

 speed auto

!

interface FastEthernet0/1

 no ip address

 duplex auto

 speed auto

 shutdown

!

interface Serial0/0/0

 ip address 172.16.3.2 255.255.255.0

 clock rate 64000

!

interface Serial0/0/1

 no ip address

 shutdown

!

interface Vlan1

 no ip address

 shutdown

!

router rip

 version 2

 network 172.16.0.0

 network 192.168.3.0

 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 12.4

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 10.0.0.2 255.255.255.0

 duplex auto

 speed auto

!

interface FastEthernet0/1

 ip address 192.168.2.254 255.255.255.0

 duplex auto

 speed auto

!

interface Vlan1

 no ip address

 shutdown

!

router rip

 version 2

 network 10.0.0.0

 network 192.168.2.0

 no auto-summary

!

ip classless

!

!

!

!

!

!

!

line con 0

!

line aux 0

!

line vty 0 4

 login

!

!

!

end


PC0配置



PC1配置

DNS配置


PC0到PC1测试



PC0-DNS

追问
能发一下路由器的截图吗
追答
3个路由器的配置后在上面了,整个网络的图片也在上面了,网络拓扑截图上有对应的接口,你这边还需要截路由器的什么方面的图啊?
镭速传输
2024-10-28 广告
配好路由接口地址后 在路由器全局模式下 ip route a.b.c.d netmask interface 你的拓扑图 r1配置 ip route 160.65.30.0 252 f0/1 ip route 192.168.x.0 0 f... 点击进入详情页
本回答由镭速传输提供
百度网友51be8c5f6
推荐于2018-03-08 · TA获得超过514个赞
知道答主
回答量:45
采纳率:0%
帮助的人:52.1万
展开全部
1、DNS是用来提供域名解析服务的,主要将域名解析为IP地址返还给请求者。至少需要一个公网IP地址,申请一个域名,然后定向到自己的公网IP地址,搭建WEB服务器。
2、路由器命名:(config)#hostname CISCO
端口设地址:(config)#int f0/0 (config-if)#ip address 192.168.1.1 255.255.255.0
password:(config)#enable password <xxx>
secret: (config)#enable secret <xxx>
3、配置好所有的接口地址,配置好所有的PC和服务器的IP,PC和服务器上设置相应的网关
3台路由器配置好相应的路由建议使用动态路由,既能实现全网的互联
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
匿名用户
2019-01-15
展开全部
九州软件是用于在不同网络环境下快速切换IP地址等网络配置的软件工具。
提供换ip功能,包含静态线路和动态线路选择
覆盖全国70多个省500多个城市千万ip地址随意选择
静态ip.动态ip地址可长期使用
有pptp、L2tp,支持模拟器多窗口模式
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 1条折叠回答
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式