cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
2272
Views
0
Helpful
4
Replies

i want to create Internet connection on my Cisco router 1841

navneet302000
Level 1
Level 1

hi sir

Please help me to creat internet connection on my cisco router 1841 

i configure Ip address on fa0/1 124.124.43.113 255.255.255.252

and fa0/0 192.168.10.1 255.255.255.0 

i give ip route 0.0.0.0 0.0.0 124.124.43.114

and i have 2 dns also 202.138.103.100, 202.138.96.2 

But internet not working in my pc throut router but without router its work in pc (connecterd dirctaly)

please give me solution 

1 Accepted Solution

Accepted Solutions

Hello

Int fa0/1
description WAN
ip address 124.124.43.113 255.255.255.252
ip nat enable

int fa0/0
Description LAN
ip address 192.168.10.1 255.255.255.0
ip nat enable

acccess-list 10 permit 192.168.10.0 0.0.0.255
ip nat source list 10 interface fa0/1 overload

ip route 0.0.0.0 0.0.0.0 fa0/1 124.124.43.114

Note: PC will need ip address /subnet mask /default- gateway within the routers Lan addressing range

res
Paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

View solution in original post

4 Replies 4

Vahid Tavajjohi
Level 1
Level 1

hi

try this:

http://www.cisco.com/c/en/us/support/docs/ip/network-address-translation-nat/13772-12.html#topic5

Hello

Int fa0/1
description WAN
ip address 124.124.43.113 255.255.255.252
ip nat enable

int fa0/0
Description LAN
ip address 192.168.10.1 255.255.255.0
ip nat enable

acccess-list 10 permit 192.168.10.0 0.0.0.255
ip nat source list 10 interface fa0/1 overload

ip route 0.0.0.0 0.0.0.0 fa0/1 124.124.43.114

Note: PC will need ip address /subnet mask /default- gateway within the routers Lan addressing range

res
Paul


Please rate and mark as an accepted solution if you have found any of the information provided useful.
This then could assist others on these forums to find a valuable answer and broadens the community’s global network.

Kind Regards
Paul

Cisco Freak
Level 4
Level 4

Please share the output of ipconfig/all from the PC. Also, please share the running config of the Cisco 1841 router.

CF

navneet302000
Level 1
Level 1

Thanks Paul for your Sagation 

your Configration is correct is working

and again thanx

Getting Started

Find answers to your questions by entering keywords or phrases in the Search bar above. New here? Use these resources to familiarize yourself with the community:

Review Cisco Networking products for a $25 gift card