Re: two ISP connections, three nics, and a NAT

2005-05-26 Thread Muhammad Reza
At 11:06 AM 5/12/2005, you wrote: I have two ISP connections, a DSL line and a Cable Modem line. I want to plug both connections into a FreeBSD box that has three nics in it, one nic for each ISP connection and the last nic for my NAT. How can I bind the connections together without any othe

bpf writes on tun device

2005-05-26 Thread Matthew Luckie
Hi I would like to use the BPF device to write packets on a tun device, which is bpf type DLT_NULL. I'm aware that the man page (for 4.X and 5.X) says that BPF writes are only supported on Ethernet and SLIP links. I did notice, though, that the tunoutput function in sys/net/if_tun.c has som

FreeBSD 5.4 - TCP MD5

2005-05-26 Thread Lee Johnston
Hi, I'm trying to configure a 5.4 box with Quagga to support TCP MD5 Passwords. I've achieved this previously with 4.10, but when I try to add the following kernel options, 5.4 doesn't like it: options FAST_IPSEC options crypto options TCP_MD5 config gives: VENUS: unknown option "TCP_MD5"

Re: FreeBSD 5.4 - TCP MD5

2005-05-26 Thread Kris Kennaway
On Thu, May 26, 2005 at 05:22:47PM +0100, Lee Johnston wrote: > Hi, > > I'm trying to configure a 5.4 box with Quagga to support TCP MD5 Passwords. > I've achieved this previously with 4.10, but when I try to add the > following kernel options, 5.4 doesn't like it: > > options FAST_IPSEC > opti

Re: FreeBSD 5.4 - TCP MD5

2005-05-26 Thread Lee Johnston
Hi Kris, Thanks for your reply.. I've checked /usr/src/sys/i386/conf/NOTES but can't see any mention of the options anymore.. Any other ideas? Regards, Lee. At 17:27 26/05/2005, Kris Kennaway wrote: On Thu, May 26, 2005 at 05:22:47PM +0100, Lee Johnston wrote: > Hi, > > I'm trying to configu

mping

2005-05-26 Thread Olivier Casasole
Hi all, I would like to use mping under FreeBSD 5.3. mping seems to be installed in /kame directory but it doesn't work. Do you know why? Or do you know where i can find a version of mping? Thanks, Olivier _

Re: FreeBSD 5.4 - TCP MD5

2005-05-26 Thread Ligos NemalonÄ—
> >When in doubt, check the two NOTES files. > Thanks for your reply.. I've checked /usr/src/sys/i386/conf/NOTES but can't > see any mention of the options anymore.. Any other ideas? /usr/src/sys/conf/NOTES ___ freebsd-net@freebsd.org mailing list http:/

question

2005-05-26 Thread ayed samiha
Hello , I'm working with netgraph and I'm writting a program to capture information that come to and leave the xl0 interface of my machine. And at each time I'm connecting the ethernet node to a socket node (the upper and the lower). The first iteration of my boucle is running well but for the

Re: FreeBSD 5.4 - TCP MD5

2005-05-26 Thread Jonathan Noack
On 05/26/05 11:32, Lee Johnston wrote: At 17:27 26/05/2005, Kris Kennaway wrote: On Thu, May 26, 2005 at 05:22:47PM +0100, Lee Johnston wrote: > Hi, > > I'm trying to configure a 5.4 box with Quagga to support TCP MD5 Passwords. > I've achieved this previously with 4.10, but when I try to add

Re: FreeBSD 5.4 - TCP MD5

2005-05-26 Thread Lee Johnston
Wasn't aware that file existed sorry. For future reference if anyone else should need to get TCP MD5 Signatures working on 5.x with Quagga the correct kernel lines are: options TCP_SIGNATURE device crypto options FAST_IPSEC Regards, Lee. So that was one of the NOTES files, what a

Pseudo-device driver & select ??

2005-05-26 Thread Aziz Kezzou
Hi all, I am trying to implement a small kld pseudo-device driver on FreeBSD 5.3 that behaves just like a socket with regards to the select system call. Currently, I am using the sample echo pseudo-device driver from http://www.freebsd.org/doc/en_US.ISO8859-1/books/arch-handbook/driverbasics-char

Re: pppd pty equivilent in FBSD

2005-05-26 Thread Julian Elischer
what's on the other end? Rob Zietlow wrote: On Monday 23 May 2005 08:18 am, Tim Pushor wrote: hmm, Thanks for the response, Tim. I wouldn't personally recommend vpn over ssh for anyone either, but i'm kind of stuck with it. I'm the sole bsd user at my company, and the ppp over ssh was i

Re: pppd pty equivilent in FBSD

2005-05-26 Thread Julian Elischer
Tim Pushor wrote: Rob, I had a cursory look through your scripts, and seems like you handle most of the logic. I don't know anything about pppd for Linux (is it based on the same code?). I let pppd manage retries & setting routes. It will also drop and dry to reconnect if either side can't

Re: pppd pty equivilent in FBSD

2005-05-26 Thread Rob Zietlow
On Thursday 26 May 2005 05:10 pm, Julian Elischer wrote: > what's on the other end? My apologies, I only responded to Nikos. His suggestion of upgrading to the newer pppd23 worked. And I've now had the joyous task of rolling it out onto a couple machines. I did figure Julian would know :-)

Re: SIOCGIFMEDIA problems

2005-05-26 Thread Doug Ambrisko
Sebastien Petit writes: | Hi -net hackers, | | A little question about SIOCGIFMEDIA ioctl: | Somebody reports me that some interfaces (bge / em but anothers perhaps) | seem to discard packet(s) during SIOCGIFMEDIA ioctl, Is it true and why ? Doing status checks will cause input/output errors to

Re: Pseudo-device driver & select ??

2005-05-26 Thread Aziz Kezzou
> > Aziz Kezzou wrote: > > Hi all, > > I am trying to implement a small kld pseudo-device driver on FreeBSD 5.3 > > that > > behaves just like a socket with regards to the select system call. > > > > Currently, I am using the sample echo pseudo-device driver from > > http://www.freebsd.org/doc/en

Re: Pseudo-device driver & select ??

2005-05-26 Thread Aziz Kezzou
> > > > Aziz Kezzou wrote: > > > Hi all, > > > I am trying to implement a small kld pseudo-device driver on FreeBSD 5.3 > > > that > > > behaves just like a socket with regards to the select system call. > > > > > > Currently, I am using the sample echo pseudo-device driver from > > > http://www.f