I'm going to install FreeBSD to another one of my PCs. This one uses PPPoE connection, which I'm not familiar with on FreeBSD. That's why I've installed FreeBSD on VMWare Player for now to try it out. But I can't configure it. I've set it up as a bridged connection with my PC. My ppp.conf is:
When I do
it throws
and there's no Internet connection. Any idea?
Code:
default:
set log Phase tun command # you can add more detailed logging if you wish
set ifaddr 10.0.0.1/0 10.0.0.2/0
dialog:
set device PPPoE:em0 # replace xl1 with your Ethernet device
set authname ****************
set authkey ******
set dial
set login
add default HISADDR
Code:
ppp -ddial dialog
Code:
WARNING: attempt to domain_add(netgraph) after domainfinalize()