Re: Discrepancy on netstat -w x -I and what Cisco reports

2008-05-12 Thread Stefan Lambrev
Greetings, I just have a question: is "netstat -w 100 lagg0" a typo ? If you want to see the traffic only on single interface you should use -I I do not know if this is bug, but netstat -w 100 something_non_existing works on my bsd and just shows "Total" So may be from here comes the confu

FreeBSD 4.9 - NIS Authentication Problem (SSHD Illegal User ERROR)

2008-05-12 Thread David Kramer
**IF this is the wrong list for this topic please let me know which list I should post network services issues to. I am relatively new to FreeBSD but have quite a bit of experience with NIS on Linux. I am currently working on connecting a FreeBSD 4.9 client connection to NIS server running on

Re: FreeBSD 4.9 - NIS Authentication Problem (SSHD Illegal User ERROR)

2008-05-12 Thread Volker Jahns
David Kramer schrieb: I am currently working on connecting a FreeBSD 4.9 client connection to NIS server running on OpenBSD 3.9. The ypcat commands are working and I can see the passwd and group files, however when I attempt to login to the machine I keep getting SSHD Illegal User Errors. As

how to identify a PHY?

2008-05-12 Thread Volker
Hi! >From the bugbusting front, I'm often seeing network related issues with unknown (new) PHYs. Can please somebody explain me how one is able to identify what kind of PHY interface is build into a system? Does pciconf output provide some piece of information which leads into getting PHY informa

Current problem reports assigned to freebsd-net@FreeBSD.org

2008-05-12 Thread FreeBSD bugmaster
Current FreeBSD problem reports Critical problems Serious problems S Tracker Resp. Description o kern/35442 net[sis] [patch] Problem transmitting runts in if_sis dri a kern/38554 netchang

Re: how to identify a PHY?

2008-05-12 Thread Marius Strobl
On Mon, May 12, 2008 at 12:35:59PM +0200, Volker wrote: > Hi! > > >From the bugbusting front, I'm often seeing network related issues with > unknown (new) PHYs. > > Can please somebody explain me how one is able to identify what kind of > PHY interface is build into a system? Does pciconf output

Re: FreeBSD 4.9 - NIS Authentication Problem (SSHD Illegal User ERROR)

2008-05-12 Thread Artyom Viklenko
David Kramer wrote: **IF this is the wrong list for this topic please let me know which list I should post network services issues to. I am relatively new to FreeBSD but have quite a bit of experience with NIS on Linux. I am currently working on connecting a FreeBSD 4.9 client connection to

Re: how to identify a PHY?

2008-05-12 Thread Volker
On 05/12/08 13:19, Marius Strobl wrote: > On Mon, May 12, 2008 at 12:35:59PM +0200, Volker wrote: >> Hi! >> >> >From the bugbusting front, I'm often seeing network related issues with >> unknown (new) PHYs. >> >> Can please somebody explain me how one is able to identify what kind of >> PHY interfa

Re: how to identify a PHY?

2008-05-12 Thread Volker
On 05/12/08 13:45, Bruce M. Simpson wrote: > Marius Strobl wrote: >> If the system is running the simplest thing in order to identifiy >> the PHYs is to check the oui= and model= output of `devinfo -v`. >> Otherwise boot verbose and check the OUI and model output of ukphy(4). >> > > There's a p

Re: how to identify a PHY?

2008-05-12 Thread Bruce M. Simpson
Marius Strobl wrote: If the system is running the simplest thing in order to identifiy the PHYs is to check the oui= and model= output of `devinfo -v`. Otherwise boot verbose and check the OUI and model output of ukphy(4). There's a project for someone in there I'm sure. Linux has mii-tool

Re: how to identify a PHY?

2008-05-12 Thread Bruce M. Simpson
Volker wrote: ... In short my original question better reads as "how do I know the kind of phy if no driver has been attached". Can one retrieve that information out of a verbose boot dmesg (from probing messages)? You can't determine which PHY is in use unless a driver is attached, because

Re: how to identify a PHY?

2008-05-12 Thread Marius Strobl
On Mon, May 12, 2008 at 01:55:34PM +0200, Volker wrote: > On 05/12/08 13:19, Marius Strobl wrote: > > On Mon, May 12, 2008 at 12:35:59PM +0200, Volker wrote: > >> Hi! > >> > >> >From the bugbusting front, I'm often seeing network related issues with > >> unknown (new) PHYs. > >> > >> Can please som

PF NAT and IPSec (ESP) not working

2008-05-12 Thread Slawek Zak
Hi, I probably do something wrong, and I can't seem to get NAT in PF working with IPSec tunnel mode. Here's the network diagram: (172.16.0.0/16) internal network-- remote end of tunnel AA.AA.AA.AA --- XX.XX.XX.XX re0 (Internet) - enc (IPSec) ZZ.ZZ.ZZ.ZZ gif1 --- tun0 --- YY.YY.YY.YY

Re: read() returns ETIMEDOUT on steady TCP connection

2008-05-12 Thread Andre Oppermann
Tim Gebbett wrote: Hi Andre, did some careful testing yesterday and last night. I seem to be still hitting an unknown buffer although the probem is much alleviated. The system achieved a 7hour run at 500mbit where ETIMEDOUT occured. I was feeding 11 other streams to the server whos counters sho

Re: if_bridge with two subnets

2008-05-12 Thread H.fazaeli
Jay L. T. Cornwall wrote: H.fazaeli wrote: The bridge works as it should: It receives packets from XX.XX.XXX.YYY on the interface connected to the switch, and forwards them on the interface connected to the gateway. The problem is that forwarding between subnets is the responsibility of your

Re: kern/123603: [tcp] tcp_do_segment and Received duplicate SYN

2008-05-12 Thread linimon
Old Synopsis: tcp_do_segment and Received duplicate SYN New Synopsis: [tcp] tcp_do_segment and Received duplicate SYN Responsible-Changed-From-To: freebsd-amd64->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Mon May 12 17:42:04 UTC 2008 Responsible-Changed-Why: Over to mai

Re: Discrepancy on netstat -w x -I and what Cisco reports

2008-05-12 Thread Paul
Yes it was a typo I meant -w -I It just doesn't add up to what the switch is seeing, and it's directly connected and the traffic can't be going anywhere else. Stefan Lambrev wrote: Greetings, I just have a question: is "netstat -w 100 lagg0" a typo ? If you want to see the traffic only on

Re: FreeBSD 4.9 - NIS Authentication Problem (SSHD Illegal User ERROR)

2008-05-12 Thread David Kramer
Thank you all for your responses, I have solved my issue. I needed to have Bash installed and setup for the shell to mount properly when the authentication happens. A symbolic link took care of it. Thanks much, DK Volker Jahns wrote: David Kramer schrieb: > I am currently working on conn

Re: kern/123617: [tcp] breaking connection when client downloading files from server

2008-05-12 Thread linimon
Old Synopsis: breaking connection when client downloading files from server New Synopsis: [tcp] breaking connection when client downloading files from server Responsible-Changed-From-To: freebsd-bugs->freebsd-net Responsible-Changed-By: linimon Responsible-Changed-When: Mon May 12 22:43:35 UTC 20