11-15-2013 06:21 AM - edited 03-04-2019 09:35 PM
To All,
I am now using my 837 Router on my new Server and I have only made one change to the Global configuation mode, please veiw the input below:
ip dhcp pool DLSR
network 10.10.10.1 255.255.255.0
default-router 10.10.10.1
dns-server 10.10.10.2
(Note* I have only changed the ip address from 10.10.10.1 to 10.10.10.2)
I am getting the internet from the server but NOT from the clients. And I am making all my PCs as Clients.
I would be very greatful for any help in regards to this.
Regards,
Bob.
11-15-2013 09:43 AM
Hi,
Can you post your NAT config along with access-list.
Regards
Alain
Don't forget to rate helpful posts.
11-15-2013 10:02 AM
Cadet Alain,
Please find pasted my current NAT configs for your further information:
ip nat inside source list 1 interface Dialer0 overload
!
access-list 1 permit 10.10.10.0 0.0.0.255
Regards,
Bob.
11-15-2013 12:09 PM
Hi,
your dhcp pool syntax is not correct it should be network 10.10.10.0 255.255.255.0
and if it is a ststic mapping then it is incorrect too.
Regards
Alain
Don't forget to rate helpful posts.
11-16-2013 07:42 AM
Cadet Alain,
As I have moved and connected up my 837 Router onto my new Server (Which is running Win 2003 Server OS) and for this I must completely remove DHCP from the router??
And for this, my Workstations are now Clients and I am using Static IP Adresses on the entire network.
Here is a few inputs in regards to DHCP:
ip dhcp use vrf connected
!
ip dhcp pool DSLR
network 10.10.10.0 255.255.255.0
default-router 10.10.10.1
dns-server 10.10.10.1
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer 0
!
ip http server
ip http authentication local
ip http secure-server
ip dns server
!
ip nat inside source list 1 interface Dialer 0 overload
!
access-list 1 permit 10.10.10.0 0.0.0.255
As for some reason the moderators now forbids members to paste inputs from Cisco equipement.
Bob.
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