NAT problem

Could someone tell me, what is wrong with this? NAT does not work.

! interface FastEthernet1 description --- Internal --- no ip address !! interface Vlan1 ip address 192.168.200.254 255.255.255.0 ip nat inside ip virtual-reassembly !! ip nat inside source list 125 interface FastEthernet0 ! access-list 30 remark --- SNMP --- access-list 30 permit 80.34.133.44 access-list 115 remark --- Yritys 2-VPN --- access-list 115 permit tcp 192.168.200.0 0.0.0.255 host 10.2.2.5 eq 3389 access-list 115 permit tcp 192.168.200.0 0.0.0.255 host 10.2.2.5 range

161 1102 access-list 115 permit udp 192.168.200.0 0.0.0.255 host 10.2.2.5 range snmp snmp trap access-list 115 permit icmp 192.168.200.0 0.0.0.255 host 10.2.2.5 access-list 125 deny ip 192.168.200.0 0.0.0.255 10.2.2.0 0.0.0.255 access-list 125 permit ip 192.168.200.0 0.0.0.255 any snmp-server community testiSNMP RO 30 snmp-server enable traps tty
Reply to
birger
Loading thread data ...

The ip nat source list "125" has rules applying to the vlan 1 interface but where's the config for Fa0?

Reply to
BernieM

You are right! Thank you :)

Reply to
birger

Cabling-Design.com Forums website is not affiliated with any of the manufacturers or service providers discussed here. All logos and trade names are the property of their respective owners.