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

877 nat issue

Keith Craycraft
Level 1
Level 1

have 877 series router with adsl modem interface build in.

dialergroup assigned to atm interface

using unnumber ip , memebr of vlan1

int vlan assigend with public ip address.

2 other devices with public ip address connected to router

need to connect 3rd device on private ip address and nat traffic from it address as inside to a public ip in overload  configuration.

having trouble getting it to work.

2 Replies 2

Giuseppe Larosa
Hall of Fame
Hall of Fame

Hello Keith,

to put a physical FE port in Vlan2 you need additional commands

interface FastEthernet3

!

!interface conntected to devices on vlan2

!

You should have:

int fas3

switchport

switchport mode access

switchport access vlan 2

!

the Fas ports are like switch ports in a Cisco IOS LAN switch

Hope to help

Giuseppe

The following commands are in the config:

int fas3

switchport

switchport mode access

switchport access vlan 2

However when I try to access web site or ping from vlan 2 host  it times out.

I can ping vlan 2 ip address.  and the outside interface of the router from vlan 2.

if i do a Show IP NAT STATS  it shows me what is inside and outside interfaces information but  thats it.

the sh ip nat translations shows nothing.

for some reason its just not doing the translations.