03-03-2006 09:48 AM - edited 02-21-2020 02:17 PM
I use VPN to connect to my work using ADSL.
When connected, I have:
Windows IP Configuration
Ethernet adapter Local Area Connection: <== ADSL Speedy
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 200.207.XXX.YYY
Subnet Mask . . . . . . . . . . . : 255.255.255.192
Default Gateway . . . . . . . . . : 200.207.XXX.YYY
Ethernet adapter Local Area Connection 2: <== VPN
Connection-specific DNS Suffix . :
IP Address. . . . . . . . . . . . : 148.97.XXX.YYY
Subnet Mask . . . . . . . . . . . : 255.255.0.0
Default Gateway . . . . . . . . . : 148.97.XXX.YYY
After VPN connection, all traffic is routed to VPN.
My question is: when connected with VPN, how to route internet traffic to my IP ADSL and acess to my business servers to VPN IP.
Because, I want use a clear internet (without proxies and blocked ports like SMTP, NNTP when working from my house.
Thanks in advance.
03-04-2006 03:09 AM
You would have to make sure and set-up a split tunnel configuration at the router end.
Basically the vpn client configratom group should have
"acl
and access list should allow only traffic from the VPN client range to the LAN range.
eg
access-list 101 permit ip xxx.xxx.xxx.xxx 0.0.0.255 yyy.yyy.yyy.yyy 0.0.0.255
03-04-2006 05:56 AM
just a quick comment.
the vpn pool is using public ip, which may introduce problem when the client browsing internet.
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