On Sat, 01 Jul 2006 17:46:48 +0900
[EMAIL PROTECTED] wrote:
> At Fri, 30 Jun 2006 12:36:10 -0400,
> randall wrote:
> >
> > Hi all:
> >
> > The following link:
> >
> > http://www.sctp.org/cvs_diff_6_30.bz2
> >
> > Will get you a large patch that you can apply to Current that will
> > add SCTP.
On Tue, 23 May 2006 20:14:29 -0700 (PDT)
Mark Jayson Alvarez <[EMAIL PROTECTED]> wrote:
> Hi,
>
> A while ago, a group of individuals have demonstrated
> us with devices that can be used to extend your
> network throughout every corner of your company
> through the use of electric outlet... A qui
On Mon, 22 May 2006 19:51:33 +0800
[EMAIL PROTECTED] wrote:
> Hi,
> I want to transmit data between host A and host B. The link
> between these two hosts is really bad: PING reports 30% packet loss
> and about 60 ms return delay. This means if timed out for 1 second,
> the data must have been
On Thu, 18 May 2006 15:42:24 -0700
Michael Jeung <[EMAIL PROTECTED]> wrote:
> Hey folks,
>
> We currently use DNS round-robin to balance traffic to servers.
> We've recently run into situations where multiple search engine
> spiders are crawling our webservers. They appear to be targeting
On Thu, 18 May 2006 23:52:40 +0200
Thomas Vogt <[EMAIL PROTECTED]> wrote:
> Hello
>
> Does FreeBSD offers anything similar like trunk(4) on OpenBSD (link
> aggregation and link failover interface)?
Is your browser broken?
http://www.google.no/search?hl=no&ie=ISO-8859-1&q=freebsd+interface+bond
ifconfig bridge0 inet 12.23.34.45 netmask 255.255.255.0
Or put to rc.conf:
cloned_interfaces="bridge0"
ifconfig_bridge0="inet 12.23.34.45 netmask 255.255.255.0 addm em0
addm em1 up"
And please stop top posting.
Marcin.
> - Original Message -
> From: "
On Tue, 16 May 2006 15:53:38 +0200
"OxY" <[EMAIL PROTECTED]> wrote:
> any other solution?
> can i solve it with static routing?
Create a bridge interface, assign both the nics as it's members and
assign the IP to it.
Marcin.
> - Original Message -
> From: "Charles Swiger" <[EMAIL PROTE
On Thu, 02 Mar 2006 17:47:10 +0530
Surekha <[EMAIL PROTECTED]> wrote:
> Hi,
>
>
>
> I want to install the Kame version of MIPv6 for FreeBSD.
>
> I downloaded the following snap:
>
> kame-20060220-freebsd54-snap.tar
>
>
>
> and tried to install on a machine which already has FreeBSD 5.2.
On Tue, 14 Feb 2006 15:19:49 +0530
Murugan <[EMAIL PROTECTED]> wrote:
> Hi
> i need a sample(working) configuration files to set up a PPPoE server
> in FreeBSD 4.9.
http://www.hpi.net/whitepapers/warta/
___
freebsd-net@freebsd.org mailing list
http://li
On Tue, 14 Feb 2006 18:35:47 +0800
Ganbold <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I'm looking for Internet billing and traffic accounting software based
> on mpd in FreeBSD.
> I found abills, netams and freenibs. Can somebody advise me regarding
> these? Basically I need free billing which has
On Tue, 17 Jan 2006 21:23:49 +1300
Andrew Thompson <[EMAIL PROTECTED]> wrote:
> On Tue, Jan 17, 2006 at 09:10:38AM +0100, Marcin Jessa wrote:
> > Brooks Davis <[EMAIL PROTECTED]> wrote:
> > > > Andrew Thompson <[EMAIL PROTECTED]> wrote:
> > >
On Mon, 16 Jan 2006 10:03:33 -0800
Brooks Davis <[EMAIL PROTECTED]> wrote:
> On Mon, Jan 16, 2006 at 11:25:04AM +0000, Marcin Jessa wrote:
> > On Mon, 16 Jan 2006 22:16:05 +1300
> > Andrew Thompson <[EMAIL PROTECTED]> wrote:
> >
> > > Hi,
> > &
On Mon, 16 Jan 2006 10:03:33 -0800
Brooks Davis <[EMAIL PROTECTED]> wrote:
> On Mon, Jan 16, 2006 at 11:25:04AM +0000, Marcin Jessa wrote:
> > On Mon, 16 Jan 2006 22:16:05 +1300
> > Andrew Thompson <[EMAIL PROTECTED]> wrote:
> >
> > > Hi,
> > &
On Mon, 16 Jan 2006 22:16:05 +1300
Andrew Thompson <[EMAIL PROTECTED]> wrote:
> Hi,
>
>
> I have a patch here that adds the ability to automatically add an interface
> to a
> bridge when its attached. This is aimed towards apps like qemu or vmware that
> open a tap interface and need it bridged
On Mon, 16 Jan 2006 22:16:05 +1300
Andrew Thompson <[EMAIL PROTECTED]> wrote:
> Hi,
Hi Andrew.
> I have a patch here that adds the ability to automatically add an
> interface to a bridge when its attached. This is aimed towards apps
> like qemu or vmware that open a tap interface and need it br
On Fri, 13 Jan 2006 15:15:40 -
"homayoun" <[EMAIL PROTECTED]> wrote:
> Hi guys
>
> I have FreeBSD 5.3 installed. I wanted to install zebra. I tried to
> install using the ports colection however i started to get errors.
Email the port maintainer and/or ports@
freebsd-net@ is not appropriate
On Thu, 12 Jan 2006 23:16:16 +1300
Andrew Thompson <[EMAIL PROTECTED]> wrote:
> On Thu, Jan 12, 2006 at 10:58:08AM +0100, Marcin Jessa wrote:
> > On Thu, 12 Jan 2006 14:42:41 +0700
> > Vitaliy Ovsyannikov <[EMAIL PROTECTED]> wrote:
> > > Does Automatic VLANS
tive
with ifconfig vlan0 name vlan_to_somewhere
If you want it to be renamed at boot something like this should work:
ifconfig_vlan0="name vlan_to_somewhere inet 10.90.90.200 vlan 123
vlandev em0"
Cheers,
Marcin Jessa.
___
freebsd-net@freeb
On Thu, 05 Jan 2006 00:18:17 +0100
Karel Miklav <[EMAIL PROTECTED]> wrote:
> Dennis and Marcin,
> thanks very much for your replies.
You're welcome.
>I've also found the 'LVS on
> FreeBSD' page at
> http://dragon.linux-vs.org/~dragonfly/htm/lvs_freebsd.htm.
I played with it on Linux before. Ho
td
Check also the pf FAQ:
http://www.openbsd.org/faq/pf/pools.html
section "Load Balance Incoming Connections"
Cheers,
Marcin Jessa
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
On Wed, 07 Dec 2005 18:01:54 -0800
Julian Elischer <[EMAIL PROTECTED]> wrote:
> join is on IRC at efnet #bafug
>
> talk starts at 19:30 San Fraqncisco time (8 hours behind UTC) (in 90
> minutes)
>
> and watch on one of:
> rtsp://streaming.uoregon.edu:555/bafug-live.sdp
> rtsp://stream.psg.com
On Thu, 1 Dec 2005 15:07:30 +0500
bart <[EMAIL PROTECTED]> wrote:
> Hello,
Hi Alex.
> previous patches had problem with quagga/zebra.
> here are set of patches for 5.4 that work fine.
> I also have patch for quagga to show interface descriptions
> in "sh int" command
I like this fearure a lot.
On Thu, 27 Oct 2005 04:54:10 -0700 (PDT)
kamal kc <[EMAIL PROTECTED]> wrote:
> hello everybody,
>
> i am new to kernel programming.
> i am developing a compression/decompression
> functionality in the ip layer.
>
> i want to compile the kernel faster.
>
> it would
> be ok if the kernel doesn't
On Mon, 24 Oct 2005 10:49:13 +0800
<[EMAIL PROTECTED]> wrote:
> - Original Message -
> From: "Marcin Jessa" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Se
On Fri, 21 Oct 2005 19:45:52 +0800
<[EMAIL PROTECTED]> wrote:
> - Original Message -
> From: "Marcin Jessa" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
> Se
On Fri, 21 Oct 2005 09:45:02 +0800
<[EMAIL PROTECTED]> wrote:
> - Original Message -
> From: "Marcin Jessa" <[EMAIL PROTECTED]>
> To: "Marcin Jessa" <[EMAIL PROTECTED]>
> Cc: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>;
On Thu, 20 Oct 2005 13:15:49 +0200
Marcin Jessa <[EMAIL PROTECTED]> wrote:
> On Thu, 20 Oct 2005 11:01:45 +0400
> Gleb Smirnoff <[EMAIL PROTECTED]> wrote:
>
> > On Wed, Oct 19, 2005 at 11:51:11PM +0200, Marcin Jessa wrote:
> > M> It seems like PPPoE stoped wo
On Thu, 20 Oct 2005 11:01:45 +0400
Gleb Smirnoff <[EMAIL PROTECTED]> wrote:
> On Wed, Oct 19, 2005 at 11:51:11PM +0200, Marcin Jessa wrote:
> M> It seems like PPPoE stoped working with support for radius on 6.0
> M> The log of pppoe and freeradius does not show pppoe attempt
Hi guys.
It seems like PPPoE stoped working with support for radius on 6.0
The log of pppoe and freeradius does not show pppoe attempting to even talk to
the radius server.
Additionally this message pops up when enabling pppoed:
WARNING: attempt to net_add_domain(netgraph) after domainfinalize()
if you're in doubt of
something.
And when it comes to mikrotik, you can ask them to release
their GPLd code first before running to them like a stupid dog telling
on someone who used their freely avaliable information published on
the web.
> Marcin Jessa wrote:
> > On Tue, 4 Oct 20
On Tue, 4 Oct 2005 16:37:21 +0400
Andrey Smagin <[EMAIL PROTECTED]> wrote:
> Hello Marcin,
>
> Tuesday, October 4, 2005, 11:35:17 AM, you wrote:
>
>
> MJ> How are you bridging the interfaces? What kind of bridging
> MJ> mechanism are you using?
>
> In FreeBSD:
> kldload ath, ath_hal, bridge
On Tue, 4 Oct 2005 10:25:40 +0400
Andrey Smagin <[EMAIL PROTECTED]> wrote:
> Hello Marcin,
>
> MJ> man ifconfig should be the place to start.
> :) re read it 2 year, for information about
> MJ> Anyway, you can connect two PCs when one of them runs in
> MJ> hostap and the other one in ad-hoc mode
On Fri, 30 Sep 2005 10:10:19 +0400
Andrey Smagin <[EMAIL PROTECTED]> wrote:
> Hi ALL,
Hi Andrey.
> People please say it possible under FreeBSD ?
> Any body have sucess stories about it ?
> What manual I must read to do it ? :)
>
man ifconfig should be the place to start.
Anyway, you can con
On Fri, 30 Sep 2005 15:39:49 +0900
Ganbold <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I have a question regarding ipfw fwd rule.
> I'm using FreeBSD 5.4-STABLE and running on it bridging firewall
> using ipfw.
>
> Now my question comes:)
> Can I use ipfw fwd rules against traffic coming to one of the
On Wed, 28 Sep 2005 06:41:33 +
Lourik Malan <[EMAIL PROTECTED]> wrote:
> Hi There
>
> I'm running FreeBSD 5.4 and ipnat. Ipnat works on 187 but not any of
> the aliasip address. Any idee?
>
> ifconfig_rl0=" inet 196.23.176.187 netmask
> 255.255.255.240" ifconfig_rl0_alias0="
On Fri, 23 Sep 2005 12:31:28 +0200
Kövesdán Gábor <[EMAIL PROTECTED]> wrote:
> Hello,
>
> sorry for the silly question, but I don't know where to look for.
This question if suitable for questions@ and not net@
>How
> can I set up a simple portforwarding? The machine is the same, the
> network
On Thu, 22 Sep 2005 11:35:06 +0100 (BST)
Robert Watson <[EMAIL PROTECTED]> wrote:
>
> On Thu, 22 Sep 2005, Marcin Jessa wrote:
>
> > I do not know if it's meant to be that way but tap devices cannot
> > get IPs assigned with DHCP. I did not check the old dhclient
Hi guys.
I do not know if it's meant to be that way but tap devices cannot get IPs
assigned with DHCP.
I did not check the old dhclient code but the new one cannot hand over DHCP
requests to tap devices.
I was sure a tap device acted as an ethernet device even though it's a virtual
one, since o
Hi guys.
Is there a trick to make bridge work with divert ?
I know man bridge says "...some ipfw(8) actions such as divert do not apply to
bridged packets."
What I want to do is to send traffic to the port of my process to be
processesed there and then bridge the traffic.
Is something like thay
Hi guys.
What's the difference between net.inet.ip.forwarding and
net.inet.ip.fastforwarding ?
What's the role of net.inet.ip.fastforwarding ?
Cheers
Marcin.
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ne
On Tue, 6 Sep 2005 20:52:15 -0400 (EDT)
"Mike Jakubik" <[EMAIL PROTECTED]> wrote:
> On Tue, September 6, 2005 10:13 am, Paolo Pisati said:
> > On Tue, Sep 06, 2005 at 04:06:57PM +0400, Gleb Smirnoff wrote:
> >
> >> during your work with libalias have you found any bugs or buglets, or a
> >> rough
Hi Oleksandr.
Maybe SCPS is something for you. It's originally designed for satellite links
with latency problems.
I gathered some info about it. I suggest you to start reading
http://www.yazzy.org/docs/SCPS/SCPS_GATEWAY_v1.2.1.doc
It was originally designed for FreeBSD and compiles cleanly on F
On Thu, 01 Sep 2005 11:31:20 +
"Digital Brain" <[EMAIL PROTECTED]> wrote:
> Hi Chris,
>
> >Linux and freebsd you re trying, running on same hardware (nic) ?
> >I'm saying that cause some ISPs lock their "IP-offering"
> >with each client's hardware address (which is defined at first use).
>
Hi.
Here is a good link http://www.countersiege.com/doc/pfsync-carp/
Cheers,
Marcin Jessa
On Wed, 3 Aug 2005 15:40:39 -0600
Stephane Raimbault <[EMAIL PROTECTED]> wrote:
> Hi all,
>
> I'm having a bit of a problem running 5.4-RELEASE and carp. All the
> documentatio
On Fri, 29 Jul 2005 10:55:17 +0200
Emile Jackson <[EMAIL PROTECTED]> wrote:
> Hello,
>
> For some time now I have a problem with a FreeBSD NAT and I can't
> find a solution. I consulted others and some came with hardware based
> solutions, but I wonder if there is a software solution.
>
> This i
Hi guys.
When you ifconfig athX channel XX it works fine
But when you then want to change that to ifconfig athX channel any (or '-' or
'0') the old channel number does not change.
The number then can be changed only to a different numeric value.
Hi guys.
What is the difference between vtun and openvpn? Do they work the same way ?
Reading info on their web sites it sounds like vtun does the same thing as
openvpn ...
http://vtun.sourceforge.net/
http://openvpn.net/
___
freebsd-net@freebsd.org mai
Hi guys.
Thanks for the help and good advices.
I just received source code from guys at MITRE in McLean, VA for FreeBSD and
will do some testing on it.
"The code is an open implementation of ISO International Standards and it's
yours for the asking; there is no licensing."
I was thinking, maybe
On Thu, 16 Jun 2005 05:37:18 -0700
Frank Mayhar <[EMAIL PROTECTED]> wrote:
> On Wed, 2005-06-15 at 11:45 +0200, Marcin Jessa wrote:
> > I am looking for solution I could implement on a link with a huge latency
> > when ping replies can go up to a few hundred miliseconds, e.g
not requires 3.rd party software/hardware
(I am aware of the existing ones). I want it to be able to run on FreeBSD.
>
>
> At 11:45 AM 6/15/2005 +0200, Marcin Jessa wrote:
> | Hi guys.
> |
> | I am looking for solution I could implement on a link with a huge latency
>
al udp interface<>virtual udp
interface<-->tcp(normal network)
Is there something avaliable on FreeBSD that can be used for that purpose?
Maybe someone is working on such a thing in CURRENT ?
Any thoughts about that? Any sugestions for a solut
Hi Brian, guys.
Do you plan to add additional radius atributes to the PPP code ?
The one I really miss is tx/rx data rate limitation.
It'd be great if PPP could set bandwith limit based on those atributes received
from radius server(s).
I can't unfortunately code that myself but I know this is do
52 matches
Mail list logo