This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# wan is setup with some basic filtering settings. | |
wan ppp0 detect routefilter,tcpflags | |
# lan is bridged and uses dhcp. | |
lan br0 detect dhcp,bridge | |
# modem is a separate interface for direct access to the vDSL UI. | |
modem eth0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment