• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openvpn-2.3.1/src/openvpn/

Lines Matching refs:M_USAGE

1832     msg (M_USAGE, "--proto tcp is ambiguous in this context.  Please specify --proto tcp-server or --proto tcp-client");
1839 msg (M_USAGE, "only one of --daemon or --inetd may be specified");
1842 msg (M_USAGE, "--local or --remote cannot be used with --inetd");
1845 msg (M_USAGE, "--proto tcp-client cannot be used with --inetd");
1848 msg (M_USAGE, "--inetd nowait can only be used with --proto tcp-server");
1855 msg (M_USAGE, "--inetd nowait can only be used in TLS mode");
1858 msg (M_USAGE, "--inetd nowait only makes sense in --dev tap mode");
1862 msg (M_USAGE, "--lladdr can only be used in --dev tap mode");
1870 msg (M_USAGE, "--connect-retry doesn't make sense unless also used with "
1875 msg (M_USAGE, "--connect-timeout doesn't make sense unless also used with "
1882 msg (M_USAGE, "only one of --tun-mtu or --link-mtu may be defined (note that --ifconfig implies --link-mtu %d)", LINK_MTU_DEFAULT);
1886 msg (M_USAGE, "--mtu-test only makes sense with --proto udp");
1901 msg (M_USAGE, "--remote and --local addresses are the same");
1905 msg (M_USAGE, "--local and --remote addresses must be distinct from --ifconfig addresses");
1909 msg (M_USAGE, "--local addresses must be distinct from --ifconfig addresses");
1912 msg (M_USAGE, "local and remote/netmask --ifconfig addresses must be different");
1915 msg (M_USAGE, "--bind and --nobind can't be used together");
1918 msg (M_USAGE, "--local and --nobind don't make sense when used together");
1921 msg (M_USAGE, "--lport and --nobind don't make sense when used together");
1924 msg (M_USAGE, "--nobind doesn't make sense unless used with --remote");
1934 msg (M_USAGE, "--management is not specified, however one or more options which modify the behavior of --management were specified");
1938 msg (M_USAGE, "--management-client-(user|group) can only be used on unix domain sockets");
1947 msg (M_USAGE, "On Windows, --ifconfig is required when --dev tun is used");
1951 msg (M_USAGE, "On Windows, --ip-win32 doesn't make sense unless --ifconfig is also used");
1956 msg (M_USAGE, "--dhcp-options requires --ip-win32 dynamic or adaptive");
1965 msg (M_USAGE, "--fragment can only be used with --proto udp");
1970 msg (M_USAGE, "--explicit-exit-notify can only be used with --proto udp");
1975 msg (M_USAGE, "--remote MUST be used in TCP Client mode");
1979 msg (M_USAGE, "--http-proxy MUST be used in TCP Client mode (i.e. --proto tcp-client)");
1984 msg (M_USAGE, "--http-proxy can not be used together with --socks-proxy");
1989 msg (M_USAGE, "--socks-proxy can not be used in TCP Server mode");
1994 msg (M_USAGE, "TCP server mode allows at most one --remote address");
2004 msg (M_USAGE, "--mode server only works with --dev tun or --dev tap");
2006 msg (M_USAGE, "--pull cannot be used with --mode server");
2009 msg (M_USAGE, "--mode server currently only supports "
2014 msg (M_USAGE, "--port-share only works in TCP server mode "
2018 msg (M_USAGE, "--mode server requires --tls-server");
2020 msg (M_USAGE, "--remote cannot be used with --mode server");
2022 msg (M_USAGE, "--nobind cannot be used with --mode server");
2025 msg (M_USAGE, "--http-proxy cannot be used with --mode server");
2029 msg (M_USAGE, "--socks-proxy cannot be used with --mode server");
2032 msg (M_USAGE, "<connection> cannot be used with --mode server");
2035 msg (M_USAGE, "--tun-ipv6 cannot be used with --mode server");
2038 msg (M_USAGE, "--shaper cannot be used with --mode server");
2040 msg (M_USAGE, "--inetd cannot be used with --mode server");
2042 msg (M_USAGE, "--ipchange cannot be used with --mode server (use --client-connect instead)");
2045 msg (M_USAGE, "--mode server currently only supports "
2048 msg (M_USAGE, "--connect-freq only works with --mode server --proto udp. Try --max-clients instead.");
2050 msg (M_USAGE, "The third parameter to --ifconfig-pool (netmask) is only valid in --dev tap mode");
2053 msg (M_USAGE, "--explicit-exit-notify cannot be used with --mode server");
2056 msg (M_USAGE, "--redirect-gateway cannot be used with --mode server (however --push \"redirect-gateway\" is fine)");
2058 msg (M_USAGE, "--route-delay cannot be used with --mode server");
2060 msg (M_USAGE, "--up-delay cannot be used with --mode server");
2062 msg (M_USAGE, "--ifconfig-pool-persist must be used with --ifconfig-pool");
2064 msg (M_USAGE, "--ifconfig-ipv6-pool needs --ifconfig-ipv6");
2069 msg (M_USAGE, "--auth-user-pass cannot be used with --mode server (it should be used on the client side only)");
2071 msg (M_USAGE, "--ccd-exclusive must be used with --client-config-dir");
2073 msg (M_USAGE, "--mode server requires --key-method 2");
2081 msg (M_USAGE, "--client-cert-not-required %s", postfix);
2083 msg (M_USAGE, "--username-as-common-name %s", postfix);
2085 msg (M_USAGE, "--auth-user-pass-optional %s", postfix);
2095 msg (M_USAGE, "--ifconfig-pool/--ifconfig-pool-persist requires --mode server");
2097 msg (M_USAGE, "--ifconfig-ipv6-pool requires --mode server");
2100 msg (M_USAGE, "--hash-size requires --mode server");
2102 msg (M_USAGE, "--learn-address requires --mode server");
2104 msg (M_USAGE, "--client-connect requires --mode server");
2106 msg (M_USAGE, "--client-disconnect requires --mode server");
2108 msg (M_USAGE, "--client-config-dir/--ccd-exclusive requires --mode server");
2110 msg (M_USAGE, "--client-to-client requires --mode server");
2112 msg (M_USAGE, "--duplicate-cn requires --mode server");
2114 msg (M_USAGE, "--connect-freq requires --mode server");
2116 msg (M_USAGE, "--client-cert-not-required requires --mode server");
2118 msg (M_USAGE, "--username-as-common-name requires --mode server");
2120 msg (M_USAGE, "--auth-user-pass-optional requires --mode server");
2122 msg (M_USAGE, "--opt-verify requires --mode server");
2124 msg (M_USAGE, "--tcp-nodelay requires --mode server");
2126 msg (M_USAGE, "--auth-user-pass-verify requires --mode server");
2129 msg (M_USAGE, "--port-share requires TCP server mode (--mode server --proto tcp-server)");
2133 msg (M_USAGE, "--stale-routes-check requires --mode server");
2135 msg (M_USAGE, "--compat-x509-names no-remapping requires --mode server");
2147 msg (M_USAGE, "--replay-window only makes sense with --proto udp");
2152 msg (M_USAGE, "--replay-window doesn't make sense when replay protection is disabled with --no-replay");
2161 msg (M_USAGE, "specify only one of --tls-server, --tls-client, or --secret");
2175 msg(M_USAGE, "Parameter --pkcs11-id cannot be used when --pkcs11-id-management is also specified.");
2177 msg(M_USAGE, "Parameter --pkcs11-id or --pkcs11-id-management should be specified.");
2179 msg(M_USAGE, "Parameter --cert cannot be used when --pkcs11-provider is also specified.");
2181 msg(M_USAGE, "Parameter --key cannot be used when --pkcs11-provider is also specified.");
2184 msg(M_USAGE, "Parameter --management-external-key cannot be used when --pkcs11-provider is also specified.");
2187 msg(M_USAGE, "Parameter --pkcs12 cannot be used when --pkcs11-provider is also specified.");
2190 msg(M_USAGE, "Parameter --cryptoapicert cannot be used when --pkcs11-provider is also specified.");
2198 msg (M_USAGE, "--key and --management-external-key are mutually exclusive");
2206 msg(M_USAGE, "You must define CA file (--ca) or CA path (--capath)");
2208 msg(M_USAGE, "Parameter --cert cannot be used when --cryptoapicert is also specified.");
2210 msg(M_USAGE, "Parameter --key cannot be used when --cryptoapicert is also specified.");
2212 msg(M_USAGE, "Parameter --pkcs12 cannot be used when --cryptoapicert is also specified.");
2215 msg(M_USAGE, "Parameter --management-external-key cannot be used when --cryptoapicert is also specified.");
2223 msg(M_USAGE, "Parameter --pkcs12 cannot be used with the PolarSSL version version of OpenVPN.");
2226 msg(M_USAGE, "Parameter --capath cannot be used when --pkcs12 is also specified.");
2228 msg(M_USAGE, "Parameter --cert cannot be used when --pkcs12 is also specified.");
2230 msg(M_USAGE, "Parameter --key cannot be used when --pkcs12 is also specified.");
2233 msg(M_USAGE, "Parameter --external-management-key cannot be used when --pkcs12 is also specified.");
2241 msg(M_USAGE, "You must define CA file (--ca)");
2243 msg(M_USAGE, "Parameter --capath cannot be used with the PolarSSL version version of OpenVPN.");
2246 msg(M_USAGE, "You must define CA file (--ca) or CA path (--capath)");
2264 msg (M_USAGE, "No client-side authentication method is specified. You must use either --cert/--key, --pkcs12, or --auth-user-pass");
2270 msg (M_USAGE, "If you use one of --cert or --key, you must use them both");
2290 #define MUST_BE_UNDEF(parm) if (options->parm != defaults.parm) msg (M_USAGE, err, #parm);
2331 msg (M_USAGE, err, "--pull");
2339 msg (M_USAGE, "--auth-user-pass requires --pull");
2392 msg (M_USAGE, "--mssfix must specify a parameter");
2506 ace = alloc_connection_entry (o, M_USAGE);
2756 msg (M_USAGE, "Please correct these errors.");
3440 msg (M_USAGE, "You must define %s", description);