From f9927473c4000fdbc3e586d313b49d7a6e2c2038 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 7 May 2007 17:02:23 +0000 Subject: Add openvpn server tos and dhcp server options. Submitted-by: Martin Fuchs --- usr/local/pkg/openvpn.xml | 71 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 71 insertions(+) (limited to 'usr') diff --git a/usr/local/pkg/openvpn.xml b/usr/local/pkg/openvpn.xml index dc3a0e1..23bfad0 100644 --- a/usr/local/pkg/openvpn.xml +++ b/usr/local/pkg/openvpn.xml @@ -193,6 +193,77 @@ 40 + dhcp_domainname + DHCP-Opt.: DNS-Domainname + Set connection-specific DNS Suffix. + input + + + dhcp_dns + DHCP-Opt.: DNS-Server + Set domain name server addressses, separated by semi-colons (;). + input + + + dhcp_wins + DHCP-Opt.: WINS-Server + Set WINS server addressses (NetBIOS over TCP/IP Name Server), separated by semi-colons (;). + input + + + dhcp_nbdd + DHCP-Opt.: NBDD-Server + Set NBDD server addresses (NetBIOS over TCP/IP Datagram Distribution Server), separated by semi-colons (;). + input + + + dhcp_ntp + DHCP-Opt.: NTP-Server + Set NTP server addresses (Network Time Protocol), separated by semi-colons (;). + input + + + dhcp_nbttype + DHCP-Opt.: NetBIOS node type + Set NetBIOS over TCP/IP Node type. Possible options: b-node (broadcasts), p-node (point-to-point name queries to a WINS server), m-node (broadcast then query name server), and h-node (query name server, then broadcast). + select + + + + + + + + 0 + + + dhcp_nbtscope + DHCP-Opt.: NetBIOS Scope + Set NetBIOS over TCP/IP Scope. A NetBIOS Scope ID provides an extended naming service for NetBIOS over TCP/IP. The NetBIOS scope ID isolates NetBIOS traffic on a single network to only those nodes with the same NetBIOS scope ID. + input + + + dhcp_nbtdisable + DHCP-Opt.: Disable NetBIOS + If this option is set, Netbios-over-TCP/IP will be disabled. + checkbox + + use_lzo LZO compression Checking this will compress the packets using the LZO algorithm before sending them. -- cgit v1.1