Current problem reports assigned to you

2005-06-13 Thread FreeBSD bugmaster
Current FreeBSD problem reports Critical problems Serious problems S Submitted Tracker Resp. Description --- o [2005/05/19] ia64/81284 net Unaligned Reference with pf on 5.4/IA64 1 problem total. No

Re: IPC between vimage instances?

2005-06-13 Thread Ragnar Lonn
Julian Elischer wrote: Ragnar Lonn wrote: Hello, I've been using vimage on FreeBSD 4.11 along with Netgraph to setup a system that simulates many physical client machines for the purpose of testing broadband Internet access hardware. I have hundreds of vimages, each with its own ngeth0 net

MAC address & rc.conf

2005-06-13 Thread Peter
Hi, My ISP have aauthorization by username, password AND mac address. I currently make PPPoE connection from my laptop(win XP) to them. However I want to put FreeBSD router in front of my laptop. That is why I will need to make MAC address of outgoing ethernet card same as my lap

Re: IPC between vimage instances?

2005-06-13 Thread Milan Obuch
On Monday 13 June 2005 13:46, Ragnar Lonn wrote: > Julian Elischer wrote: > > Ragnar Lonn wrote: > >> Hello, > >> > >> I've been using vimage on FreeBSD 4.11 along with Netgraph to setup a > >> system > >> that simulates many physical client machines for the purpose of > >> testing broadband > >> I

Re: Carp Suppression

2005-06-13 Thread Josh Kayse
One last comment, I managed to fix it so that carp runs on the plip interface by adding: ifp->if_flags = LINK_STATE_UP; Here is the diff: diff -Nur /usr.orig/src/sys/dev/ppbus/if_plip.c /usr/src/sys/dev/ppbus/if_plip.c --- /usr.orig/src/sys/dev/ppbus/if_plip.c Wed Sep 15 11:14:18 2004 +++

Re: Carp Suppression

2005-06-13 Thread PSI, Mike Smith
Hey all, Honestly I have no idea what this is all about, but saw something in the change adding "ipf->if_flags=LINK_STATE_UP;" that just seemed really strange from a programming standpoint. Doesn't this statement "undo" the effects of the line just before it (ipf->if_flags |= IFF_RUNNING). Again

FreeBSD, AODV and OLSR

2005-06-13 Thread Rae Harbird
Hi I want to run some experiments with FreeBSD 4.11-RELEASE and user-space AODV and OLSR implementations. Currently, I'm thinking of trying: UoB JAdhoc v0.21: http://www.aodv.org/modules.php?op=modload&name=UpDownload&file=index&req=viewdownload&cid=2 and NRL OLSR: http://pf.itd.nrl.navy.mil/p

Re: Carp Suppression

2005-06-13 Thread Yar Tikhiy
On Mon, Jun 13, 2005 at 10:10:54AM -0400, Josh Kayse wrote: > One last comment, > > I managed to fix it so that carp runs on the plip interface by adding: > ifp->if_flags = LINK_STATE_UP; > > Here is the diff: > > diff -Nur /usr.orig/src/sys/dev/ppbus/if_plip.c > /usr/src/sys/dev/ppbus/if_plip.

Re: Carp Suppression

2005-06-13 Thread Josh Kayse
Definitely a typo on my part. It should be ifp->if_link_state = LINK_STATE_UP The reason we are using CARP on a PLIP interface is to allow us to have redundant connections between 2 transparent bridging firewalls. Instead of sending packets over our network, we isolate them onto a PLIP interface

Re: MAC address & rc.conf

2005-06-13 Thread Adam Gregoire
You need to create a file called start_if.[interface name] and set the mac there. Like this: ebola$ cat /etc/start_if.de0 #!/bin/sh ifconfig de0 ether c0ffeec0ffee ifconfig de0 media 10baseT/UTP Regards, -- Adam Gregoire <[EMAIL PROTECTED]> ___ free

RE: Carp Suppression

2005-06-13 Thread Greg Hennessy
> The reason we are using CARP on a PLIP interface is to allow > us to have redundant connections between 2 transparent > bridging firewalls. CARP is not going to work with a layer 2 firewall. > Instead of sending packets over our network, we isolate them > onto a PLIP interface and crosso

Re: MAC address & rc.conf

2005-06-13 Thread Brooks Davis
On Mon, Jun 13, 2005 at 12:49:37PM -0400, Adam Gregoire wrote: > You need to create a file called start_if.[interface name] and set the > mac there. > > Like this: > > ebola$ cat /etc/start_if.de0 > #!/bin/sh > ifconfig de0 ether c0ffeec0ffee > ifconfig de0 media 10baseT/UTP This is pretty much

Re: IPC between vimage instances?

2005-06-13 Thread Julian Elischer
Ragnar Lonn wrote: As you mention, the usual answer is to get the syslog on each system to forward everything to one logging system. you could add a second interface to each vimage just for logging to keep it separate from the testing.. Hmm, I have avoided this because I didn't want to

Re: Carp Suppression

2005-06-13 Thread Josh Kayse
On 6/13/05, Greg Hennessy <[EMAIL PROTECTED]> wrote: > > > The reason we are using CARP on a PLIP interface is to allow > > us to have redundant connections between 2 transparent > > bridging firewalls. > > CARP is not going to work with a layer 2 firewall. It's running over the PLIP interface an

Re: Carp Suppression

2005-06-13 Thread Brooks Davis
On Mon, Jun 13, 2005 at 01:35:12PM -0400, Josh Kayse wrote: > On 6/13/05, Greg Hennessy <[EMAIL PROTECTED]> wrote: > > > We then use > > > ifstaded to monitor the carp interfaces and shut down > > > bridging on one of the machines. > > > > Spanning tree is a no brainer for such a setup, pfsync ta

Re: FreeBSD, AODV and OLSR

2005-06-13 Thread spoggle
You might try the olsr.org implementation, it's in the ports tree under net/olsrd. I believe it is better tested (via a 50+ node mesh in Berlin) than the NRL one. It also has some extensions that are useful, especially the ability to incorporate quality metrics and interface p

Re: ia64/81284: Unaligned Reference with pf on 5.4/IA64

2005-06-13 Thread Marcel Moolenaar
Synopsis: Unaligned Reference with pf on 5.4/IA64 Responsible-Changed-From-To: freebsd-net->freebsd-pf Responsible-Changed-By: marcel Responsible-Changed-When: Mon Jun 13 21:22:54 GMT 2005 Responsible-Changed-Why: Move to a more pf-focussed responsible party. http://www.freebsd.org/cgi/query-pr.