# Sample configuration for GVPE channels # See notes in %doc/README.ALT.utf-8 # the local network device name ifname = vpn0 # Protocols to use, see gvpe.protocol(7) for details: enable-rawip = no enable-icmp = no enable-udp = yes enable-tcp = no # the external port to listen on for udp protocol (configure your firewall) udp-port = 50000 # minimum MTU of all outgoing interfaces on all hosts #mtu = 1492 # The path (relative to the config directory) of a script that will # be called immediately after the network interface is initialized # It can do nothing but need to exist and return '0': if-up = if-up # The path (relative to the config directory) to the private key private-key = hostkeys/%s # Nodes: #node = first # just a nickname #hostname = first.example.net # the DNS name or IP address of the host #node = second #hostname = 133.55.82.9 #node = third #hostname = third.example.net