On Thu, 23 May 2002 08:32:35 -0400, in sentex.lists.freebsd.net you wrote:
>Hello!
>
>I updated to 4.6-RC on May 22. Posted to freebsd-stable
>(I also made /usr/sbin/ngctl; but I did not do a complete buildworld.
>Could that be a problem ?)
Yes, it could very much be your problem. Do a complete
And why make it one-directional only? It shouldn't improve performance.
So it's rather an "IP router" than "fwdswitch".
many2many IP routing node would be useful in many situations.
Yuri
>The fwdswitch node, could be imagined as a 'many2many' node but
> monodirectional only: packets flow fro
And why make it one-directional only? It shouldn't improve performance.
So it's rather an "IP router" than "fwdswitch".
many2many IP routing node would be useful in many situations.
Yuri
>The fwdswitch node, could be imagined as a 'many2many' node but
> monodirectional only: packets flow fro
On Thu, May 23, 2002 at 12:59:35PM -0400, Craig Rodrigues wrote:
...
> Hi,
>
> I merged from -CURRENT to my -STABLE tree some changes made in October 2000 to
> sys/netinet/ip_fw.{c,h} and sbin/ipfw/ipfw.c which add ipfw
> filtering based on iptos.
>
> However, from reading the documentation, it
Re,
On Friday, May 24th, 2002, alle 03:09 PM, Yuri Victorovich wrote:
> And why make it one-directional only? It shouldn't improve performance.
> So it's rather an "IP router" than "fwdswitch".
> many2many IP routing node would be useful in many situations.
>
> Yuri
>
Well I needed a node th
is it possible to do vlan tagging 802.11q with the lge
driver under FreeBSD RELENG_4 (4-STABLE) ?
If not ? does someone has patches so it can be done ?
--
===
Christophe PrevotauxEmail: [EMAIL PROTECTED]
HEXANET SARL
Why do I get this messages on a regular basis even
knowing that the interface is already up and running ?
mymachine /kernel: lge0: gigabit link up
--
===
Christophe PrevotauxEmail: [EMAIL PROTECTED]
HEXANET SARL
On Fri, 24 May 2002, Christophe Prevotaux wrote:
CP> is it possible to do vlan tagging 802.11q with the lge
CP> driver under FreeBSD RELENG_4 (4-STABLE) ?
CP>
>From lge(4) manpage:
The LXT1001 supports TCP/IP checksum offload for receive and VLAN-based
filtering as well as a 64-bit mu
some comments..
1/ it may be more useful to not make any distinction between
'in' and 'out' hooks but just have connections..
The hooks could be given purely arbitrary names
e.g. "source1" and "suspicious"
a hook could be configured as being 'read-only' by command
rather than by special name..
Hi,
I'm trying to debug a mbuf corruption bug in the kernel. I've added
an mbuf sanity check routine which calls panic() if anything is amiss
with the mbuf free list, etc. This function runs at splimp() and if/when
it calls panic() the cpl is still at splimp().
My question is: does this guarante
Archie Cobbs wrote:
> Hi,
>
> I'm trying to debug a mbuf corruption bug in the kernel. I've added
> an mbuf sanity check routine which calls panic() if anything is amiss
> with the mbuf free list, etc. This function runs at splimp() and if/when
> it calls panic() the cpl is still at splimp().
>
whats the best way to execute a series of commands in
freebsd?something like a batch file in MS-DOS.
suppose i want to execute the two commands,
defaultrouter="a.b.c.d"
ifconfig_eth0="inet e.f.g.h netmask e.f.g.h"
by typing something like 'change' on the terminal
window;howdo i go about this?
not
On Fri, 24 May 2002, Vinod wrote:
> whats the best way to execute a series of commands in
> freebsd?something like a batch file in MS-DOS.
>
> suppose i want to execute the two commands,
> defaultrouter="a.b.c.d"
> ifconfig_eth0="inet e.f.g.h netmask e.f.g.h"
> by typing something like 'change'
Hi,
I am trying to implement a small vpn solutions with
mpd as pptp server and pptpclient from home to office.
I have setup also in other implementations and it
works fine, but I need for this situations pptp
server...
The office is connected directly to the net, while at
home I am using user ppp
Bosko Milekic writes:
> > My question is: does this guarantee that the mbuf free lists, etc. will
> > not be modified between the time panic() is called and the time a core
> > file is generated? For example, if an incoming packet causes a networking
> > interrupt after panic() has been called but
GM GG ([EMAIL PROTECTED]) wrote:
> Hi,
> I am trying to implement a small vpn solutions with
> mpd as pptp server and pptpclient from home to office.
Just a thought - I have had much better luck using MPD
for both sides of the pptp equation. pptpclient seemed
quite unstable the last few times I
--- "Mike A. Oligny" <[EMAIL PROTECTED]> ha
scritto: > GM GG ([EMAIL PROTECTED]) wrote:
>
> > Hi,
> > I am trying to implement a small vpn solutions
> with
> > mpd as pptp server and pptpclient from home to
> office.
>
> Just a thought - I have had much better luck using
> MPD
> for both sides
* Naga Narayanaswamy ([EMAIL PROTECTED]) [020523 19:21]:
> When you say src address is set to host group, what application generates
> them? What is the src and dest address ? I quickly checked Rich Stevens vol
> II.
> Looks like the code has been like this since old days.
> Is the application se
Hi,
I am trying to implement a small vpn solutions with mpd as pptp server and
pptpclient from home to office. I have setup also in other implementations
and it works fine, but I need for this situations pptp server...
The office is connected directly to the net, while at home I am using user
p
Hi,
I am trying to implement a small vpn solutions with mpd as pptp server and
pptpclient from home to office. I have setup also in other implementations
and it works fine, but I need for this situations pptp server...
The office is connected directly to the net, while at home I am using user
p
GM GG ([EMAIL PROTECTED]) wrote:
> Can you suggest a config for mpd used like a
> pptp client ? It seems to me there is not such
> config sample in the provided mpd.conf default.
Sure, I'll include some that I've used
successfully -
client configs are old and haven't been tested
recently - they
Is there any module or well-known mechanism available
for punting a data link layer PDU to a user process?
Also for sending out PDUs?
Say I'd like to implement ARP as a user process, or
some other protocols.
Thanks.
Henry
__
Do You Yahoo!?
LAUNCH
On Fri, May 24, 2002 at 07:05:38PM -0700, Henry Fung wrote:
> Is there any module or well-known mechanism available
> for punting a data link layer PDU to a user process?
> Also for sending out PDUs?
> Say I'd like to implement ARP as a user process, or
> some other protocols.
> Thanks.
> Henry
23 matches
Mail list logo