Re: rl interface drops out occasionally

2004-02-03 Thread Sumit Shah
Thanks for the reply, it's good to hear I'm not the only one experiencing this. At least there is a simple workaround and we were going to upgrade the NIC anyway. thanks, sumit On Feb 3, 2004, at 12:38 PM, Bob DeBolt wrote: Greets I've noticed that every now and then the network interface dro

Re: Obtaining Syslog message from a Cisco Router

2004-02-03 Thread Mike Tancsa
And you might need to restart syslogd with a different start up param so that it does not ignore messages from outside sources. ---Mike On Tue, 3 Feb 2004 15:54:30 +, in sentex.lists.freebsd.net you wrote: >On Tue, Feb 03, 2004 at 03:38:19PM -, Edward Butler wrote: >> I am looki

Re: Changing TOS of forwarded packets?

2004-02-03 Thread Julian Elischer
On Tue, 3 Feb 2004, Andriy Korud wrote: > ãÉÔÕÀ Julian Elischer <[EMAIL PROTECTED]>: > > > check out the "tcpmssd" port. > > > > it changes soem tcp parameters during forwarding.. > > you could modify it to do what you want I am sure.. > > > > > Thanks, but I think at the packet rate I'm int

Re: Changing TOS of forwarded packets?

2004-02-03 Thread Julian Elischer
here's a suggestion.. I have not done this but it might work: use ipfw to send sessions that match to a divert socket at port X. use netgraph ng_ksocket to connect to the divert port you selected above. Use a variant of the node given to hack the TOC value.. (he's looking at ethernet packets wh

SACK implementation for 4.9?

2004-02-03 Thread CHOI Junho
Hi, Is there any patches of SACK for 4.9? I found patches against 4.3 but it is very hard to apply. -- CHOI Junho KFUG FreeBSD Project Web Data Bank Key fingerprint = 1369 7374 A45F F41A F3C0 07E3 4A01 C020 E602 60F5 ___

Re: Changing TOS of forwarded packets?

2004-02-03 Thread Andriy Korud
Цитую Julian Elischer <[EMAIL PROTECTED]>: > check out the "tcpmssd" port. > > it changes soem tcp parameters during forwarding.. > you could modify it to do what you want I am sure.. > > Thanks, but I think at the packet rate I'm interested in (~30Mbit/s and more) divert solution will have poo

IPDIVERT

2004-02-03 Thread Max Khon
hi, there! I would like to add IPDIVERT option to GENERIC kernels on all platforms and to CFLAGS for ipfw module. This will allow using natd out of box. I'll commit this change by the end of this week if there will be no objections. Regards, /fjoe ___

Re: Changing TOS of forwarded packets?

2004-02-03 Thread Andriy Korud
Thanks, but I'm looking for some solution that'd allow me to modify TOS of the packets that match some filter rule, so I think I have to modify ipfilter code. Andriy > On Tue, Feb 03, 2004 at 06:46:18PM +0200, Andriy Korud wrote: > > Hello, > > > Hi, my question is simple - is it possible to s

RE: rl interface drops out occasionally

2004-02-03 Thread Bob DeBolt
Greets > I've noticed that > every now > and then the network interface drops out. I can ifconfig destroy and > then create it again and the network interface comes back. This > machine serves nfs/smb/rsync exclusively and nothing more > (2-3 gigs of > traffic is moved per day). I had t

Re: Changing TOS of forwarded packets?

2004-02-03 Thread Julian Elischer
check out the "tcpmssd" port. it changes soem tcp parameters during forwarding.. you could modify it to do what you want I am sure.. On Tue, 3 Feb 2004, Andriy Korud wrote: > > > Hi, my question is simple - is it possible to set TOS value of forwarded packets > using ipfw, ipfilter or other m

rl interface drops out occasionally

2004-02-03 Thread Sumit Shah
FreeBSD hackers, I have a FreeBSD 4.9 server with Abit AT7 Max motherboard which includes a built-in rl network interface. I've noticed that every now and then the network interface drops out. I can ifconfig destroy and then create it again and the network interface comes back. This machine

Re: Will rfc2734 be supported?

2004-02-03 Thread Kevin Van Vechten
The source code of the Mac OS X 10.3 (Panther) implementation is available from Apple's open source web site (APSL registration required): There is also a mirror at OpenDarwin.org:

