Angel Tsankov wrote:
Btw, how do I query the status of the PPPoE connection?
One of the following methods should work for you. 1) ip link list | grep ppp02) pidof pppd (from the script, you would prefer "pidofproc -p /var/run/ppp-${1}.pid pppd")
-- Alexander E. Patrakov -- http://linuxfromscratch.org/mailman/listinfo/blfs-support FAQ: http://www.linuxfromscratch.org/blfs/faq.html Unsubscribe: See the above information page
