|
|
|
Ha All, I configura openvpn 2 with ifconfig pool for 3 ip. I have a problem with debian client. To mashine communicate but i did not get the ip from server. My client configuration is: remote 192.168.1.1 port 5009 dev tap0 ping 10 tun-mtu 1500 tun-mtu-extra 32 tls-client ca my-ca.crt cert test2.crt key test2.key verb 6 and startup script: #!/bin/sh /sbin/modprobe tun /sbin/modprobe bridge ifconfig eth0 down ifconfig tap0 down /usr/sbin/openvpn --mktun --dev tap0 /usr/sbin/brctl addbr br0 /usr/sbin/brctl addif br0 tap0 /usr/sbin/brctl addif br0 eth0 /sbin/ifconfig tap0 0.0.0.0 promisc up /sbin/ifconfig eth0 0.0.0.0 promisc up ifconfig br0 192.168.1.2 netmask 255.255.0.0 broadcast 192.168.255.255 Can somewohne help me, THe same problem i have with 1.6 and the dhcp server on the server mashine. Thanks, herwam _________________________________________________________________ Die ultimative Fan-Seite für den MSN Messenger http://www.ilovemessenger.de Emoticons und Hintergründe kostenlos downloaden!
|