Carlitos_30 wrote:
Again, post the config and what you are trying to accomplish.
I am trying to implement a standard lab topology with a new IP addressing scheme.
You have been given an IP address block of 192.168.23.0 /24. You must provide for existing networks as well as future growth.
Subnet assignments are (assuming ip subnet-zero is enabled):
1st subnet, existing student LAN (off of router R2-Central), up to 60 hosts;
2nd subnet, future student LAN, up to 28 hosts;
3rd subnet, existing ISP LAN, up to 12 hosts;
4th subnet, future ISP LAN, up to 6 hosts;
5th subnet, existing WAN, point-to-point link;
6th subnet, future WAN, point-to-point link;
7th subnet, future WAN, point-to-point link.
Interface IP addresses:
For the server, configure the second highest usable IP address on the existing ISP LAN subnet.
For R1-ISP's Fa0/0 interface, configure the highest usable IP address on the existing ISP LAN subnet.
For R1-ISP's S0/0/0 interface, configure the highest usable address on the existing WAN subnet.
For R2-Central's S0/0/0 interface, use the lowest usable address on the existing WAN subnet.
For R2-Central's Fa0/0 interface, use the highest usable address on the existing student LAN subnet.
For hosts 1A and 1B, use the first 2 IP addresses (two lowest usable addresses) on the existing student LAN subnet.
Additional configurations:
For PCs 1A and 1B, in addition to IP and default gateway configuration, configure them to use DNS services.
For the server, in addition to IP and default gateway configuration, enable DNS services, use the domain name eagle-server.example.com, and enable HTTP services.
For R1-ISP router serial interface, you will need to set the clock rate (a timing mechanism required on the DCE end of serial links) to 64000.
No clock rate is needed on the DTE side, in this case R2-Central's serial interface.
Task 2: Finish building the network in Packet Tracer
Add cables where missing.
Connect a serial DCE cable to R1-ISP S0/0/0, with the other end to R2-Central S0/0/0.
Connect PC 1A to the first FastEthernet port on switch S1-Central.
Connect PC 1B to the second FastEthernet port on switch S1-Central.
Connect interface Fa0/0 on router R2-Central to the highest FastEthernet port on switch S1-Central.
Connect interface Fa0/0 on router R1-ISP to Eagle-Server.
For all devices, make sure the power is on to the device and the interfaces.
Task 3: Configure the Network
You will need to configure the server, both routers, and the two PCs. You will not need to configure the switch nor do you need the IOS CLI to configure the routers. Part of the router configuration has already been done for you; all you must do is configure the static routes and the interfaces via the GUI; use 64000 as the clock rate on the serial link. The static route on R1-ISP should point to the existing student LAN subnet via R2-Central's serial interface IP address; the static route on R2-Central should be a default static route which points via R1-ISP's serial interface IP address.
I have done every configuration listed above but I am stuck at trying to configure the static route on the R1-ISP router.
I've attached a screenshot of what I have in packet tracer.