|
Bookmark this page:
Yahoo!
Windows Live
del.icio.us
digg
Netscape
|
|
|||||||||||||
|
Posted by =?iso-8859-2?Q?S=B3awek?= on October 10, 2006, 10:32 am
Please log in for more thread options
I've got 2811 router with BRI interface. I'd like to use my Windows 2003 DHCP server to assign dial in users IP addresses. On BRI interface I set up: ip address 10.10.16.254 255.255.255.0 encapsulation ppp dialer idle-timeout 180 dialer-group 1 isdn switch-type basic-net3 peer default ip address dhcp ip helper-address 10.10.10.189 no keepalive no cdp enable ppp authentication ms-chap-v2 User is getting IP address, WINS servers address but not DNS servers. If I set up in global config: ip name-server IP_my_name_server then user get this address but if this parameter is not set then after dial in to router this field on client side is empty too. Does anybody know what could be wrong?? Regards Slawek | |||||||||||||
|
Posted by on October 10, 2006, 11:34 am
Please log in for more thread options Slawek wrote: it might be worth checking that y have not got a DHCP server configured on the router too. Maybe "import all" imports info from global config: ip name-server IP_my_name_server ??? | |||||||||||||
|
Posted by =?iso-8859-2?Q?S=B3awek?= on October 11, 2006, 7:21 am
Please log in for more thread options Well, I've found the problem. It was in DHCP server configuration. I've made a mistake and set 005 parameter instead of 006. Now everything is working great. Regards Slawek | |||||||||||||
|
Home Cabling Guide
Finally, an instantly downloadable book that saves you thousands in home improvement dollars! Enjoy living in 21st century technology-advanced home while increasing its selling value and competitive advantage on the real estate market. Whether your cabling is for home office or high-tech leisure, you can wire your home yourself or learn "wirish" to speak with your cabling contractors in their language! Click Here to learn more |

Cisco 2811 router and external DHCP server
Yahoo!
Windows Live
del.icio.us
digg
Netscape 






> I've got 2811 router with BRI interface. I'd like to use my Windows 2003 DHCP
> server to assign dial in users IP addresses. On BRI interface I set up:
> ip address 10.10.16.254 255.255.255.0
> encapsulation ppp
> dialer idle-timeout 180
> dialer-group 1
> isdn switch-type basic-net3
> peer default ip address dhcp
> ip helper-address 10.10.10.189
> no keepalive
> no cdp enable
> ppp authentication ms-chap-v2
> User is getting IP address, WINS servers address but not DNS servers. If I set
> up in global config:
> ip name-server IP_my_name_server
> then user get this address but if this parameter is not set then after dial in
> to router this field on client side is empty too. Does anybody know what could
> be wrong??