Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- {
- "interfaces" : {
- "ethernet" : {
- "eth0" : {
- "vif" : {
- "6" : {
- "pppoe" : {
- "2" : {
- "default-route": "none",
- "user-id" : "xx-xx-xx-xx-xx-xx@internet",
- "password" : "ppp"
- }
- },
- "description" : "eth0.6 - Internet on VLAN 6 as provided by KPN"
- },
- "7" : {
- "bridge-group" : {
- "bridge" : "br0"
- },
- "description" : "eth0.7 - Telephony on VLAN 7 as provided by KPN"
- }
- },
- "description" : "eth0 - WAN - Cable from wall (Fiber to the Home/FTTH, NTU) to USG"
- },
- "eth2" : {
- "vif" : {
- "7" : {
- "description" : "eth2.7 - Bridged from eth0.7 which holds Telephony traffic",
- "bridge-group" : {
- "bridge" : "br0"
- }
- }
- },
- "description" : "eth2 - VOIP - Cable from USG to KPN Experiabox for Telephony"
- },
- "eth1" : {
- "description" : "eth1 - LAN - Cable from USG to first network switch"
- }
- },
- "bridge" : {
- "br0" : {
- "description" : "A bridge intended for bridging tagged VLAN 7 from eth0 (eth0.7) to eth2 (eth2.7, connected to KPN Experiabox which only receives Telephony traffic this way)"
- }
- }
- },
- "port-forward" : {
- "wan-interface" : "pppoe2"
- },
- "service" : {
- "dns" : {
- "forwarding" : {
- "except-interface" : "pppoe2"
- }
- },
- "nat" : {
- "rule" : {
- "6001": {
- "outbound-interface" : "pppoe2"
- },
- "6002": {
- "outbound-interface" : "pppoe2"
- },
- "6003": {
- "outbound-interface" : "pppoe2"
- }
- }
- }
- },
- "protocols": {
- "static" : {
- "interface-route" : {
- "0.0.0.0/0": {
- "next-hop-interface" : {
- "pppoe2" : {
- "distance" : "1"
- }
- }
- }
- }
- }
- }
- }
Advertisement
Add Comment
Please, Sign In to add comment