New Config of Jails & 4 port NIC with 6.2 stable

2007-04-19 Thread webmaster
Hello Everyone! A FreeBSD Grasshopper needs help. PIII 1Ghz. 1/2 gig ram two 80 gig drives One 4 port D-link NIC. Freebsd 6.2 stable +Gnome & Xorg, webmin installed I have comcast with a Netgear wireless router like to configure the above with Jails My aim is local DNS, DHCP, Apache1.3, MySQ

Re: rtentry and rtrequest

2007-04-19 Thread Peter Jeremy
On 2007-Apr-19 23:50:00 +1000, Alan Garfield <[EMAIL PROTECTED]> wrote: >debug1: Local version string SSH-2.0-OpenSSH_3.4p1 >debug1: SSH2_MSG_KEXINIT sent >d475 078f 7eae aef6 >Disconnecting: Bad packet length -730527857. >debug1: Calling cleanup 0x1001fc68(0x0) >localhost $ 'Bad packet length'

Re: rtentry and rtrequest

2007-04-19 Thread Yar Tikhiy
On Thu, Apr 19, 2007 at 11:50:00PM +1000, Alan Garfield wrote: [...] > > BUT! Now I have a weird bug. > > SSH on the SP whinges about :- > > > localhost $ ssh -v 169.254.101.3 > OpenSSH_3.4p1, SSH protocols 1.5/2.0, OpenSSL 0x0090703f > debug1: Reading configuration data /etc/ssh/ssh_config

Re: wpi driver.

2007-04-19 Thread Orum
Stefan, I've gotten it to work on 6.2, but you need to get the patched version (specifically made for 6.2) from this location: http://www.bsdmon.com/download/20070121-wpi-freebsd.tar.gz You will also need to install the wpi-firmware port (not in the ports tree yet) from a later official release.

Re: rtentry and rtrequest

2007-04-19 Thread Alan Garfield
On Thu, 2007-04-19 at 15:38 +0400, Yar Tikhiy wrote: > inet 127.0.0.1 netmask 0xff00 > > jnet0: flags=845 mtu 241 > > inet 169.254.101.3 netmask 0x > > ether 00:09:3d:00:00:03 > > Note that jnet0 has no broadcast address. That should be wrong for > an Ethern

Re: Hang up/down re0:

2007-04-19 Thread Prokofiev S.P.
Thanks for commit ! Problem with vlanhwtag is not only with ssh... I experimented also with ftp: upload - 1-3 KB/s download - 10 MB/s And here experiment with iperf: freebsd - server with re0 logos - server with fxp0 freebsd>[13:18:22]#>iperf -s

wpi driver.

2007-04-19 Thread Stefan Lambrev
Hello, Are there any news about wpi driver ? Something that can be compiled on freebsd 6.2 stable ? I tried the latest drivers from http://www.clearchain.com/~benjsc/download, but no success :( I tried and from perforce but I've got this error: # make Warning: Object directory not changed fro

Re: rtentry and rtrequest

2007-04-19 Thread Yar Tikhiy
On Thu, Apr 19, 2007 at 07:51:13PM +1000, Alan Garfield wrote: [...] > > > > I beginning to think the ARP issue is a symptom not the cause. The cause > > > may well be something is wrong with my initialisation of the output > > > queue and my handling of the de-queueing packets. I've looked at man

Re: rtentry and rtrequest

2007-04-19 Thread Alan Garfield
On Thu, 2007-04-19 at 13:38 +0400, Yar Tikhiy wrote: > > > > > // Configure the structure for the device > > ifp->if_softc = sc; > > if_initname(ifp, device_get_name(dev), device_get_unit(dev)); > > > > // Function pointers > > ifp->if_start

Re: rtentry and rtrequest

2007-04-19 Thread Yar Tikhiy
On Thu, Apr 19, 2007 at 06:54:23PM +1000, Alan Garfield wrote: > On Thu, 2007-04-19 at 11:35 +0400, Yar Tikhiy wrote: > > > > ... and I get these ARP errors. > > > > > > > > > jnet0: port 0xa8,0xae-0xaf irq 19 on > > > acpi0 > > > jnet0: Ethernet address: 00:09:3d:00:00:03 > > > jnet0: jnet

Re: rtentry and rtrequest

2007-04-19 Thread Alan Garfield
On Thu, 2007-04-19 at 11:35 +0400, Yar Tikhiy wrote: > > ... and I get these ARP errors. > > > > > > jnet0: port 0xa8,0xae-0xaf irq 19 on > > acpi0 > > jnet0: Ethernet address: 00:09:3d:00:00:03 > > jnet0: jnet_start_locked() called. > > jnet0: m == 0. > > jnet0: RTM_ADD. > > arplookup 169

Re: rtentry and rtrequest

2007-04-19 Thread Yar Tikhiy
On Thu, Apr 19, 2007 at 11:56:54AM +1000, Alan Garfield wrote: > On Wed, 2007-04-18 at 16:06 +0400, Yar Tikhiy wrote: > > > > > I just want an idea of the structures involved, and what I need to > > > implement to intercept and injecting a fake MAC so my buffer driver can > > > communicate with t