Am un Centos7 VPS unde am instalat un server web, pe același server am configurat un VPN PPTP pentru a comunica cu un dispozitiv care este conectat prin ethernet în routerul meu.
IP-ul dispozitivului este 10.0.0.37 și mă pot conecta la dispozitiv de pe orice PC prin IP local PPTP, care este 10.1.0.2, deoarece computerul și dispozitivul sunt conectate la același VPN PPTP ca un client.
Dar nu pot să dau ping sau să ajung la dispozitiv în SSH așa cum pot să fac ping când sunt conectat ca client VPN pe PC, mă poate ajuta cineva cu o remediere în care am nevoie de serverul web capabil să contacteze dispozitiv?
Încerc să fac o comunicare API de la site la dispozitiv prin soluție PPTP, deoarece routerul utilizează IP dinamic și DDNS nu este acceptat de router.
Informații PPTP:
ip a
ppp0: <POINTOPOINT,MULTICAST,NOARP,UP,LOWER_UP> mtu 1496 qdisc pfifo_fast state UNKNOWN grup implicit qlen 3 link/ppp inet 45.X.X.X peer 10.1.0.1/32 scope global ppp0 valid_lft forever preferred_lft forever
starea #service pptpd
â pptpd.service - Server de tunel punct la punct PoPToP
Încărcat: încărcat (/usr/lib/systemd/system/pptpd.service; dezactivat; prestabilit furnizor: dezactivat)
Activ: activ (în rulare) din joi 2022-03-24 19:14:34 EET; acum 27 de ani
PID principal: 22077 (pptpd)
CGroup: /system.slice/pptpd.service
ââ22077 /usr/sbin/pptpd -f
ââ22101 pptpd [73.X."ACESTA ESTE IP-UL DISPOZITIVULUI":D837 - 0000]
ââ22105 /usr/sbin/pppd fișier local /etc/ppp/options.pptpd 115200 45.X.X.X:10.1.0.1 ipparam 73.X."ACESTA ESTE IP-UL DISPOZITIVULUI"...
24 mar 19:14:55 hostname.domain pppd[22105]: Plugin /usr/lib64/pptpd/pptpd-logwtmp.so încărcat.
24 mar 19:14:55 hostname.domain pppd[22105]: pppd 2.4.5 început de root, uid 0
24 mar 19:14:55 hostname.domain pppd[22105]: se utilizează interfața ppp0
24 mar 19:14:55 hostname.domain pppd[22105]: Conectare: ppp0 <--> /dev/pts/1
24 mar 19:14:55 hostname.domain pptpd[22101]: GRE: Sumă de verificare greșită de la pppd.
24 mar 19:14:55 hostname.domain pppd[22105]: peer de la numărul apelant 73.X „ACESTA ESTE IP-UL DISPOZITIVULUI” autorizat
24 mar 19:14:56 hostname.domain pppd[22105]: compresie fără stat MPPE pe 128 de biți activată
24 mar 19:14:59 hostname.domain pppd[22105]: Nu se poate determina adresa ethernet pentru proxy ARP
24 mar 19:14:59 hostname.domain pppd[22105]: adresa IP locală 45.X.X.X
24 mar 19:14:59 hostname.domain pppd[22105]: adresa IP la distanță 10.1.0.1```
# iptables -L
INTRARE în lanț (politica ACCEPT)
target prot opt sursă destinație
ACCEPT pe toate -- oriunde oriunde state RELATED,STABLISHED
ACCEPT tcp -- oriunde oriunde tcp dpt:pptp
ACCEPT gre -- oriunde oriunde
ACCEPTĂ pe toate -- oriunde oriunde arătați NOU
ACCEPT tcp -- oriunde oriunde tcp dpt:ssh
ACCEPTĂ toate -- 10.0.0.0/24 oriunde, stare NOU
ACCEPTĂ toate -- 199.1.X.10 oriunde stare NOU
ACCEPT tcp -- oriunde oriunde tcp dpt:ssh
Lanț FORWARD (politica ACCEPT)
target prot opt sursă destinație
ACCEPT gre -- oriunde oriunde
Ieșire în lanț (politica ACCEPT)
target prot opt sursă destinație
ACCEPTĂ pe toate -- oriunde oriunde arătați NOU
ACCEPT toate -- oriunde oriunde state NEW```