Ashmath Khan wrote: > # /bin/pppoe -k -e 0000002F:00:08:74:cd:5b:6a -I br2 > Illegal argument to -e: Should be sess:xx:yy:zz:aa:bb:cc > -e doesn't seem to work for all cases. The "sess" part should be a decimal number, not hex. /bin/pppoe -k -e 47:00:08:74:cd:5b:6a -I br2 should work. Regards, David.