Scroll to navigation

IFCFG-VXLAN(5) Network configuration IFCFG-VXLAN(5)

NAME

ifcfg-vxlan - Virtual eXtended LAN interface configuration

SYNOPSIS

/etc/sysconfig/network/ifcfg-*

VXLANs

To setup a vxlan interface, you need a configuration file that contains the following variable set to yes:

It may contain also the following options:

Specifies the VXLAN Network Identifier (Segment Identifier).

Specifies the link device name to use for tunnel endpoint communication.

Specifies the unicast or multicast destination IP address. A multicast address requires a link device in via VXLAN_DEVICE.

Specifies source IP address to use in outgoing packets.

The UDP destination port of the remote tunnel endpoint. IANA assigned port is 4789 while the linux kernel is using port 8472.

The UDP source port range to use in communication with tunnel endpoint.

The TTL aka hop-limit for to use in outgoing packets.

The TOS to set in outgoing packets.

Lifetime in seconds of the FDB entries in the kernel.

Maximal number of addresses/entries in the FDB.

Disables to not learn unknown source link layer address.

Enables ARP/NDP proxy.

Enables route short circuit.

Enables netlink link-layer address miss notification generation.

Enables netlink ip address miss notification generation.

Enables to calculate UDP checksums.

Enables to calculate UDP checksums.

Specified if UDP checksums are received.

Enables/disables transmit checksum offloading.

Enables/disables receive checksum offloading.

Disables partial gro checksum handling.

Whether to collect metadata on external control plane of internal FDB.

Enables Group Policy extension.

An ifcfg- file for the interface specified by VXLAN_DEVICE must also be provided. In the most basic case, it should at least contain STARTMODE='auto'.

The rest of the VXLAN interface IP and routes configuration do not differ from ordinary interfaces. See also man ifcfg and man routes for details.

EXAMPLES

ifcfg-vxlan0


STARTMODE='auto'
VXLAN='yes'
IPADDR='192.168.3.27/24'

ifcfg-vxlan0


STARTMODE='auto'
VXLAN='yes'
VXLAN_DEVICE='eth0'

COPYRIGHT

Copyright (C) 2017 SUSE LINUX, Nuernberg, Germany.

BUGS

Please report bugs at <https://bugzilla.novell.com/index.cgi>

AUTHORS

Marius Tomaschewski

SEE ALSO

ifcfg(5), routes(5), wicked(8).

April 2017 wicked