ok this is similar to my setup in some ways.
but the picture is wrong,
remember that vr0 is not (or at least should not be) part of the bridge.
the real picture is:
> .----------------------------------.
> | |
> | b --wlan0|
> | r | 192.168.0.0/24
> ext iij | i --- vr1| LAN hosts,
> PPP/NAT ---|vr0[PPPoE][ppp]tun0--[R]-d | DHCP Clients
> WAN | g --- vr2| ...
> | e |
> | 0 --- vr3|
> | |
> `----------------------------------'
where [R] is the IP forwarding code (i.e routing not bridging)
my profile is pppoe which is shown below
It's not completely different from yours but seems to work
I can't help you withthe bridge part but it should be ok I think.
pppoe:
set device PPPoE:vr1
set redial 10.3 10000
set speed 115200 #not really intersting
set timeout 0 # Never time out
disable dns
disable ipv6cp
disable sroutes
set authname heyitsme
set authkey really?
set login
enable lqr
set ifaddr X.X.X.X/32 0.0.0.0/0 255.255.255.255 0.0.0.0
add default HISADDR # Add a (sticky) default route
set cd 5
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
Previous message: [thread] [date] [author] Next message: [thread] [date] [author]
Messages in current thread:
Re: bridged wlan/ether still the same, Julian Elischer, (Fri Apr 2, 12:30 am)