Re: Problems with vlan + carp + alias

2008-06-19 Thread Giulio Ferro
Han Hwei Woo wrote: Hi Giulio, Since the IP's are on the same subnet, you should try using a netmask of 255.255.255.255 on the aliases. Hi Han, Sorry no, changing the mask to 255.255.255.255 of the aliases doesn't change the situation. Anyway exactly the same configuration works with

Re: kern/124753: net80211 discards power-save queue packets early

2008-06-19 Thread remko
Synopsis: net80211 discards power-save queue packets early Responsible-Changed-From-To: freebsd-i386-freebsd-net Responsible-Changed-By: remko Responsible-Changed-When: Thu Jun 19 10:29:47 UTC 2008 Responsible-Changed-Why: reassign to networking team.

Re: Problems with vlan + carp + alias

2008-06-19 Thread Primeroz lists
Hi , I think you should setup ALL the carp address as alias/32 , like this: ifconfig_carp10=vhid 10 pass qweq 192.168.10.10 netmask 255.255.255.255http://255.255.255.0/ ifconfig_carp10_alias0=192.168.10.11 netmask 255.255.255.255http://255.255.255.0/ ... ifconfig_carp10_aliasN=192.168.10.N

Re: Problems with vlan + carp + alias

2008-06-19 Thread Giulio Ferro
Primeroz lists wrote: Hi , I think you should setup ALL the carp address as alias/32 , like this: ifconfig_carp10=vhid 10 pass qweq 192.168.10.10 http://192.168.10.10/ netmask 255.255.255.255 http://255.255.255.0/ ifconfig_carp10_alias0=192.168.10.11 http://192.168.10.11/ netmask

Re: Problems with vlan + carp + alias

2008-06-19 Thread Primeroz lists
What is tcpdump showing for ping on 192.168.10.11 ? can you see echo reply exiting vlan10 interface ? what if you try from your server to ping -S 192.168.10.11 192.168.10.254 ? Hi Primeroz, thanks for your answer. I set all the carp interfaces, both base and alias, to the

SCP/SFTP Brain Fart

2008-06-19 Thread Tony Holmes
Ok, I'm having a n00b moment here. I have jails and dedicated servers set up with various FreeBSD flavours (4.11, 6.2, 7) on i386 and amd64. Some systems I have no problems with scp/sftping to. Others I get this: [EMAIL PROTECTED] ~ 7:49am scp foo.tar.gz [EMAIL PROTECTED]:~/ Password: stty:

Re: SCP/SFTP Brain Fart

2008-06-19 Thread Tony Holmes
It seems that your shell profile executes stty(1) even for non-interactive shells. That is wrong. Make sure that you shell profiles and rc files do not call stty or produce any output for non-interactive sessions. Such output confuses scp. So obvious! The offender: .login stty erase 

Re: kern/124753: net80211 discards power-save queue packets early

2008-06-19 Thread Sepherosa Ziehau
On Thu, Jun 19, 2008 at 6:30 PM, [EMAIL PROTECTED] wrote: Synopsis: net80211 discards power-save queue packets early Responsible-Changed-From-To: freebsd-i386-freebsd-net Responsible-Changed-By: remko Responsible-Changed-When: Thu Jun 19 10:29:47 UTC 2008 Responsible-Changed-Why: reassign

Re: SCP/SFTP Brain Fart

2008-06-19 Thread Oliver Fromme
Tony Holmes wrote: I have jails and dedicated servers set up with various FreeBSD flavours (4.11, 6.2, 7) on i386 and amd64. Some systems I have no problems with scp/sftping to. Others I get this: [EMAIL PROTECTED] ~ 7:49am scp foo.tar.gz [EMAIL PROTECTED]:~/ Password: stty:

Re: CARP + multiple addresses

2008-06-19 Thread Oliver Fromme
Peter Jeremy wrote: On 2008-Jun-12 17:26:25 +0200, Oliver Fromme [EMAIL PROTECTED] wrote: So far it seems to work fine with CARP, but now it turned out that I need another address from a different subnet which also needs to access the database. What's the best way to do that? Add a

Re: SCP/SFTP Brain Fart

2008-06-19 Thread Oliver Fromme
Tony Holmes wrote: It seems that your shell profile executes stty(1) even for non-interactive shells. That is wrong. Make sure that you shell profiles and rc files do not call stty or produce any output for non-interactive sessions. Such output confuses scp. So obvious!

Re: CARP + multiple addresses

2008-06-19 Thread Ingo Flaschberger
Hi, problems with carp: *) freebsd only allows 1 route - with a routing-protocol at the ucarp-machine carp can not add the 2nd own route *) carp can/could not use more than 1 subnet *) carp can/could not bind to an interface *) in a router environment carp fails to add routes

Re: Seeking help understanding my emX: watchdog timeout messages

2008-06-19 Thread Jack Vogel
Watchdog reset is an indication that the TX completion did not happen within a reasonable time, it can the symptom of a variety of problems. You list a bunch of settings for polling, is this interface in POLLING mode? Jack On Tue, Jun 17, 2008 at 2:27 PM, Rudy [EMAIL PROTECTED] wrote: I am

Re: Network Instability when upgrading to 4GB of RAM

2008-06-19 Thread Alexander Sack
Paul Haddad wrote: All, As a follow up to myself I installed an Intel PCIe NIC and disabled the on board RTL based one and all my problems went away. Been running with 4GB installed for a couple days now with absolutely no network issues. So seems like there's some problem with RTL

Re: Network Instability when upgrading to 4GB of RAM

2008-06-19 Thread Pyun YongHyeon
On Thu, Jun 19, 2008 at 11:41:32AM -0700, Alexander Sack wrote: Paul Haddad wrote: All, As a follow up to myself I installed an Intel PCIe NIC and disabled the on board RTL based one and all my problems went away. Been running with 4GB installed for a couple days now