Man page - interfaces-forward(5)
Packages contains this manual
- interfaces-wireguard(5)
- interfaces-bridge(5)
- interfaces-tunnel(5)
- ifstate(5)
- ifparse(8)
- interfaces-wifi(5)
- ifctrstat(8)
- ifquery-ng(8)
- ifup-ng(8)
- interfaces-ng(5)
- interfaces-vrf(5)
- interfaces-ppp(5)
- interfaces-vxlan(5)
- interfaces-forward(5)
- ifdown-ng(8)
- interfaces-batman(5)
- ifupdown-executor(7)
- interfaces-wireguard-quick(5)
- interfaces-bond(5)
- ifupdown-ng.conf(5)
- ifupdown-ng(8)
apt-get install ifupdown-ng
Manual
interfaces-forward
NAMEDESCRIPTION
FORWARDING-RELATED OPTIONS
EXAMPLES
AUTHORS
NAME
interfaces-forward - forwarding vocabulary for the interfaces(5) file format
DESCRIPTION
Linux allows for configuration of IP packet forwarding behavior on a protocol and interface basis. The following options allow for this configuration.
FORWARDING-RELATED OPTIONS
The forward executor will only modify the sysctl configuration if these options are provided, otherwise other mechanisms such as /etc/sysctl.conf may be used.
forward-ipv4 yes|no
Whether the interface should forward unicast IPv4 packets.
forward-ipv6 yes|no
Whether the interface should forward unicast IPv6 packets.
forward-ipv4-mc yes|no
Whether the interface should forward multicast IPv4 packets.
forward-ipv6-mc yes|no
Whether the interface should forward multicast IPv6 packets.
EXAMPLES
The typical home router scenario will want to forward both IPv4 and IPv6 packets:
iface WAN
|
use dhcp |
||
|
forward-ipv4 yes |
||
|
forward-ipv6 yes |
iface LAN
|
address 192.168.0.1/24 |
|
|
forward-ipv4 yes |
|
|
forward-ipv6 yes |
AUTHORS
Ariadne Conill <ariadne@dereferenced.org>