cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
363
Views
0
Helpful
2
Replies

routing

raulzulueta
Level 1
Level 1

My internal networks of 10.6.1.0 and 10.6.10.0 are unable to connect to the internet. Here is the config.

Am I missing a route?

Thanks.

1 Accepted Solution

Accepted Solutions

Nagaraja Thanthry
Cisco Employee
Cisco Employee

Hello,

Under the interfaces, you have not enabled NAT.

interface FastEthernet0/0

description $ETH-WAN$

ip address aaa.bbb.ccc.212 255.255.255.248

ip nat outside -- Missing

duplex auto

speed auto

!

interface FastEthernet0/1

description Internal

ip address 10.6.1.251 255.255.255.0

ip nat inside -- Missing

duplex auto

speed auto

!

Hope this helps.

Regards,

NT

View solution in original post

2 Replies 2

Nagaraja Thanthry
Cisco Employee
Cisco Employee

Hello,

Under the interfaces, you have not enabled NAT.

interface FastEthernet0/0

description $ETH-WAN$

ip address aaa.bbb.ccc.212 255.255.255.248

ip nat outside -- Missing

duplex auto

speed auto

!

interface FastEthernet0/1

description Internal

ip address 10.6.1.251 255.255.255.0

ip nat inside -- Missing

duplex auto

speed auto

!

Hope this helps.

Regards,

NT

Exactly. Thanks.

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