Skip to content

Interface forwarding range may be to wide #6

@skalkoto

Description

@skalkoto

In vmrouter script you'll find this piece of code:

if [ -n "$IF_IP_FORWARDING" ]; then
	[ "$ADDRFAM" = "inet" ] && echo 1 > /proc/sys/net/ipv4/conf/all/forwarding
	[ "$ADDRFAM" = "inet6" ] && echo 1 > /proc/sys/net/ipv6/conf/all/forwarding
fi

Do we need to enable forwarding in all the interfaces?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions