07-19-2010 11:03 AM - edited 03-06-2019 12:05 PM
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.
07-19-2010 01:40 PM
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
07-20-2010 05:00 AM
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.
Discover and save your favorite ideas. Come back to expert answers, step-by-step guides, recent topics, and more.
New here? Get started with these tips. How to use Community New member guide