mirror of
https://github.com/MonkWho/pfatt.git
synced 2024-12-02 07:20:14 +01:00
cleanup
This commit is contained in:
parent
82a3531908
commit
cd5d2b8518
10
README.md
10
README.md
@ -95,7 +95,7 @@ If you don't see traffic being bridged between `ngeth0` and `$ONT_IF`, then netg
|
|||||||
If the VLAN0 traffic is being properly handled, next pfSense will need to request an IP. `ngeth0` needs to DHCP using the authorized MAC address. You should see an untagged DCHP request on `ngeth0` carry over to the `$ONT_IF` interface gged as VLAN0. Then you
|
If the VLAN0 traffic is being properly handled, next pfSense will need to request an IP. `ngeth0` needs to DHCP using the authorized MAC address. You should see an untagged DCHP request on `ngeth0` carry over to the `$ONT_IF` interface gged as VLAN0. Then you
|
||||||
should get a DHCP response and you're in business.
|
should get a DHCP response and you're in business.
|
||||||
|
|
||||||
### netgraph
|
## netgraph
|
||||||
|
|
||||||
The netgraph system provides a uniform and modular system for the implementation of kernel objects which perform various networking functions.
|
The netgraph system provides a uniform and modular system for the implementation of kernel objects which perform various networking functions.
|
||||||
|
|
||||||
@ -131,10 +131,6 @@ Alternatively, you can also do the EAP / VLAN0 magic at the Linux hypervisor lay
|
|||||||
|
|
||||||
I haven't tried to do this with ESXi. Feel free to submit a PR with notes on your experience.
|
I haven't tried to do this with ESXi. Feel free to submit a PR with notes on your experience.
|
||||||
|
|
||||||
# OPNSense / FreeBSD
|
|
||||||
|
|
||||||
I haven't tried this with OPNSense or native FreeBSD, but I imagine the process is the same with netgraph. Feel free to submit a PR with notes on your experience.
|
|
||||||
|
|
||||||
# Other Methods
|
# Other Methods
|
||||||
|
|
||||||
## Linux
|
## Linux
|
||||||
@ -147,6 +143,10 @@ There is a whole thread on this at [DSLreports](http://www.dslreports.com/forum/
|
|||||||
|
|
||||||
However, I don't think this works for everyone. I had to explicity tag my WAN traffic to VLAN0 which wasn't supported on my switch.
|
However, I don't think this works for everyone. I had to explicity tag my WAN traffic to VLAN0 which wasn't supported on my switch.
|
||||||
|
|
||||||
|
## OPNSense / FreeBSD
|
||||||
|
|
||||||
|
I haven't tried this with OPNSense or native FreeBSD, but I imagine the process is the same with netgraph. Feel free to submit a PR with notes on your experience.
|
||||||
|
|
||||||
# U-verse TV
|
# U-verse TV
|
||||||
|
|
||||||
TODO
|
TODO
|
||||||
|
Loading…
Reference in New Issue
Block a user