You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

27 lines
743 B

  1. config dhcrelay ipv4
  2. option 'enabled' '0'
  3. # IP address of the server
  4. option 'dhcpserver' '192.0.2.10'
  5. # network interfaces to listen on (e.g. lan or wan)
  6. option 'interfaces' ''
  7. # What to do about packets that already have a relay option:
  8. # 'append': Forward and append our own relay option
  9. # 'replace': Forward, but replace theirs with ours (default)
  10. # 'forward': Forward without changes
  11. # 'discard': Don't forward
  12. option 'relay_mode' ''
  13. # enable RFC3527 link selection sub-option and use the IP address of
  14. # the specified network interface as "uplink" IP address (e.g. wan)
  15. option 'link_selection' ''
  16. config dhcrelay ipv6
  17. # option dhcpserver '2001:db8:1::1'
  18. option upper 'eth1'
  19. list lower 'eth0.2'
  20. list lower 'eth0.3'