You are not logged in.

#1 2022-05-02 11:01:55

mehdi-n
Member
Registered: 2022-05-02
Posts: 14

pptpclient internet connection problem

I have installed pptpclient package and configured it according to archwiki page. I connect to the wireless modem at my work using wifi-menu and I can verify the wifi connection using netctl list.
As I run the command

sudo pon atimehdi debug dump logfd 2 nodetach

I get this on the terminal:

pppd options in effect:
debug           # (from command line)
nodetach                # (from command line)
logfd 2         # (from command line)
dump            # (from command line)
noauth          # (from /etc/ppp/options.pptp)
name norozi             # (from /etc/ppp/peers/atimehdi)
remotename atimehdi             # (from /etc/ppp/peers/atimehdi)
                # (from /etc/ppp/options.pptp)
pty /usr/sbin/pptp 192.168.5.1 --nolaunchpppd           # (from /etc/ppp/peers/atimehdi)
crtscts         # (from /etc/ppp/options)
                # (from /etc/ppp/options)
asyncmap 0              # (from /etc/ppp/options)
lcp-echo-failure 4              # (from /etc/ppp/options)
lcp-echo-interval 30            # (from /etc/ppp/options)
hide-password           # (from /etc/ppp/options)
ipparam atimehdi                # (from /etc/ppp/peers/atimehdi)
proxyarp                # (from /etc/ppp/options)
nobsdcomp               # (from /etc/ppp/options.pptp)
nodeflate               # (from /etc/ppp/options.pptp)
noipx           # (from /etc/ppp/options)
using channel 25
Using interface ppp0
Connect: ppp0 <--> /dev/pts/4
sent [LCP ConfReq id=0x1 <asyncmap 0x0> <magic 0x2a8b2f3e> <pcomp> <accomp>]
rcvd [LCP ConfRej id=0x1 <asyncmap 0x0> <pcomp> <accomp>]
sent [LCP ConfReq id=0x2 <magic 0x2a8b2f3e>]
rcvd [LCP ConfAck id=0x2 <magic 0x2a8b2f3e>]
rcvd [LCP ConfReq id=0x2 <auth chap MS-v2> <mru 1460> <magic 0x1d8f853f>]
sent [LCP ConfAck id=0x2 <auth chap MS-v2> <mru 1460> <magic 0x1d8f853f>]
sent [LCP EchoReq id=0x0 magic=0x2a8b2f3e]
rcvd [CHAP Challenge id=0x1 <1807b206dc09fe583689575adfffb246>, name = "WireLess Bras"]
added response cache entry 0
sent [CHAP Response id=0x1 <bf9bbddc3c771d6cb11761f72e0f14c20000000000000000ea80e76f04f2d7c912433d6c152f2cf8b1d6ce2a95f4b5b500>, name = "norozi"]
rcvd [LCP EchoRep id=0x0 magic=0x1d8f853f]
rcvd [CHAP Success id=0x1 "S=62A6B3C5A4F67B788E51D2E8AC645B509341213D"]
response found in cache (entry 0)
CHAP authentication succeeded
sent [IPCP ConfReq id=0x1 <compress VJ 0f 01> <addr 192.168.5.27>]
sent [IPV6CP ConfReq id=0x1 <addr fe80::90db:4311:efd3:b94b>]
rcvd [IPCP ConfReq id=0x1 <addr 185.119.167.1>]
sent [IPCP ConfAck id=0x1 <addr 185.119.167.1>]
rcvd [proto=0x8281] 01 01 00 04
Unsupported protocol 'MPLSCP' (0x8281) received
sent [LCP ProtRej id=0x3 82 81 01 01 00 04]
rcvd [LCP ProtRej id=0x3 80 57 01 01 00 0e 01 0a 90 db 43 11 ef d3 b9 4b]
Protocol-Reject for 'IPv6 Control Protocol' (0x8057) received
rcvd [IPCP ConfRej id=0x1 <compress VJ 0f 01>]
sent [IPCP ConfReq id=0x2 <addr 192.168.5.27>]
rcvd [IPCP ConfNak id=0x2 <addr 185.119.167.192>]
sent [IPCP ConfReq id=0x3 <addr 185.119.167.192>]
rcvd [IPCP ConfAck id=0x3 <addr 185.119.167.192>]
Cannot determine ethernet address for proxy ARP
local  IP address 185.119.167.192
remote IP address 185.119.167.1
Script /etc/ppp/ip-up started (pid 117560)
Script /etc/ppp/ip-up finished (pid 117560), status = 0x0

The pon command doesn't terminate, but when I ping some websites, there's no connection. I'm able to connect to the internet with the same user and password using a windows machine or android phone by creating a vpn connection. Also I have no problem connecting to internet with my arch linux system on my home wifi network which doesn't require a pptp connection setup.
Can someone help me solve this problem?

Offline

Board footer

Powered by FluxBB