PPPoE problems

Hi!
I followed this tutorial for setting up my PPPoE connection. Instead of xl1, I used rl0. I got the following error message. The ifconfig output looks like this. Thanks in advance!

Error photos.
 
According to the first screen you have a syntax error in your configuration file ('missing colon'). You should probably check that first..
 
Thanks! That worked. I just had to put some spaces at the beginning of lines. Now I get other error messages
Code:
Working in ddial mode
Using interface: tun0
WARNING: attempt to domain_add(netgraph) after domainfinalize()
 
Those are not error messages. The first two are informational, the third is a warning that can be ignored.
 
Reading more into this forum, I found out that I need to do a DHCP configuration. The rl0 IPv4 address is set to 10.x.x.x, but I get an error message that it is not a valid IPv4 address.
 
Back
Top