public inbox for speakup@linux-speakup.org
 help / color / mirror / Atom feed
* openvpn configuration
@  Tyler Littlefield
   ` Kerry Hoath
   ` Alex Snow
  0 siblings, 2 replies; 11+ messages in thread
From: Tyler Littlefield @  UTC (permalink / raw)
  To: Speakup is a screen review system for Linux.

Hello list,
I'm currently trying to get openvpn going. I have the port open, but it's not letting me forward all traffic through, for some reason. Any ideas? I've provided my configs below
#server:
dev tun
secret static.key
keepalive 10 60
ping-timer-rem
persist-tun
persist-key
user nobody
group nobody
daemon
plugin /usr/share/openvpn/plugin/lib/openvpn-auth-pam.so login
push "redirect-gateway def1" 
#client:
dev tap
remote tds-solutions.net
secret C:/static.key
keepalive 10 60
ping-timer-rem
persist-tun
push "redirect-gateway def1"
resolv-retry infinite
nobind
proto udp
I want to be able to connect from multiple sources, so I used dev tap.

Thanks,
Tyler Littlefield
Web: tysdomain.com
email: tyler@tysdomain.com
My programs don't have bugs, they're called randomly added features.

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~ UTC | newest]

Thread overview: 11+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
 openvpn configuration Tyler Littlefield
 ` Kerry Hoath
   ` Tyler Littlefield
     ` Kerry Hoath
       ` Tyler Littlefield
         ` Kerry Hoath
           ` Tyler Littlefield
             ` Kerry Hoath
               ` Tyler Littlefield
                 ` Kerry Hoath
 ` Alex Snow

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).