I have a cable ISP at my home and I am trying to connect to my company's Windows 2000 VPN server. I use the Windows client, and it's a PPTP server. I have a Cisco Catalyst 5505 with a Route Switch Module which I use as my router. When I plug my computer directly into my cable modem I can connect to the VPN, but through the router I get "The remote computer will not respond." The IP that needs to get to the VPN is 192.168.1.1. I have tried loads of different NAT configurations, including doing just a static NAT from my PC (192.168.1.1) to the global IP and no matter what it won't work. Does anyone know what I might be missing to fix this problem? Any help would be appreciated..here's my config on the RSM.
! version 12.2 service timestamps debug uptime service timestamps log uptime service password-encryption no service single-slot-reload-enable ! hostname alpha ! boot inhibit bsi aaa new-model enable secret 5 ! username tom privilege 15 password 7 username tim privilege 15 password 7 clock timezone EST -5 clock summer-time EDT recurring ip subnet-zero ip cef ip domain-list algolx.net ip name-server 192.168.1.109 ip name-server 192.168.1.103 ! ! bridge irb ! ! interface Loopback0 ip address 192.168.2.1 255.255.255.192 ! interface BVI1 description DHCP BVI Interface to Internet ip address dhcp ip nat outside ! interface Vlan1 description Management VLAN, Linux Boxes ip address 192.168.1.126 255.255.255.192 ip nat inside ! interface Vlan2 description VLAN to Internet (Cable Modem) no ip address bridge-group 1 bridge-group 1 spanning-disabled ! interface Vlan3 description VLAN for Clients ip address 192.168.1.6 255.255.255.248 ip helper-address 192.168.1.127 ip nat inside ! interface Vlan4 description Wireless VLAN ip address 192.168.1.14 255.255.255.248 ip helper-address 192.168.1.127 ip nat inside ! interface Vlan5 ip address 192.168.1.22 255.255.255.248 ip helper-address 192.168.1.127 ip nat inside ! interface Vlan6 ip address 192.168.1.30 255.255.255.248 ip helper-address 192.168.1.127 ip nat inside ! interface Vlan7 ip address 192.168.1.190 255.255.255.192 ip helper-address 192.168.1.127 ip nat inside ! ip nat pool sunfire 192.168.1.109 192.168.1.109 netmask 255.255.255.192 type rotary ip nat pool tom 192.168.1.1 192.168.1.1 netmask 255.255.255.248 type rotary ip nat pool tim 192.168.1.9 192.168.1.9 netmask 255.255.255.248 type rotary ip nat pool matt 192.168.1.17 192.168.1.17 netmask 255.255.255.248 type rotary ip nat pool videophone 192.168.1.27 192.168.1.27 netmask
255.255.255.248 type rotary ip nat inside source list 1 interface BVI1 overload ip nat inside destination list 100 pool sunfire ip nat inside destination list 101 pool videophone ip nat inside destination list 102 pool tim ip nat inside destination list 103 pool tom ip nat inside destination list 104 pool matt ip classless ip forward-protocol udp bootps ip route 0.0.0.0 0.0.0.0 71.192.172.1 no ip http server ! logging 192.168.1.109 access-list 1 permit 192.168.1.0 0.0.0.255 access-list 2 permit 192.168.1.0 0.0.0.255 access-list 100 remark Sunfire's Port Forwarding Access List access-list 100 permit tcp any any eq www access-list 100 permit tcp any any eq 22 access-list 100 permit tcp any any eq ftp access-list 100 permit tcp any any eq domain access-list 100 permit udp any any eq domain access-list 100 permit tcp any any eq smtp access-list 101 remark Video Phone's Port Forwarding Access List access-list 101 permit tcp any any range 15328 15333 access-list 101 permit udp any any range 15328 15333 access-list 101 permit tcp any any eq 1720 access-list 102 remark Tim's Port Forwarding Access List access-list 102 permit tcp any any eq 32459 access-list 102 permit udp any any eq 32459 access-list 102 permit tcp any any eq 5900 access-list 102 permit tcp any any eq ident access-list 102 permit tcp any any range 4662 4665 access-list 102 permit udp any any eq 4672 access-list 102 permit tcp any any eq 29462 access-list 102 permit tcp any any eq 41170 access-list 102 permit udp any any eq 41170 access-list 103 remark Tom's Port Forwarding Access List access-list 103 permit tcp any any range 4881 4999 access-list 103 permit tcp any any eq 3389 access-list 103 permit tcp any any eq 1723 access-list 103 permit gre any any access-list 104 remark Matt's Port Forwarding Access List access-list 104 permit tcp any any range 5881 5999 access-list 105 remark Access List for VLAN 1. access-list 105 remark Allow everyone at home to do anything
bridge 1 protocol ieee bridge 1 route ip banner motd Welcome to Alpha Router. Cisco Catalyst 5505. Unauthorized users disconnect at once. ! line con 0 password 7 line aux 0 line vty 0 4 access-class 2 in password 7 line vty 5 14 access-class 2 in password 7 line vty 15 99 access-class 2 in ! ntp update-calendar ntp server 192.43.244.18 end