Does pxeboot support option 134?

2005-12-13 Thread Daniel Feenberg
I am trying to do diskless booting. Right now I am trying to make the /conf/${class}/ function provided in FreeBSD 6.0 work. I have had success with /conf/${ip}/ but not with ${class}. I have option t134-cookie code 134=text at the beginning of my dhcpd.conf file, and option t134-cookie

Re: Does pxeboot support option 134?

2005-12-13 Thread Doug White
Remove duplicate [EMAIL PROTECTED] On Tue, 13 Dec 2005, Daniel Feenberg wrote: I am trying to do diskless booting. Right now I am trying to make the /conf/${class}/ function provided in FreeBSD 6.0 work. I have had success with /conf/${ip}/ but not with ${class}. I have option

Re: BUG: ip_output.c FreeBSD 4.11

2005-12-13 Thread Doug Barton
Mihail Balikov wrote: Hello, In FreeBSD 4.x in ip_output.c in part for ipfw local forwarding there's typo that will cause kernel panic: If you haven't already, this should be filed as a problem report. Doug -- This .signature sanitized for your protection

Re: BUG: ip_output.c FreeBSD 4.11

2005-12-13 Thread Kris Kennaway
On Tue, Dec 13, 2005 at 01:37:31PM -0800, Doug Barton wrote: Mihail Balikov wrote: Hello, In FreeBSD 4.x in ip_output.c in part for ipfw local forwarding there's typo that will cause kernel panic: If you haven't already, this should be filed as a problem report. I don't know that

Re: BUG: ip_output.c FreeBSD 4.11

2005-12-13 Thread Jack Vogel
On 12/13/05, Kris Kennaway [EMAIL PROTECTED] wrote: On Tue, Dec 13, 2005 at 01:37:31PM -0800, Doug Barton wrote: Mihail Balikov wrote: Hello, In FreeBSD 4.x in ip_output.c in part for ipfw local forwarding there's typo that will cause kernel panic: If you haven't already,

Re: BUG: ip_output.c FreeBSD 4.11

2005-12-13 Thread Kris Kennaway
On Tue, Dec 13, 2005 at 04:32:10PM -0800, Jack Vogel wrote: On 12/13/05, Kris Kennaway [EMAIL PROTECTED] wrote: On Tue, Dec 13, 2005 at 01:37:31PM -0800, Doug Barton wrote: Mihail Balikov wrote: Hello, In FreeBSD 4.x in ip_output.c in part for ipfw local forwarding there's

m_copypacket in if_bridge

2005-12-13 Thread Andrew Thompson
Hi, I have realised that if_bridge uses m_copypacket() in an unsafe way. The copied multicast packet is sent back into ether_input for local processing so that ipv6 works but m_copypacket() returns a readonly mbuf. The layer3 header needs to be aligned so I have changed this to m_dup+m_copyup.

Bridging VLAN's

2005-12-13 Thread Dave Raven
Hi all, I've done some research on bridging vlans and can't get it right with FreeBSD bridge. What I want to do is bridge an undefined number of vlans through a BSD machine. For example. Vlan 10 from em0 out em1. Now I can't create each vlan and bridge those, because you can't have a

q

2005-12-13 Thread bozden
q ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to [EMAIL PROTECTED]

Re: Bridging VLAN's

2005-12-13 Thread Andrew Thompson
On Wed, Dec 14, 2005 at 07:41:07AM +0200, Dave Raven wrote: Hi all, I've done some research on bridging vlans and can't get it right with FreeBSD bridge. What I want to do is bridge an undefined number of vlans through a BSD machine. For example. Vlan 10 from em0 out em1. Now I can't