Openssl

JPAdie

Neuer User
Mitglied seit
20 Sep 2006
Beiträge
74
Punkte für Reaktionen
0
Punkte
0
Hi there

I am having a strange issue in that a command in my debug.cfg is not executing properly (it is properly typed...)

i am trying to add an interface to the bridge using the command

Code:
cd /var/tmp/vpn
./brctl addif lan tap0

but the interface never gets added. if i telnet into the box and retype the command by hand then it works fine.

any thoughts?
 
Maybe you should insert a sleep-command?
 
Especially before the command. Try
Code:
sleep 60
cd /var/tmp/vpn
./brctl addif lan tap0
 
I think its dangerous to do it like this.

Maybe:
"(sleep 60; cd /var/tmp/vpn/; ./brctl addif lan tap0) &" is a better way.

Greets, Oliver
 
Resolved.

i was being dim.
i was loading openvpn before starting the bridge. but loaded the openvpn binary with an &w suffix.
 
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.