VPN, routing, specified application
        Posted  
        
            by 
                Adrian
            
        on Server Fault
        
        See other posts from Server Fault
        
            or by Adrian
        
        
        
        Published on 2011-11-24T17:14:14Z
        Indexed on 
            2011/11/24
            17:58 UTC
        
        
        Read the original article
        Hit count: 385
        
Details:
eth0 = current internet port
pptp1 = VPN connection, if I connect to my provider, he give me an IP address, which is accessible from the internet. This is what I need. I want to connect through this IP back to my PC.
I want to keep my primary internet connection (eth0) on my PC for all traffic, but route traffic to VPN for specified application/or port, to access application/port from the IP, which I given from the pptp provider. Huhh? Difficult but, it is possible? If yes, how?
Incoming port will be always: 33340 Outgoing port can be change, but usually it is 33330
© Server Fault or respective owner