Update introduction.md

This commit is contained in:
2025-03-18 11:27:47 +00:00
parent 3c8c651572
commit 9d7b434374
+14
View File
@@ -101,6 +101,20 @@ GlobalOS uses a custom persistence mechanism. It means in most of cases if you e
* /etc/burst2d.cfg - killall burst2d
* /etc/firewall.cfg - sh /etc/firewall.cfg
For restarting accel you can use following snippet:
```
killall accel-pppd; while true; do
pid=$(pgrep accel-pppd)
if [ -z "$pid" ]; then
accel-pppd -c /etc/accel-ppp.conf -d
break
fi
echo "Waiting for accel-pppd to finish"
sleep 1
done
```
### Network diagnostics and troubleshooting
If you have problems with network configuration, you can use following tools to diagnose the problem: