Chinaunix首页 | 论坛 | 博客

qsh

  • 博客访问: 4030328
  • 博文数量: 1015
  • 博客积分: 15904
  • 博客等级: 上将
  • 技术积分: 8572
  • 用 户 组: 普通用户
  • 注册时间: 2008-07-04 19:16
文章分类

全部博文(1015)

文章存档

2019年(1)

2017年(1)

2016年(19)

2015年(27)

2014年(30)

2013年(95)

2012年(199)

2011年(72)

2010年(109)

2009年(166)

2008年(296)

分类: WINDOWS

2012-01-17 09:23:53

 
 
DHCP configuration for WDS across vlans
 
Hey all,

This is my first probe for help so here goes...

We have around 70 (identical) workstations coming in at the end of the month and WDS is the most appropriate solution. So here's our setup--

VLAN 5 -- Server VLAN (all the servers reside on this vlan)
VLAN 20 -- Workstation VLAN (vlan where the workstations reside)
DHCP is being handled by our Cisco 4510R core switch.
WDS is installed on Server 2008 R2.

For all intents of purpose, the IP address for the WDS server is 192.168.5.100

Here is what I believe is the correct DHCP config on the switch...

ip dhcp pool Workstations
network 192.168.20.0 255.255.255.0
bootfile boot\x86\pxeboot.com
next-server 192.168.5.100
default router 192.168.20.1
domain-name company.com
dns-server 192.168.5.3 192.168.5.4
lease 14

Now, I did some digging but I am unsure if I need to use the ip helper-address command as well. If I do, what should it be? Thanks!
 
 
 
 
 跨VLAN間PXE分配不到DHCP
 
系統:windows sever 2008 已安裝WDS
DHCP在另一台DC,
已设置镜像文件,
和DC同一个VLAN 的客户端使用PXE正常,
不同VLAN客户端分配不到DHCP的IP。
DHCP是windows 的

请问要怎样设置,可以跨网段分配到DHCP给的IP?
 
 
问题已找到,
WDS也需要交换机做ip helper-address功能,
所以当WDS和DHCP不是同一台服务器时,两台服务器都需要ip helper-address来指定。
和PXE 60\66\67的设置都没有关系,且DHCP中也不需要设置这些。
阅读(1010) | 评论(0) | 转发(0) |
给主人留下些什么吧!~~