Heads Up :
The post you are writing will appear in a public forum. Please ensure all content is appropriate for public consumption. Review the employee guidelines for the community here.
Let's consider 2 sites:A: client site (where I may change the config of the router if necessary)B: server site (where I've NO authority on server nor router config)I try to use the standard PPtP VPN of Windows 2003. TCP 1723 + GRE are correctly confi...
HelloI'm currently trying to replace a small Linksys router with a Cisco 831. The connection to the Internet is done via a Motorola cable-modem. I've ran the default install wizard of the 831, but the wan-ip stays unfortunately on "not assigned".In t...
Hi,I've implemented "the Router and VPN Client for Public Internet on a Stick Configuration Example" (http://www.cisco.com/en/US/products/sw/secursw/ps2308/products_configuration_example09186a008073b06b.shtml). I've added these lines to my 878 router...
Hello,I've configured my 878 router as a PPTP VPN server. It works very fine and very quickly. Using the XP VPN client from a remote site, I can "see" all servers in my network.2 questions 1) When doing telnet on the 878 through the VPN, it is very s...
Hello,I try ton configure one 878 Cisco router as a transparent router behind a dualwan Linksys router.I've added these in the configuration of the 878 :no ip routing!interface Vlan1no ip addressno ip directed-broadcast bridge-group 1!interface ATM0....
Hi,I've applied this to my Cisco router (client side of the VPN). E0 is the LAN interface of the router.interface E0 ip tcp adjust-mss 1300But it is still impossible to get connected to the VPN server.Regards,Guy
As written in the 1st message, if on my site (the client site) i replace the Cisco router with a Linksys router, it works immediately.I'm not allowed to install any sniffer on the server site.Regards,Guy
As far as i undestand your suggestion, this sould be implemented in the router on the VPN server side ? But, i'm not allowed to get access to the config of this router. (Located at a customer - public institution)Regards,Guy
I've removed the "permit gre" line in acl 102. It looks now like this : access-list 102 permit ip 192.168.1.0 0.0.0.255 anyaccess-list 102 permit ip 192.168.2.0 0.0.0.255 anyaccess-list 102 permit ip 192.168.20.0 0.0.0.255 anyBut it does not help.(I'...
Below the IP nat translation during the user/password verification :Pro Inside global Inside local Outside local Outside globaludp a.b.c.d:1031 192.168.2.60:1031 192.168.3.112:161 192.168.3.112:161tcp a.b.c.d:1561 192.168.2.60:1561 ...