12-01-2018 10:06 PM - edited 03-08-2019 04:43 PM
I am working on a network that consists of 150 desktops, 11 laptops that can have remote access, a printer that can be used by anyone, email access, and file sharing. Before I get that big, I first want to start with the foundation and then build it up. Keep in mind that I intend to have all of this across 5 subnets. I have uploaded the pkt file.
Here are some issues that I have ran into. PDU's are sent successfully on some computers but not on others, like the laptops. Email is able to be sent and received across the 5 departments, but not with the CCO laptop. Also, most of the desktops are in static mode, and I set the server to DHCP mode, so that I can set everything to to DHCP, but I am getting a failure.
I still do not know how to set up file sharing, remote access, and share that printer across every department. I know that I am biting much more than I can chew, but this is something that I would like to tackle, despite my current skills.
I would gladly appreciate any help that I can get.
12-01-2018 10:14 PM
Can you ping the printer from the cco laptop at all? also have you got an accesslist or firewall in the path? also what do you mean by PDU?
12-02-2018 08:15 AM
I pinged the printer from the COO laptop and I get a 100% loss. I have no accesslist or firewall set up. PDUs are essentially one shot pings that you can create among two devices.
12-02-2018 07:32 AM
Hello,
there is a type/misconfiguration, you don't have end to end connectivity because the default gateway in the serverPool on your DHCP server is configured as 192.168.1.1, which is an IP address that does not match the pool and does not exist on the router. Change it to 191.168.1.1 on the DHCP server...
12-02-2018 08:11 AM
I made the changes as per your suggestions, and that allows me to switch to DHCP on the devices in the Finance department, but on no where else.
12-02-2018 10:53 AM
There are no DHCP pools for anything other than the Finance department. You need to add those and then configure the router interfaces with the 'ip-helper address 191.168.1.4' command, so your DHCP request get forwarded to the DHCP server.
12-02-2018 07:32 PM - edited 12-02-2018 07:33 PM
I added the other department default gateway to the server pool, but I am confused by what else you wrote, "configure the router interfaces with the 'ip-helper address 191.168.1.4' command, so your DHCP request get forwarded to the DHCP server."
12-03-2018 12:24 AM
Hello,
you need to add the lines in bold to Router 16 and 17:
Router16
interface FastEthernet0/0
ip address 1.168.0.1 255.0.0.0
ip helper-address 191.168.1.4
duplex auto
speed auto
!
interface FastEthernet1/0
ip address 128.168.0.1 255.255.0.0
ip helper-address 191.168.1.4
duplex auto
speed auto
Router17
interface FastEthernet0/0
ip address 192.168.0.1 255.255.255.0
ip helper-address 191.168.1.4
duplex auto
speed auto
!
interface FastEthernet1/0
ip address 126.168.1.1 255.0.0.0
ip helper-address 191.168.1.4
duplex auto
speed auto
12-03-2018 06:37 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