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

cysco 1990 router connections lan to wan

sylvamvi11
Level 1
Level 1

 hi. Im sylva and i am mba it student. Started my first work soon. I have a cysco routeur with isp adress 42.243.7.18 ip adress and 255.255.255.252 as mask. The dns are 194.7.1.5 and 8.8.8.8 .my lan is 192.168.2.1/24  .can you give me an idea please how can i configure the routeur so that  lan users can go to the internet.

Asap and thx for support

1 Reply 1

johnlloyd_13
Level 9
Level 9

hi,

you might want to mask or hide sensitive info such as public IP addresses.

could you post the show version and show run from your cisco router?

try to configure as below

 

ip dhcp excluded-address 192.168.2.1

ip dhcp pool LAN_POOL

network 192.168.2.0 255.255.255.0

default-router 192.168.2.1

dns-server 194.7.1.5 8.8.8.8

 

interface g0/0  

description ISP/WAN

ip address 42.243.7.18 255.255.255.252

no shutdown

 

interface g0/1

description LAN

ip address 192.168.2.1 255.255.255.0

no shutdown

 

ip route 0.0.0.0 0.0.0.0 42.243.7.17

 

access-list 10 permit 192.168.2.0 0.0.0.255

 

ip nat inside source list 10 interface g0/0 overload

 

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