Skip to content

Scripts and Examples

yagoplx/y edited this page Apr 24, 2021 · 1 revision

This page contains scripts for use with x86routertools for starting and stopping the internet-facing interface.
Currently, this page is a work in progress.

  • PPPoE on ethernet interface with internet-iface as ppp0
start-internet
#!/bin/bash
pppoe-start
stop-internet
#!/bin/bash
pppoe-stop
Clone this wiki locally