bge and checksums

2005-03-24 Thread Boris Kovalenko
Hello! I try to use DSNiff with my FreeBSD 5.4-PRE and bge NIC. Unfortunatelly it does no work. My supposition is that the root of problem is bad tcp checksums (as shown by tcpdump). And DSNiff (and underlaying libnids) are checking for checksums. As I undrestand, bge has txcsum flag, so tcp s

Re: bge and checksums

2005-03-24 Thread Boris Kovalenko
Boris Kovalenko wrote: Hello! Forgot to add - when useing fxp with 5.4-PRE all is working fine. -- With respect, Boris ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any

Re: PPP Lan Bridge

2005-03-24 Thread Brian Somers
I would have thought that server: add 192.168.1.234/30 HISADDR in ppp.linkup should work... On Wed, 23 Mar 2005 13:00:03 -0600, "Chris Tusa at Linisys, LLC" <[EMAIL PROTECTED]> wrote: > OK, > > I put the solution in place and had great results. The ONLY issue that > I had, is with some rou

Re: Resolving MAC address

2005-03-24 Thread c0ldbyte
On Wed, 23 Mar 2005, Charlie Schluting wrote: Olivier Nicole wrote: ? (10.0.0.1) at 00:e0:29:ad:5a:aa on em0 [ethernet] will do the trick, but it is a bit too heavy for the purpose, I'd prefer a solution that only send an ARP request. If you just want to avoid the DNS lookup, you can use arp -an. I

Re: bge and checksums

2005-03-24 Thread Kelly Yancey
On Thu, 24 Mar 2005, Boris Kovalenko wrote: > Hello! > > I try to use DSNiff with my FreeBSD 5.4-PRE and bge NIC. Unfortunatelly > it does no work. My supposition is that the root of problem is bad tcp > checksums (as shown by tcpdump). And DSNiff (and underlaying libnids) > are checking for

Re: Resolving MAC address

2005-03-24 Thread Peter Heerboth
One thing you can try if you want to avoid needing super user privileges is to send a small UDP packet to the given IP, which will force the kernel to ARP for the address if it is not already present. Then you can check the routing table through sysctl() by passing in {CTL_NET, PF_ROUTE, 0, AF

Problems with High Point Tech RocketRaid 1640

2005-03-24 Thread John Barbieri
Good evening. Recently I setup a free bsd 5.3-amd64 box with dual opterons and 1GB of ram. I constructed a RAID 5 array using the HPT rocketraid 1640, conisiting of 4 disks, each with 200GB capacity. Everything worked well, until I installed and ran Samba from the ports collection. Now, apparen

Re: Problems with High Point Tech RocketRaid 1640

2005-03-24 Thread Thomas M. Skeren III
Hey John... Had many problems with operations and the amd 64 kernel. I switched to the i386 kernel and have had no problems. John Barbieri wrote: Good evening. Recently I setup a free bsd 5.3-amd64 box with dual opterons and 1GB of ram. I constructed a RAID 5 array using the HPT rocketraid 164

Re: bge and checksums

2005-03-24 Thread Boris Kovalenko
Kelly Yancey wrote: Hello! Arghh... my fault. Thinked that should be documented with bge manual. This really fixes my problem, thanks! Have you tried the -txcsum option described in ifconfig(8)? Kelly -- Kelly Yancey - [EMAIL PROTECTED],FreeBSD.org} - [EMAIL PROTECTED] FreeBSD, The Power