Troubleshooting with DHCP
pepsodent
Member Posts: 11 ■□□□□□□□□□
in CCNA & CCENT
Hello Guys,
I need to have a solution for this problem:
2- Background: We have just installed this part of the network. Which consists of 2 routers connected to the same LAN. This LAN contains 30 servers and around 90 users. All servers do have a static ip address and the default gateway is R1 and all users do have an IP address learned by DHCP and their default gateway is R2.
3- Problem Description:
Around 1/3 users are experiencing internet connectivity problem.
The DHCP is configured correct and the same for default-router.
My solution in to add a last resort on R2 but I'm not sure.
I need to have a solution for this problem:
2- Background: We have just installed this part of the network. Which consists of 2 routers connected to the same LAN. This LAN contains 30 servers and around 90 users. All servers do have a static ip address and the default gateway is R1 and all users do have an IP address learned by DHCP and their default gateway is R2.
3- Problem Description:
Around 1/3 users are experiencing internet connectivity problem.
The DHCP is configured correct and the same for default-router.
My solution in to add a last resort on R2 but I'm not sure.
Comments
-
Trashman Member Posts: 140Based on the information provided, all servers has working connectivity through R1.
R1 and R2 is in the same subnet and you are assigning IP addresses to users via DHCP.
Have you excluded the static assigned server IP addresses on your DHCP server?Bachelor of Science in Information Systems
2015 COLOR=#008000]X[/COLOR | 2016 COLOR=#ff8c00]In progress[/COLOR | 2017 | 2018 -
OfWolfAndMan Member Posts: 923 ■■■■□□□□□□1. How many users do you have?
2. What is your current subnet and mask?
3. As said above, have you excluded the statically assigned addresses from the pool?:study:Reading: Lab Books, Ansible Documentation, Python Cookbook 2018 Goals: More Ansible/Python work for Automation, IPSpace Automation Course [X], Build Jenkins Framework for Network Automation [] -
pepsodent Member Posts: 11 ■□□□□□□□□□there are 90 users, and the range for pool are 172.1.1.35 to 172.1.127 with subnet mask 255.255.255.128. They works everytime because it's a real-time troubleshooting. Yes, I think that static address are not incluse, but i'm not sure for this
-
Trashman Member Posts: 140Please check and revertBachelor of Science in Information Systems
2015 COLOR=#008000]X[/COLOR | 2016 COLOR=#ff8c00]In progress[/COLOR | 2017 | 2018 -
broli720 Member Posts: 394 ■■■■□□□□□□What about your switches? Have you started there? Could be a number of things: spanning tree incorrectly configured (is portfast enabled?), duplex issue (check interface speeds, might have to hard code them in). I would start from layer one and work my way up. Verify physical connectivity then move onto the layer two issues I mentioned. Let us know how it goes.
-
Magic Johnson Member Posts: 414See when you say 'internet connectivity' does that mean access to the actual internet or internetwork connectivity as in can't ping anything?
-
Trashman Member Posts: 140Can you please post more details in regards to configs on R1, R2 and R3.
You mention Internet connectivity problem.
Is it that 1/3 of users can't connect to Internet at all or is it that the Internet connection is unstable for those users?
Can you do a "ipconfig /all" on a user it is working for and the same for a user that it is not working for?
On a host that it is not working for, if you assign IP settings manually does it work?Bachelor of Science in Information Systems
2015 COLOR=#008000]X[/COLOR | 2016 COLOR=#ff8c00]In progress[/COLOR | 2017 | 2018 -
pepsodent Member Posts: 11 ■□□□□□□□□□this was a role play that cisco yesterday took me for valutation, and i only known what i wrote.
I don't have other information other configuration nothing!! -
broli720 Member Posts: 394 ■■■■□□□□□□this was a role play that cisco yesterday took me for valutation, and i only known what i wrote.
I don't have other information other configuration nothing!!
Well follow the troubleshooting steps that I listed for you. Research those topics if you're not familiar and you should be able to find possible solutions to your problem. -
lantech Member Posts: 329Unless the DHCP is configured improperly and is giving out the wrong information to 1/3 of the users then it's not a DHCP issue.
If the issue is an issue with the connection to the internet and not a problem where the users can't connect to the LAN at all then I think it would be more of a NAT issue than anything else. If the users can't connect to the LAN at all then there is a different issue. But the question does state that all the users have learned their settings from DHCP which would indicate that there is not an issue with the connection to the LAN itself.2012 Certification Goals
CCENT: 04/16/2012
CCNA: TBD -
cpartin Member Posts: 84 ■■□□□□□□□□You said the static server addresses are excluded. Does that mean the server addresses are within the range of the pool and excluded, or that they're outside the range of the pool? Sorry to be pedantic, but your pool range is only 92 addresses and it seems awful fishy that you have 30 servers and problems with ~30 DHCP clients.
-
OfWolfAndMan Member Posts: 923 ■■■■□□□□□□Alright so a few more questions:
1. Are all of these computers and servers running on different VLANs, and if so, have you configured your router or L3 switches for intervlan routing?
2. Assuming these users are connected to the same switch and not on the same vlan, can you ping each other?
3. Assuming your network is running on a domain, are all these computers connected to the domain?
4. Can the users login to the computer at least? If not, what is the error you get when trying to login?
5. Make sure your numbers are accurate. You may have to change your CIDR from /25 to /24 to increase the users from 126 users on the subnet to 254. We will need more info.:study:Reading: Lab Books, Ansible Documentation, Python Cookbook 2018 Goals: More Ansible/Python work for Automation, IPSpace Automation Course [X], Build Jenkins Framework for Network Automation []