05-08-2003 03:01 AM - edited 03-02-2019 07:11 AM
I am using 2600 router as access server, I am assigning ip address to dial in users using IP POOL.
Now I want to assign Default gateway and DNS address to dial in user from router ( not from DHCP server ) for internet access.
How can I do that?
05-08-2003 03:12 AM
Hi
Here a sample:
ip dhcp pool Engineering
network 10.16.131.0 255.255.255.0
default-router 10.16.131.1
dns-server 10.16.130.1
Hope that helps
Roger
05-08-2003 03:17 AM
Hi there,
I have used these commands successfully on a 3600 acting as a NAS:
async-bootp dns-server 192.168.4.42 192.168.4.41
async-bootp nbns-server 192.168.4.42 192.168.4.41 (wins)
ip default-gateway 192.168.56.1
All are entered globally.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide