RE: VLAN switch

2006-10-03 Thread Aaron Burke
SNIP > > Perhaps a bit off-topic, but I'm looking for a cheap vlan switch. > > Anyone with a suggestion? > > the Netgear GS724T is a 'web smart' ( :D ) 24 port gigabit > switch. about 600 > AUD from memory. you can find cheaper ones if you dont want gigE. If your ok with 100/Full, I recomend the

Re: D-Link DGE-530T

2006-10-03 Thread Eygene Ryabinkin
> The patch-file that will do the job is attached to this message. Oops, forgot to attach the file. About your previous message: lines aren't line up because you should extract the patchfile from the 'raw' PR, see the link at the bottom of the PR. -- Eygene --- skORIG/if_sk.c Sat Jul 8 13:5

Re: D-Link DGE-530T

2006-10-03 Thread Eygene Ryabinkin
Tim, good day! > I'm probably better off doing the patch. Though, honestly, I've done very > little actual 1 on 1 patching. > If I remember right its: > # patch src-file < patch-file > (Maybe this'll be a good chance for me to sneak a peak at some real NIC driver > code to get an idea how it's don

Re: D-Link DGE-530T

2006-10-03 Thread Tim Allender
Eygene Ryabinkin wrote: I'm eyeing these lines from dmesg suspiciously: pci0: at device 8.0 (no driver attached) pci0: at device 9.0 (no driver attached) The last one is your NIC. I'm posting the entire results you requested below. <...cleared all but relevant lines...> # u

Re: VLAN switch

2006-10-03 Thread Norberto Meijome
On Tue, 3 Oct 2006 23:32:37 +0200 Guido van Rooij <[EMAIL PROTECTED]> wrote: > Perhaps a bit off-topic, but I'm looking for a cheap vlan switch. > Anyone with a suggestion? the Netgear GS724T is a 'web smart' ( :D ) 24 port gigabit switch. about 600 AUD from memory. you can find cheaper ones if y

Re: Layer2 VPN

2006-10-03 Thread Andrew Thompson
On Wed, Oct 04, 2006 at 12:32:15AM +0100, Dunc wrote: > Andrew Thompson wrote: > >On Tue, Oct 03, 2006 at 11:41:07AM +0100, Dunc wrote: > > > >>Hi folks, > >> > >>I've been trying to create a layer2 VPN using FreeBSD boxes as the > >>gateways. > >> > >This should work fine with vlan headers, do

Re: Layer2 VPN

2006-10-03 Thread Dunc
Andrew Thompson wrote: On Tue, Oct 03, 2006 at 11:41:07AM +0100, Dunc wrote: Hi folks, I've been trying to create a layer2 VPN using FreeBSD boxes as the gateways. The 2 methods I thought of are:- a) Create a tunnel between the 2 gateways using gif interfaces, and bridge the gifs onto a re

Re: Layer2 VPN

2006-10-03 Thread Andrew Thompson
On Tue, Oct 03, 2006 at 11:41:07AM +0100, Dunc wrote: > Hi folks, > > I've been trying to create a layer2 VPN using FreeBSD boxes as the gateways. > > The 2 methods I thought of are:- > > a) Create a tunnel between the 2 gateways using gif interfaces, and > bridge the gifs onto a real NIC. > > B

VLAN switch

2006-10-03 Thread Guido van Rooij
Perhaps a bit off-topic, but I'm looking for a cheap vlan switch. Anyone with a suggestion? -Guido ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: D-Link DGE-530T

2006-10-03 Thread Tim Allender
Eygene Ryabinkin wrote: I'm eyeing these lines from dmesg suspiciously: pci0: at device 8.0 (no driver attached) pci0: at device 9.0 (no driver attached) The last one is your NIC. I'm posting the entire results you requested below. <...cleared all but relevant lines...> # u

Re: D-Link DGE-530T

2006-10-03 Thread Eygene Ryabinkin
> I'm eyeing these lines from dmesg suspiciously: > pci0: at device 8.0 (no driver attached) > pci0: at device 9.0 (no driver attached) The last one is your NIC. > I'm posting the entire results you requested below. <...cleared all but relevant lines...> > # uname -r > 6.1-RELEASE > > # pciconf

Re: D-Link DGE-530T

2006-10-03 Thread Tim Allender
Eygene Ryabinkin wrote: Tim, good day! Use sk(4) driver. It supports DGE-530T: Is that driver not built into the kernel? If not and all I need to do is rebuild the kernel, ok, I can do that. It depends on what kernel you're using. If you are at GENERIC kernel (the default kern

Re: D-Link DGE-530T

2006-10-03 Thread Eygene Ryabinkin
Tim, good day! > >Use sk(4) driver. It supports DGE-530T: > > > Is that driver not built into the kernel? If not and all I need to do is > rebuild the kernel, ok, I can do that. It depends on what kernel you're using. If you are at GENERIC kernel (the default kernel at the freshly installed syst

Re: D-Link DGE-530T

2006-10-03 Thread Tim Allender
Eygene Ryabinkin wrote: Come's with fbsd 5.3 drivers, but not 6.1. Is there an easy way out? Use sk(4) driver. It supports DGE-530T: Is that driver not built into the kernel? If not and all I need to do is rebuild the kernel, ok, I can do that. But if it's already in the kernel and the

Layer2 VPN

2006-10-03 Thread Dunc
Hi folks, I've been trying to create a layer2 VPN using FreeBSD boxes as the gateways. The 2 methods I thought of are:- a) Create a tunnel between the 2 gateways using gif interfaces, and bridge the gifs onto a real NIC. b) Using openvpn in bridging mode, and bridge the tap device onto a real N