I have an internet connection with dial up created with pppconfig that I use
Code:
#pon connection_name
to connect to internet in my ubuntu 10.10 platform and it creates me a connection over ppp0.
I want to use a PPTP vpn, so I used this command
Code:
#pppd pty "pptp pptp_server_ip --nolaunchpppd --debug" require-mschap-v2 refuse-eap user myusername password mypass noauth persist nodetach debug
it creates me a pptp connection over ppp1. that's why my dialup connection is over ppp0 and vpn connection is over ppp1 I cant't use my vpn connection.
for instance if I run tracepath command, it never gets ppp1 ip adress
Please help me to solve this
regards