|
|
> Have you assigned your bridge device an address?
No, not at neither of the servers.
#ifconfig
em0: flags=8943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,MULTICAST> mtu 1500
lladdr 00:0f:1f:9c:e5:12
description: LAN
media: Ethernet autoselect (1000baseT full-duplex,rxpause,txpause)
status: active
inet 10.0.0.1 netmask 0xffffff00 broadcast 10.0.0.255
inet6 fe80::20f:1fff:fe9c:e512%em0 prefixlen 64 scopeid 0x2
enc0: flags=0<> mtu 1536
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 33224
groups: lo
inet 127.0.0.1 netmask 0xff000000
inet6 ::1 prefixlen 128
inet6 fe80::1%lo0 prefixlen 64 scopeid 0x6
tun0: flags=9943<UP,BROADCAST,RUNNING,PROMISC,SIMPLEX,LINK0,MULTICAST> mtu
1500
lladdr 00:bd:2b:82:57:01
inet6 fe80::2bd:2bff:fe82:5701%tun0 prefixlen 64 scopeid 0x8
bridge0: flags=41<UP,RUNNING> mtu 1500
groups: bridge
# cat /etc/hostname.tun0
link0 up
# cat /etc/hostname.em0
inet 10.0.0.1 255.255.255.0 10.0.0.255 media autoselect description "LAN"
# cat /etc/bridgename.bridge0
add em0
add tun0
up
Is it really possible to assign bridge0 an address?
Shall tun0 also have an address? Shall it be the same as em0 or a new like
10.0.0.4? If it is a new, shall the server-bridge directive in server.conf
point to em0 or the new address?
now it looks like:
server-bridge 10.0.0.1 255.255.255.0 10.0.0.200 10.0.0.239
Thanks,
David
----- Original Message -----
From: "Derek Arnold" <darnold@xxxxxxxxxxxxxxx>
To: <openvpn-users@xxxxxxxxxxxxxxxxxxxxx>
Sent: Thursday, October 11, 2007 9:58 PM
Subject: Re: [Openvpn-users] high ping to server low to lan
> David Brohall wrote:
>> Hi
>>
>> I've got a strange problem on my openvpn 2.0.6 (bridged) running on
>> openbsd 4.1. When I'm pinging my lan (10.0.0.0/24) everything works fine
>> but not when I ping the openvpn server (10.0.0.1). It is no difference
>> if I have disabled PF or not. If I use the same configuration on another
>> server (still openbsd 4.1 and same configuration of PF) it works as it
>> should. Have you seen this problem before? Where shall I start to
>> troubleshoot?
>>
>
> Have you assigned your bridge device an address?
>
> Derek
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Splunk Inc.
> Still grepping through log files to find problems? Stop.
> Now Search log events and configuration files using AJAX and a browser.
> Download your FREE copy of Splunk now >> http://get.splunk.com/
> _______________________________________________
> Openvpn-users mailing list
> Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
> https://lists.sourceforge.net/lists/listinfo/openvpn-users
>
____________________________________________
Openvpn-users mailing list
Openvpn-users@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/openvpn-users
|