Re: VLAN Trunking with Freebsd

2008-04-28 Thread Wojciech Puchar
If you are just creating from the command line and want cisco router like subinterfaces, the following works (I have the vlan module built into my kernel might need to load it otherwise.) [EMAIL PROTECTED] (19:22:09 <~>) 0 # ifconfig bge0.1 ifconfig: interface bge0.1 does not exist [EMAIL PROTEC

Re: VLAN Trunking with Freebsd

2008-04-27 Thread Vince
Nejc Škoberne wrote: Hey, I am sure this topic has been discussed before, however, I have been coming across unanswered inquiries within the last two months about possibly using the trunking aspect of 802.1q standard network routing, with only freebsd. I have attempted to create mulitple vlan

Re: VLAN Trunking with Freebsd

2008-04-27 Thread Wojciech Puchar
This is my config: cloned_interfaces="vlan2 vlan3 vlan4 vlan5" ifconfig_re0="inet 192.168.1.62 netmask 255.255.255.192" ifconfig_re1="inet 192.168.1.254 netmask 255.255.255.128" ifconfig_bge0="inet a.b.c.d netmask 255.255.255.240" ifconfig_em0="up" ifconfig_vlan2="192.168.41.1 vlan 2 vlandev em0

Re: VLAN Trunking with Freebsd

2008-04-27 Thread Nejc Škoberne
Hey, I am sure this topic has been discussed before, however, I have been coming across unanswered inquiries within the last two months about possibly using the trunking aspect of 802.1q standard network routing, with only freebsd. I have attempted to create mulitple vlan interfaces and

Re: Trunking connections

2006-04-24 Thread Michael Landin Hostbaek
Bill Moran (wmoran) writes: > On Fri, 21 Apr 2006 11:19:36 +0200 > Michael Landin Hostbaek <[EMAIL PROTECTED]> wrote: > > > > > I've got a FreeBSD firewall/gateway with three interfaces.. > > The canonical way to do this is with bgp. There are bgp implementations > available for FreeBSD. The

Re: Trunking connections

2006-04-21 Thread wc_fbsd
At 05:19 AM 4/21/2006, Michael Landin Hostbaek wrote: In a branch office, I've got two ADSL lines setup (with two different ISPs) - one of them are supposed to work as backup line, but since it is a ADSL flat fee line, I was wondering if there's a way of setting up some sort of a trunk with Fre

Re: Trunking connections

2006-04-21 Thread Bill Moran
On Fri, 21 Apr 2006 11:19:36 +0200 Michael Landin Hostbaek <[EMAIL PROTECTED]> wrote: > List, > > In a branch office, I've got two ADSL lines setup (with two different > ISPs) - one of them are supposed to work as backup line, but since it is > a ADSL flat fee line, I was wondering if there's a

Re: Trunking connections

2006-04-21 Thread Jonathan Horne
you should check out the fbsd/firewall pfSense. it has exactly what your talking about built in, and easy to configure. i could go on and on all day about how great that firewall is... but you should check it out yourself. www.pfsense.org its built on 6.0. jonathan > List, > > In a branch off

Re: Trunking connections

2006-04-21 Thread Greg Barniskis
Michael Landin Hostbaek wrote: List, In a branch office, I've got two ADSL lines setup (with two different ISPs) - one of them are supposed to work as backup line, but since it is a ADSL flat fee line, I was wondering if there's a way of setting up some sort of a trunk with FreeBSD, so I can ma

Trunking connections

2006-04-21 Thread Michael Landin Hostbaek
List, In a branch office, I've got two ADSL lines setup (with two different ISPs) - one of them are supposed to work as backup line, but since it is a ADSL flat fee line, I was wondering if there's a way of setting up some sort of a trunk with FreeBSD, so I can make use of the extra bandwith. Ob

Re: Port trunking or link aggregation under FreeBSD ?

2005-06-12 Thread Dan Nelson
In the last episode (Jun 13), Simiganoschi Teodor said: > Hello, > I have a switch with port trunking, on my server I have 2 NIC's, I > whant to make them work as port trunking to comunicate with the > switch. > My NIC's are: > fxp0: flags=8843 mtu 1500 > xl0: flag

Port trunking or link aggregation under FreeBSD ?

2005-06-12 Thread Simiganoschi Teodor
Hello, I have a switch with port trunking, on my server I have 2 NIC's, I whant to make them work as port trunking to comunicate with the switch. My NIC's are: fxp0: flags=8843 mtu 1500 inet 10.11.10.1 netmask 0xff00 broadcast 10.255.255.255 inet6 fe80::250:8bff:fe11

Re: Trunking

2004-04-23 Thread Yaraghchi, Stephan
> -Original Message- > From: Frank Bonnet [mailto:[EMAIL PROTECTED] > Sent: Friday, April 23, 2004 11:16 AM > To: Yaraghchi, Stephan > Subject: Re: Trunking > > > Yaraghchi, Stephan a écrit : > > > Hi Frank, > > > > I used the explanations

RE: Trunking

2004-04-22 Thread Yaraghchi, Stephan
Hi Frank, I used the explanations found at http://bsdvault.net/sections.php?op=viewarticle&artid=98 for trunking (called bundling in the article) 4 NIC's of a COMPAQ Proliant ML370 based on the netgraph module. It works in that way that the NIC's get utilized in sequence. I was jus

trunking

2004-04-22 Thread Frank Bonnet
Hi I have two HP/COMPAQ Proliant 360 that have two 10/100/1000 Broadcom ethernet interfaces. I would like to trunk the two interfaces to an Extreme Networks Summit 5i that support trunking. Is it possible to trunk the interfaces with FreeBSD ( 4.9-R ) ? Thanks -- Cordialement, Frank Bonnet

Re: FreeBSD link aggregation / trunking / channel bonding

2004-03-23 Thread Matthew Seaman
On Mon, Mar 22, 2004 at 06:01:47PM -0600, lrnobs wrote: > I have been googling for a while now and I can't find a "how to" on doing > this with FreeBSD. Try the ng_one2many(4) manual page as a good starting point. Cheers, Matthew -- Dr Matthew J Seaman MA, D.Phil.

FreeBSD link aggregation / trunking / channel bonding

2004-03-22 Thread lrnobs
I have been googling for a while now and I can't find a "how to" on doing this with FreeBSD. Please point me to a book, or white paper, or site if you know of one. Thanks, Larry Nobs ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailma

Re: 802.1q trunking

2003-02-22 Thread Joe Marcus Clarke
On Sat, 2003-02-22 at 15:18, Josh Paetzel wrote: > I'm trying to set up interVLAN routing on a Cisco 2950-24 switch, and in order > for that to work I need a router that I can trunk with. Is it possible for > FreeBSD to do 802.1q trunking? Sure. I do 802.1Q trunking with a 2924

802.1q trunking

2003-02-22 Thread Josh Paetzel
I'm trying to set up interVLAN routing on a Cisco 2950-24 switch, and in order for that to work I need a router that I can trunk with. Is it possible for FreeBSD to do 802.1q trunking? TIA, Josh To Unsubscribe: send mail to [EMAIL PROTECTED] with "unsubscribe freebsd-questions&qu