设为首页收藏本站language 语言切换
查看: 3050|回复: 18
收起左侧

dhcp的问题

  [复制链接]
发表于 2012-4-11 15:36:42 | 显示全部楼层 |阅读模式
路由器可以用作dhcp服务器, 加入有三台路由器,第一台路由器当做dhcp服务器 连接到第三台路由器的主机如何获得动态ip地址,三台路由器依次相连,小弟做了一个多小时的实验,但是怎么也获得不了,求高手解答一下  ,主机和dhcp服务器不跨路由器和跨一台路由器我都明白怎么配置 ,就是跨两台以上的怎么配置  谢谢 指教{:soso_e130:} QQ截图20120411153528.png
发表于 2012-4-11 15:39:25 | 显示全部楼层
跨设备 需要做DHCP 中继  helper-address {你DHCP服务器的地址} 不过PT模拟器不支持
沙发 2012-4-11 15:39:25 回复 收起回复
回复 支持 反对

使用道具 举报

 楼主| 发表于 2012-4-11 15:41:32 | 显示全部楼层
跨一台可以用helper-address 这个命令  我试了  但是跨两台就不行了
板凳 2012-4-11 15:41:32 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2012-4-11 16:04:23 | 显示全部楼层
卩爿Μㄚ厢甚 发表于 2012-4-11 15:41
跨一台可以用helper-address 这个命令  我试了  但是跨两台就不行了

前提是你要有去往dhcp服务器的路由。。。。
地板 2012-4-11 16:04:23 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2012-4-11 16:15:26 | 显示全部楼层
helper-address这个命令在PT里面好像不是很支持的,如果不成功和模拟器还是有一定关系的吧!
5# 2012-4-11 16:15:26 回复 收起回复
回复 支持 反对

使用道具 举报

 楼主| 发表于 2012-4-11 20:35:29 | 显示全部楼层
ywq1122 发表于 2012-4-11 16:04
前提是你要有去往dhcp服务器的路由。。。。

路由我都做过了  全都有
6# 2012-4-11 20:35:29 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2012-4-11 21:26:02 | 显示全部楼层
卩爿Μㄚ厢甚 发表于 2012-4-11 20:35
路由我都做过了  全都有

把配置贴上来看看吧
7# 2012-4-11 21:26:02 回复 收起回复
回复 支持 反对

使用道具 举报

 楼主| 发表于 2012-4-11 21:49:00 | 显示全部楼层
ywq1122 发表于 2012-4-11 21:26
把配置贴上来看看吧

Building configuration...(第一个路由器)

Current configuration : 1059 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
!
ip dhcp excluded-address 18.18.18.1 18.18.18.10
ip dhcp excluded-address 19.19.19.1 19.19.19.20
ip dhcp excluded-address 25.25.25.1 25.25.25.25
!
ip dhcp pool ccnA
network 18.18.18.0 255.255.255.0
default-router 18.18.18.1
ip dhcp pool ccnp
network 19.19.19.0 255.255.255.0
default-router 19.19.19.19
ip dhcp pool ccie
network 25.25.25.0 255.255.255.0
default-router 25.25.25.1
!
!
!
!
!
!
!
no ip domain-lookup
!
!
!
!
!
!
interface FastEthernet0/0
ip address 20.20.20.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 18.18.18.1 255.255.255.0
duplex auto
speed auto
!
router rip
version 2
network 18.0.0.0
network 20.0.0.0
!
ip classless
ip route 30.30.30.0 255.255.255.0 FastEthernet0/0
ip route 25.25.25.0 255.255.255.0 FastEthernet0/0
ip route 25.25.25.0 255.255.255.0 20.20.20.2
!
!
!
!
!
!
!
line con 0
exec-timeout 0 0
line vty 0 4
login
!
!
!
end
中间的
Building configuration...

