sixfab / Sixfab_PPP_Installer

Repository of Sixfab PPP Installer Tool
MIT License
33 stars 35 forks source link

automatic detach after the first installation #33

Closed ghost closed 1 year ago

ghost commented 2 years ago
Could not determine remote IP address: defaulting to 10.64.64.64
Script /etc/ppp/ip-pre-up started (pid 5534)
Script /etc/ppp/ip-pre-up finished (pid 5534), status = 0x0
not replacing default route to eth0 [0.0.0.0]
local  IP address 100.118.1.191
remote IP address 10.64.64.64
primary   DNS address 8.8.8.8
secondary DNS address 8.8.4.4
updetach is set. Now detaching.

These are the last lines of terminal output I get after I used "sudo pon". This device is completly new and was installed today with the WiringPi fixes that @ip6li posted yesterday in this section. I have already worked with this script and never had the problem that after connecting, the connection was immediately closed again. Where can I deselect this option? If I comment out 'updetach' in the 'provider' file 'sudo pon' is no longer executed properly.