Hello,
I’m currently trying to set up openVPN
on a Linux box at home. I do not wish to have openvpn
startup and run when ever my box is up so I disabled openVPN
in my runlevel folder.
When I first installed openVPN,
the ./bridge-start script worked and openVPN was up,
I got a client to connect, but then as soon as I tried to run /bridge-stop the
whole internet on the box went down. All of my servers on it that use the
internet (Teamspeak, SSH and apache) stopped working.
I have been unable to do /bridge-start
ever since without it crashing my whole internet on the box. As soon as I
restart my box, it gets its connection back and all of my servers allow people
to connect, but as soon as I try and start up the /brige-start, it dies again ![Sad]()
I use this sequence:
* ./bridge-start
(located in /usr/shared/doc/openvpn/examples/sample-config/
* openvpn server.conf
(located in /usr/shared/doc/openvpn/examples/sample-config/
* stop openvpn
* ./bridge-stop (located in /usr/shared/doc/openvpn/examples/sample-config/
Any suggestions on how to fix this?
Btw I’m using Debian Linux
Thanks