08-27-2019 08:18 AM
Below is my Topology:
I have not yet set up my VLANs but OSPF is working on all routers and they can communicate.
I have set the DNS and Gateway as warmingham switch 1 gi0/1
I need the bottom PC's to communicate with the top DNS Server and pick up an IP address.
Any IP address will do for now.
Thanks in advance :)
Solved! Go to Solution.
08-27-2019 09:18 AM
Hi @daniel_growth ,
Let's start by making two changes:
First
Both ends of the links connecting the routers must belong to the same network
Router Warmingham HQ
Router(config)#int s0/0/0
Router(config-if)#ip add 10.0.2.34 255.255.255.252
Router(config-if)#int s0/1/0
Router(config-if)#ip add 10.0.2.38 255.255.255.252
Second
Both servers must have the gatway address configured (currently they have the IP 0.0.0.0 and they should have the IP 10.0.2.1).
All devices that want to communicate with devices outside their network need to have the IP gateway configured.
After those changes, you can try a ping to a server from the Audley Hospital router
Router#ping 10.0.2.2
Now you need to configure DHCP pools on the server for your LANs
In the Audley Hospital and Peover Hospital routers, in the gateway interfaces of your LANs, you have to indicate that they look for the DHCP server at a specific IP
You achieve this through the ip helper-addres <ip DHCP server> command.
Regards
08-27-2019 08:23 AM - edited 08-27-2019 08:24 AM
Hi @daniel_growth ,
Could you compress your exercise (winzip) and attach it, specifying what you need?
Regards
08-27-2019 08:42 AM
08-27-2019 09:18 AM
Hi @daniel_growth ,
Let's start by making two changes:
First
Both ends of the links connecting the routers must belong to the same network
Router Warmingham HQ
Router(config)#int s0/0/0
Router(config-if)#ip add 10.0.2.34 255.255.255.252
Router(config-if)#int s0/1/0
Router(config-if)#ip add 10.0.2.38 255.255.255.252
Second
Both servers must have the gatway address configured (currently they have the IP 0.0.0.0 and they should have the IP 10.0.2.1).
All devices that want to communicate with devices outside their network need to have the IP gateway configured.
After those changes, you can try a ping to a server from the Audley Hospital router
Router#ping 10.0.2.2
Now you need to configure DHCP pools on the server for your LANs
In the Audley Hospital and Peover Hospital routers, in the gateway interfaces of your LANs, you have to indicate that they look for the DHCP server at a specific IP
You achieve this through the ip helper-addres <ip DHCP server> command.
Regards
09-02-2019 05:39 AM
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