wierd problems with openvpn

2005-09-22 Thread Vulpes Velox
Just been messing around with openvpn and trying to get it up and
running using http://openvpn.net/static.html as a guide. It works,
but I run into a weird problem with data moving across the vpn. I can
send a ping across from the client to the server, but the server
never sends any thing back. I used tcpdump to make sure the server is
seeing it and it is. I see it going there on both machines, but I
never see a reply.

I am running pf on the server... but it should not be doing any
thing...


server pf.conf...
ext_if="fxp1"
int_if="fxp0"
internal_net="192.168.0.0/8"
dcc = "{ 6115:6130 }"
bittorrent = "{ 6881:6889 }"
nat on $ext_if from $internal_net to any -> ($ext_if)
rdr on $ext_if proto tcp from any to any port $dcc -> 192.168.0.2
rdr on $ext_if proto tcp from any to any port $bittorrent ->
192.168.0.2 rdr on $ext_if proto udp from any to any port 27960 ->
192.168.0.2 pass in all
pass out all



server config...
dev tun
secret vulpes-static.key
ifconfig 10.8.0.1 10.8.0.2
comp-lzo



host config...
dev tun
secret vulpes-static.key
ifconfig 10.8.0.2 10.8.0.1
remote inari
comp-lzo
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"


Re: Marvell/SysKonnect YukonII source code available

2006-01-25 Thread Vulpes Velox
On Tue, 24 Jan 2006 11:19:05 +0100
Andre Oppermann <[EMAIL PROTECTED]> wrote:

> Marvell/SysKonnect made the source code to the YukonII chips
> available today under a BSD license:
> 
>   http://people.freebsd.org/~andre/mykbsd60x86-8.12.1.3-src.tgz
> 
> I haven't tested the driver yet and I don't know if it available
> directly from the their website already.
> 
> Many thanks to Gerald and Frank at SysKonnect for working with us
> and making this possible!

Who would one send bug reports too?

I have a 88E8053 in a laptop with a releng_6 install that is up to
date as of saturday. The status of the connection does not change off
of "no carrier".
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"