Skip navigation.
Home
Internal web site

New Site Design

Hopefully this will hold together better than previous attempts.

You may log in to this site with your standard UNIX/LDAP password,
post content, etc..

Wireless Networking

In order to use local wireless networking, you must:

  • Acquire a client certificate and private key
  • Install the OpenVPN software


##############################################
# Sample client-side OpenVPN 2.0 config file #
# for connecting to multi-client server. #
# #
# This configuration can be used by multiple #
# clients, however each client should have #
# its own cert and key files. #
# #
# On Windows, you might want to rename this #
# file so it has a .ovpn extension #
##############################################

client
dev tap

# Windows needs the TAP-Win32 adapter name
# from the Network Connections panel
# if you have more than one. On XP SP2,
# you may need to disable the firewall
# for the TAP adapter.
;dev-node MyTap

;proto tcp
proto udp
remote authgw 1194
resolv-retry infinite
nobind
user nobody
group nobody
persist-key
persist-tun

;http-proxy-retry # retry on connection failures
;http-proxy [proxy server] [proxy port #]
;mute-replay-warnings

ca ca.crt
cert bam.insight.org.crt
key bam.insight.org.key
ns-cert-type server
comp-lzo
verb 3

;mute 20

Syndicate content