This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

second intenet connection vpn dedicated

I am facing with this problem!
ASL 6.202
eth1 wan interface static ip to a cisco 800 adsl connected 1.5/0.75
eth2 lan interface serving 25 clients for surfing(http proxy) 1 exchange server(smtp proxy).
Now I need for 6 different sites to connect via vpn pptp to a terminal server in the lan perimeter.
I want these 6 sites (thin clients)not to overload the main internet link on eth1 so I added eth3 ppoe connected (static ip delivered by the isp no default gateway defined) as a second internet connection.
Unfortunatly it seems het the pptp deamon listen  at the wan interface eth1only!!!!
The bottom line is that I want a second internet connection to serve the vpn clients wile the main connection serve the other services!!!!!
I am open to any sugestions (...well allmoust any


This thread was automatically locked due to age.
  • PPTP is not bound to any iface.

    Your problem is related to having the default gateway defined as the eth1 (WAN). You need a route back from the eth3 iface, back to the internet. You wont be able to webadmin (if you enable it) on those ifaces aswell.

    Use a policy route for that in Network > Routing
    source iface: eth3
    source: any
    destination: any
    target: router from your ISP (define as host in Defenitions > Network)

    test using the webadmin first!
  • Thanks for the idea
    I wont say it doesn't make sense what you say but I tried and no good!!!!
    By the way did you try to vpn connect to the lan interface from the lan and see if the pptp deamon even start to do something??