|
|
Hello
I have strange problem - I can't find any information on this list about it.
I have FreeBSD 4.11 installed with OpenVPN server builded from ports.
There is 2 network interfaces rl0 - with real IP, rl1 with 192.168.0.1.
this server also works as NAT
here is my config:
port 1194
proto udp
dev tap0
ca /usr/local/etc/openvpn/keys/ca.crt
cert /usr/local/etc/openvpn/keys/server.crt
key /usr/local/etc/openvpn/keys/server.key # This file should be kept
secret
dh dh1024.pem
ifconfig-pool-persist ipp.txt
server-bridge 192.168.0.1 255.255.255.0 192.168.0.40 192.168.0.49
push "dhcp-option DNS 192.168.0.1"
client-to-client
keepalive 10 120
tls-auth keys/ta.key 0 # This file is secret
comp-lzo
persist-key
persist-tun
status openvpn-status.log
log-append /var/log/openvpn.log
verb 4
up /usr/local/etc/openvpn/up.sh
here is interfaces while running OpenVPN
rl1: flags=28943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
inet 192.168.0.1 netmask 0xffffff00 broadcast 192.168.0.255
ether 00:c0:26:75:1c:dc
media: Ethernet autoselect (100baseTX <full-duplex>)
status: active
lp0: flags=8810<POINTOPOINT,SIMPLEX,MULTICAST> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
inet 127.0.0.1 netmask 0xff000000
tap0: flags=28943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
inet 0.0.0.0 netmask 0xff000000 broadcast 0.255.255.255
ether 00:bd:ae:1f:00:00
Opened by PID 945
Here is problem description:
I trying connect from Windows XP machine. connection established ok, i
can ping and access other machines in 192.168.0.0/24 network... BUT
except the server ! 192.168.0.1 ... Therefore inside DNS server and
other services cant be accessed throught VPN.
on Windwos machine no arp records about 192.168.0.1, but there is
records presents abotu another computers....
Any ideas ?
WBR Hamlet
______________________
OpenVPN mailing lists
https://lists.sourceforge.net/lists/listinfo/openvpn-users
Warning: require_once(../../../archive_common.php) [function.require-once]: failed to open stream: No such file or directory in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-07/msg00067.html on line 231
Fatal error: require_once() [function.require]: Failed opening required '../../../archive_common.php' (include_path='/usr/local/lib/php') in /home/openvpn/domains/openvpn.net/public_html/archive/openvpn-users/2006-07/msg00067.html on line 231
|