Пробовала сделать по примеру
https://forum.ubuntu.ru/index.php?topic=238801.0, но ничего не получается, первый момент - это то, что для подключения мне не нужны name, password.
Feb 12 15:30:31 SPASENNYI-4ERT pptp[25661]: anon log[usage:pptp.c:127]: pptp called with wrong arguments, program not started.
после ввода ip -4 route show table all type unicast
default via 91.208.232.208 dev ppp0
default dev ppp0 scope link
10.87.255.254 dev ppp0 proto kernel scope link src 92.255.176.41
91.208.232.208 - IP адрес на который необходимо сделать соединение для получения с него мультикаста
попытки поднять соединение приводят к
/usr/sbin/pppd: The remote system is required to authenticate itself
/usr/sbin/pppd: but I couldn't find any suitable secret (password) for it to use to do so.
/usr/sbin/pppd: (None of the available passwords would let it use an IP address.)
и
eth0 Link encap:Ethernet HWaddr 14:da:e9:16:30:1e
inet6 addr: fe80::16da:e9ff:fe16:301e/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:33915 errors:0 dropped:0 overruns:0 frame:0
TX packets:32089 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:30218849 (30.2 MB) TX bytes:5505233 (5.5 MB)
lo Link encap:Локальная петля (Loopback)
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:65536 Metric:1
RX packets:33 errors:0 dropped:0 overruns:0 frame:0
TX packets:33 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:2944 (2.9 KB) TX bytes:2944 (2.9 KB)
ppp0 Link encap:Протокол PPP (Point-to-Point Protocol)
inet addr:92.255.176.41 P-t-P:10.87.255.254 Mask:255.255.255.255
UP POINTOPOINT RUNNING NOARP MULTICAST MTU:1492 Metric:1
RX packets:33325 errors:0 dropped:0 overruns:0 frame:0
TX packets:31482 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:3
RX bytes:29450180 (29.4 MB) TX bytes:4792288 (4.7 MB)
ppp1: error fetching interface information: Устройство не обнаружено
Тогда задам вопрос иначе, что проще - создать vpn туннель без логинов и паролей или настроить получение на windows и по сети передать на комп с ubuntu?