Advertisement
Guest User

WAN Interface & Gateways

a guest
Jul 16th, 2013
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.06 KB | None | 0 0
  1. From config.xml:
  2.  
  3. WAN Interface:
  4.  
  5. <interfaces>
  6. <wan>
  7. <if>vmx3f0</if>
  8. <blockpriv/>
  9. <blockbogons/>
  10. <descr><![CDATA[WAN]]></descr>
  11. <alias-address/>
  12. <alias-subnet>32</alias-subnet>
  13. <spoofmac/>
  14. <enable/>
  15. <ipaddr>dhcp</ipaddr>
  16. <dhcphostname/>
  17. <ipaddrv6>6rd</ipaddrv6>
  18. <prefix-6rd>2602:100::/32</prefix-6rd>
  19. <prefix-6rd-v4plen>0</prefix-6rd-v4plen>
  20. <gateway-6rd>68.114.165.1</gateway-6rd>
  21. </wan>
  22.  
  23. Gateways:
  24.  
  25. <gateways>
  26. <gateway_item>
  27. <interface>wan</interface>
  28. <gateway>dynamic</gateway>
  29. <name>WAN_DHCP</name>
  30. <weight>1</weight>
  31. <ipprotocol>inet</ipprotocol>
  32. <interval/>
  33. <descr><![CDATA[Interface WAN_DHCP Gateway]]></descr>
  34. <defaultgw/>
  35. </gateway_item>
  36. <gateway_item>
  37. <interface>wan</interface>
  38. <gateway>dynamic</gateway>
  39. <name>WAN_6RD</name>
  40. <weight>1</weight>
  41. <ipprotocol>inet6</ipprotocol>
  42. <interval/>
  43. <descr><![CDATA[Interface WAN_6RD Gateway]]></descr>
  44. <monitor>2001:4860:4860::8888</monitor>
  45. <defaultgw/>
  46. </gateway_item>
  47. </gateways>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement