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

Cisco 3800 Router Configuration?

sayedahmads
Level 1
Level 1

Cisco 3800 router has 2 Gig ports I want one port to be my local network Gi0/0 192.168.1.1 and set the other port with my public IP 

Gi0/1   182.50.190.140.

now I want the local network to access the internet, the router has no configuration yet and I also want to have DHCP server on the router to provide IP to the local clients. Please help.

1 Reply 1

cadet alain
VIP Alumni
VIP Alumni

Hi,

look at other post for the internet access.

for dhcp:

ip dhcp excluded-address 192.168.1.1

ip dhcp pool mypool

network 192.168.1.0 255.255.255.0

default-router 192.168.1.1

dns-server x.x.x.x x.x.x.x  where x.x.x.x are the IP of your ISP DNS servers.

Regards.

Alain.

Don't forget to rate helpful posts.

Don't forget to rate helpful posts.