cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
222
Views
0
Helpful
1
Replies

Please help me in configuring a router!

raghavbhardwaj
Level 1
Level 1

Hi! I have to configure a new router with a static route. No routing protocol will be used. We just have to set default route on it and NAT. There's an apartment where our organization's overseas employees stay, earlier this apartment had a broadband connection which was further divided through the APs and made usable to around 20 users. Now, they have bought in their own lease line and I have to configure this router and setup so that it can be used on workstations. We just have to connect it with the ISP using Ethernet (not serial link). I already have two templates with the configuration for this router. Please merge both of them and make it a single template without changing the commands. Also, please do let me know what things (hardware and cables stuff) is required so that the internet can be used on all the workstations there.Thanks a ton in advance!

 

1 Reply 1

acampbell
VIP Alumni
VIP Alumni

Hi,

Your access list is not right.

You are using a stanrd access list from 1-99
You can only permit/deny source ip addresses

!
access-list 50 permit ip 192.168.1.0 0.0.0.255 any
access-list 50 permit ip 103.21.18.0  0.0.254.255 any
!

Rewrite as

!
access-list 50 permit 192.168.1.0 0.0.0.255 any
access-list 50 permit 103.21.18.0 0.0.254.255 any
!

You will also require a static route to reach your 192.168.1.0 255.255.255.0 network.
If this is along your inside network you will need something ike

!
ip route 192.168.1.0 255.255.255.0 10.10.10.X name Route-to-192 (.X = your next hop)
!

Regards
Alex

Regards, Alex. Please rate useful posts.
Review Cisco Networking for a $25 gift card