RE: Looking for a Broadcom BCM5704 datasheet

2004-05-14 Thread Don Bowman
From: Ruslan Ermilov [mailto:[EMAIL PROTECTED] > On Fri, May 14, 2004 at 09:40:07AM -0700, Paul Saab wrote: > > Ruslan Ermilov wrote: > > > > >Dear networkers, > > > > > >I'm looking for a Broadcom BCM5704[S] technical datasheet. > If anyone has > > >such a beast, or knows how one could obtain i

Transparent Bridging Admin Interface

2004-05-14 Thread russ
Hi folks, I was searching the through the archives and found this question which seams to be describing a similar problem I am having, I did not find a reply or answer to it though. So I would like to ask the question again as it seams to very close to mine and I would imagine it must be resolveab

Re: Looking for a Broadcom BCM5704 datasheet

2004-05-14 Thread Ruslan Ermilov
On Fri, May 14, 2004 at 09:40:07AM -0700, Paul Saab wrote: > Ruslan Ermilov wrote: > > >Dear networkers, > > > >I'm looking for a Broadcom BCM5704[S] technical datasheet. If anyone has > >such a beast, or knows how one could obtain it, please let me know. > > > > > > > As john pointed out, you c

Re: Looking for a Broadcom BCM5704 datasheet

2004-05-14 Thread Paul Saab
Ruslan Ermilov wrote: Dear networkers, I'm looking for a Broadcom BCM5704[S] technical datasheet. If anyone has such a beast, or knows how one could obtain it, please let me know. As john pointed out, you can only get this under NDA from broadcom. What exactly are you trying to solve? I ha

RE: Looking for a Broadcom BCM5704 datasheet

2004-05-14 Thread John Polstra
On 13-May-2004 Ruslan Ermilov wrote: > > I'm looking for a Broadcom BCM5704[S] technical datasheet. If anyone has > such a beast, or knows how one could obtain it, please let me know. Broadcom only provides them under NDA. John ___ [EMAIL PROTECTED] m

Re: Dlink DSL router doesn't like FreeBSD

2004-05-14 Thread Vladimir Terziev
Try connection to the router via SSHv1 protocol and without X11 forwarding. I had similar problems with Cisco routers with old Cisco IOS. They liked only SSH connections via SSHv1 and without X11 forwarding. Best regards, Vladimir On Fri, 14 May 2004 13:12:33 +0200 (CEST) Konr

Re: Dlink DSL router doesn't like FreeBSD

2004-05-14 Thread Konrad Heuer
On Fri, 14 May 2004, Walter C. Pelissero wrote: > I'm trying to make work a D-Link 504T DSL router/switch with FreeBSD > 5.2.1-RELEASE-p6. > > I've already realised that IPv6 is not supported by the router so I > compiled an IPv4-only kernel and got to work DNS, HTTP, and FTP. > > My problem is t

Dlink DSL router doesn't like FreeBSD

2004-05-14 Thread Walter C. Pelissero
I'm trying to make work a D-Link 504T DSL router/switch with FreeBSD 5.2.1-RELEASE-p6. I've already realised that IPv6 is not supported by the router so I compiled an IPv4-only kernel and got to work DNS, HTTP, and FTP. My problem is that ssh and telnet don't work. I get as far as the Password p

Re: 'struct ifnet' question!

2004-05-14 Thread Artis Caune
Thanks, event handlers looks very trivial to implement. My thoughts was: userland read rules and check if interface exist with: 'if_nametoindex(interface)' call. kernel stores rules without any knowledge about interface name or direction, because I use seperate decision tree for every interfac