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

Internet connectivity problem with cisco router

siddindia
Level 1
Level 1

Dear buddy,

I have a Internet connection with ADSL modem of a subscriber of 2MB and i have a cisco 2821 router.

i want to connect Internet through this router.Kindly help me to configure router for Internet connectivity.Internet line is connected from ADSL modem to router's fastethernet0/0.In router's fastethernet0/1 is connected with our LAN.

I want to connect our LAN to Internet.

IP add at fastethernet0/0(IP add my side for Internet)-122.160.156.x

Ip add (service provider end)-122.160.156.x+1

DNS IP-202.125.145.y

Alternet DNS IP-202.125.145.y+1

IP add at fastethernet0/1(Local LAN)-192.168.1.z

1 Accepted Solution

Accepted Solutions

cisco24x7
Level 6
Level 6

ip dhcp pool mynet

network 192.168.1.0

default-router 192.168.1.x

dns-server 202.125.145.y 202.125.145.y+1

update arp

access-list 100 permit ip 192.168.1.0 0.0.0.255 any

ip nat inside source list 100 interface F0/0 overload

interface F0/0

ip nat outside

interface F0/1

ip nat inside

Easy right?

View solution in original post

1 Reply 1

cisco24x7
Level 6
Level 6

ip dhcp pool mynet

network 192.168.1.0

default-router 192.168.1.x

dns-server 202.125.145.y 202.125.145.y+1

update arp

access-list 100 permit ip 192.168.1.0 0.0.0.255 any

ip nat inside source list 100 interface F0/0 overload

interface F0/0

ip nat outside

interface F0/1

ip nat inside

Easy right?

Review Cisco Networking products for a $25 gift card