Запускаю vpnclient — sudo pon us
после этого:
ip a
1: lo: <LOOPBACK,UP,LOWER_UP> mtu 16436 qdisc noqueue state UNKNOWN
link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00
inet 127.0.0.1/8 scope host lo
2: eth0: <BROADCAST,MULTICAST,UP,LOWER_UP> mtu 1500 qdisc pfifo_fast state UNKNOWN qlen 1000
link/ether 00:00:21:5c:0b:22 brd ff:ff:ff:ff:ff:ff
inet 10.1.70.141/24 brd 10.1.70.255 scope global eth0
20552: ppp0: <POINTOPOINT,MULTICAST,NOARP> mtu 1500 qdisc noop state DOWN qlen 3
link/ppp
ls /sys/class/net/
eth0 lo ppp0
также
sudo ip link set ppp0 up
и тем не менее:
sudo pppd call us dump debug hide-password nodetach
pppd options in effect:
debug debug # (from command line)
nodetach # (from command line)
persist # (from /etc/ppp/peers/us)
maxfail 0 # (from /etc/ppp/peers/us)
dump # (from command line)
noauth # (from /etc/ppp/peers/us)
refuse-pap # (from /etc/ppp/peers/us)
name free # (from /etc/ppp/peers/us)
password ?????? # (from /etc/ppp/peers/us)
remotename PPTP # (from /etc/ppp/peers/us)
# (from /etc/ppp/options)
pty pptp xxx.com --nobuffer --nolaunchpppd --debug # (from /etc/ppp/peers/us)
nocrtscts # (from /etc/ppp/peers/us)
# (from /etc/ppp/options)
noaccomp # (from /etc/ppp/peers/us)
asyncmap 0 # (from /etc/ppp/options)
nopcomp # (from /etc/ppp/peers/us)
lcp-echo-failure 4 # (from /etc/ppp/options)
lcp-echo-interval 30 # (from /etc/ppp/options)
hide-password # (from command line)
novj # (from /etc/ppp/peers/us)
novjccomp # (from /etc/ppp/peers/us)
defaultroute # (from /etc/ppp/peers/us)
# (from /etc/ppp/options)
noproxyarp # (from /etc/ppp/peers/us)
usepeerdns # (from /etc/ppp/peers/us)
nobsdcomp # (from /etc/ppp/peers/us)
nodeflate # (from /etc/ppp/peers/us)
require-mppe-128 # (from /etc/ppp/peers/us)
noipx # (from /etc/ppp/options)
using channel 21890
Using interface ppp1
Connect: ppp1 <--> /dev/pts/3
anon warn[open_inetsock:pptp_callmgr.c:329]: connect: Connection refused
anon fatal[callmgr_main:pptp_callmgr.c:127]: Could not open control connection to ххх.ххх.ххх.103
anon fatal[open_callmgr:pptp.c:479]: Call manager exited with error 256
Script pptp xxx.com --nobuffer --nolaunchpppd --debug finished (pid 32703), status = 0x1
Modem hangup
Connection terminated.
using channel 21892
Using interface ppp1
Connect: ppp1 <--> /dev/pts/3
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x4d09b4e2>]
anon warn[open_inetsock:pptp_callmgr.c:329]: connect: Connection refused
anon fatal[callmgr_main:pptp_callmgr.c:127]: Could not open control connection to ххх.ххх.ххх.103
anon fatal[open_callmgr:pptp.c:479]: Call manager exited with error 256
Modem hangup
Connection terminated.
Поиск по ошибке, никчему толком не привёл. Маршруты соответственно прописать не могу. В какую сторону копать?