Current configuration : 980 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
!
ip dhcp excluded-address 19.19.19.1 19.19.19.20
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 20.20.20.2 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 19.19.19.19 255.255.255.0
ip helper-address 20.20.20.1
duplex auto
speed auto
!
interface Ethernet1/0
ip address 30.30.30.1 255.255.255.0
duplex auto
speed auto
!
interface Ethernet1/1
no ip address
duplex auto
speed auto
!
interface Ethernet1/2
no ip address
duplex auto
speed auto
!
interface Ethernet1/3
no ip address
duplex auto
speed auto
!
router rip
version 2
network 19.0.0.0
network 20.0.0.0
network 30.0.0.0
no auto-summary
!
ip classless
ip route 25.25.25.0 255.255.255.0 FastEthernet0/1
ip route 25.25.25.0 255.255.255.0 30.30.30.2
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
第三个路由器
Building configuration...

Current configuration : 660 bytes
!
version 12.2
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
!
interface FastEthernet0/0
ip address 25.25.25.1 255.255.255.0
ip helper-address 20.20.20.1
ip helper-address 30.30.30.1
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 30.30.30.2 255.255.255.0
duplex auto
speed auto
!
router rip
version 2
network 25.0.0.0
network 30.0.0.0
no auto-summary
!
ip classless
ip route 20.20.20.0 255.255.255.0 30.30.30.1
ip route 18.18.18.0 255.255.255.0 30.30.30.1
!
!
!
!
!
!
!
line con 0
line vty 0 4
login
!
!
!
end
谢谢了
8# 2012-4-11 21:49:00 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2012-4-11 23:52:21 | 显示全部楼层
卩爿Μㄚ厢甚 发表于 2012-4-11 21:49
Building configuration...(第一个路由器)

Current configuration : 1059 bytes

QQ截图20120411234737.png 你的配置,我看不下去,你可以参考,一下我的,因为时间问题,所以只是大概做了一下,测试后第三台可以获得地址。见下图
第一台
Current configuration : 583 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
interface FastEthernet0/0
ip address 20.20.20.1 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
no ip address
duplex auto
speed auto
shutdown
!
interface Vlan1
no ip address
shutdown
!
router rip
version 2
network 20.0.0.0
!
ip classless
!
line con 0
line vty 0 4
login
!
end
第二台:
Current configuration : 551 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!interface FastEthernet0/0
ip address 20.20.20.2 255.255.255.0
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 30.30.30.1 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
router rip
version 2
network 20.0.0.0
network 30.0.0.0
no auto-summary
!
ip classless
!
line con 0
line vty 0 4
login
end
第三台
Current configuration : 564 bytes
!
version 12.4
no service timestamps log datetime msec
no service timestamps debug datetime msec
no service password-encryption
!
hostname Router
!
!
interface FastEthernet0/0
ip address 25.25.25.1 255.255.255.0
ip helper-address 20.20.20.1
duplex auto
speed auto
!
interface FastEthernet0/1
ip address 30.30.30.2 255.255.255.0
duplex auto
speed auto
!
interface Vlan1
no ip address
shutdown
!
router rip
version 2
network 25.0.0.0
network 30.0.0.0
!
ip classless
!
line con 0
line vty 0 4
login
!
end
9# 2012-4-11 23:52:21 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2012-4-20 19:03:34 | 显示全部楼层
好好学习,天天向上,谢谢大家!
10# 2012-4-20 19:03:34 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2012-4-19 22:10:46 | 显示全部楼层
感谢楼主分享 收藏了
11# 2012-4-19 22:10:46 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2012-5-7 08:19:12 | 显示全部楼层
12# 2012-5-7 08:19:12 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2012-5-30 00:37:32 | 显示全部楼层
路过
13# 2012-5-30 00:37:32 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2012-7-13 21:25:22 | 显示全部楼层
额。看不懂额···
14# 2012-7-13 21:25:22 回复 收起回复
回复 支持 反对

使用道具 举报

发表于 2012-8-27 14:35:57 | 显示全部楼层
15# 2012-8-27 14:35:57 回复 收起回复
回复 支持 反对

使用道具 举报

您需要登录后才可以回帖 登录 | 论坛注册

本版积分规则

QQ|Archiver|手机版|小黑屋|sitemap|鸿鹄论坛 ( 京ICP备14027439号 )  

GMT+8, 2025-4-3 17:31 , Processed in 0.199989 second(s), 26 queries , Redis On.  

  Powered by Discuz!

  © 2001-2025 HH010.COM

快速回复 返回顶部 返回列表