removing if_withname()

2004-02-03 Thread Brooks Davis
Bruce pointed out that if_withname is inconsistent about IFNAMSIZ. I was looking at it and cleaned it up, but then I realized that it is a really inefficient implementation of ifnet_byindex(sdl->sdl_index). It turns out that it's also completely unused so I'd like to remove it entirely rather the

Re: Will rfc2734 be supported?

2004-02-03 Thread Jordan K. Hubbard
It's up on the web site now, according to Kevin on the CC line (who was supposed to contact you but evidently did not :-). - Jordan On Feb 3, 2004, at 5:32 AM, Bruce M Simpson wrote: On Sat, Jan 31, 2004 at 03:27:03PM +0100, Dario Freni wrote: I was wondering if the standard implementation of I

ipsec ipcomp between FreeS/WAN 2.04 and FreeBSD 5.2

2004-02-03 Thread Marco Berizzi
Hello everybody. I'm running an interop issue with IPSec tunnels between FreeS/WAN and FreeBSD 5.2 Without IPComp tunnel are successfully established. With IPComp enabled tunnel are again successfully established but there is no traffic flow. This is my setkey init (FreeBSD box side): /usr/local

Re: defect onboard broadcom causing boot hang

2004-02-03 Thread Bjorn Eikeland
Descided to stick with the easy way, as its not a change needing adding to the tree and I dont have any other bfe devices.. And surely the kernel says it's found a 4401 card when it boots, but: bfe0: mem 0xeb00-0xeb001fff at device 9.0 on pci0 bfe0: Ethernet address: 80:00:80:00:80:00 bfe0: P

Changing TOS of forwarded packets?

2004-02-03 Thread Andriy Korud
Hi, my question is simple - is it possible to set TOS value of forwarded packets using ipfw, ipfilter or other magic on FreeBSD 4-STABLE? Tnanks in advance, Andriy Korud ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.org/mailman/listinfo/freeb

Re: Obtaining Syslog message from a Cisco Router

2004-02-03 Thread Colin Whittaker
Edward Butler stated the following on Tue, Feb 03, 2004 at 03:38:19PM - : > I am looking to dump the log files from various Cisco routers on to one > of various FreeBSD boxes we are running ( mainly FreeBSD 4.4 ) once the > logs have been dumped to then rotate these in a similar way that other

Re: Obtaining Syslog message from a Cisco Router

2004-02-03 Thread Bruce M Simpson
On Tue, Feb 03, 2004 at 03:38:19PM -, Edward Butler wrote: > I am looking to dump the log files from various Cisco routers on to one > of various FreeBSD boxes we are running ( mainly FreeBSD 4.4 ) once the > logs have been dumped to then rotate these in a similar way that other > system logs f

Re: defect onboard broadcom causing boot hang

2004-02-03 Thread Jonathan Chappelow
Bjorn Eikeland wrote: Thanks for your reply Jon! I've checked the driver cd and it had the drivers under Drivers\LAN\4401\ and I seem to remeber thats what windows once called it. The unidentified chip id isnt a supprise, the card worked, and suddenly turned into a unknown device in windows, so i

Obtaining Syslog message from a Cisco Router

2004-02-03 Thread Edward Butler
Hi, I am new to this distribution list but wanted to find out if any one has come across this issue before and could offer some pointers on getting this started. I am looking to dump the log files from various Cisco routers on to one of various FreeBSD boxes we are running ( mainly FreeBSD 4.4 )

Re: Will rfc2734 be supported?

2004-02-03 Thread Bruce M Simpson
On Sat, Jan 31, 2004 at 03:27:03PM +0100, Dario Freni wrote: > I was wondering if the standard implementation of IPoFW is planning to > be implemented. I'm not expert on device writing, I was also looking for I've already asked Jordan about a code drop from Apple; he's trying to get an answer from

Re: Will rfc2734 be supported?

2004-02-03 Thread Doug Rabson
On Mon, 2004-02-02 at 05:50, Hidetoshi Shimokawa wrote: > At Sat, 31 Jan 2004 15:27:03 +0100, > Dario Freni wrote: > > > > [1 ] > > Hi guys, > > I was wondering if the standard implementation of IPoFW is planning to > > be implemented. I'm not expert on device writing, I was also looking for > >