Re: Debugging a simple net problem

2006-01-12 Thread G Bryant
Ian wrote: I have a fresh install of 6.0-RELEASE on an old PII-450 machine I had lying around. It didn't have built-in Ethernet so I put in an old 3Com Etherlink III ISA card into the remaining ISA slot. I can get an address via DHCP from my router, but I can't ping the router. I can ping 127.

Re[2]: Automatic VLANS

2006-01-12 Thread Vitaliy Ovsyannikov
Hello, Anton. On 12 января 2006 г., 15:10:43: > test6:~# ifconfig sk0.2 create > test6:~# ifconfig sk0.2 > sk0.2: flags=8842 mtu 1500 > ether 00:0f:ea:a1:93:7c > media: Ethernet autoselect (100baseTX ) > status: active > vlan: 2 parent interface: sk0 > test6:~# unam

RE: Debugging a simple net problem

2006-01-12 Thread Donatas Gendvilas
i've had similar problem with an old 3com nic two days ago - ping worked in simplex mode(can see me, but i can't see a thing). try ifconfig xl0 media 100BaseTX mediaopt full-duplex or ifconfig xl0 media auto also, sometimes after power failure switch goes mad (some cheap trendnet) - then i must do

Re: Automatic VLANS

2006-01-12 Thread Marcin Jessa
On Thu, 12 Jan 2006 14:42:41 +0700 Vitaliy Ovsyannikov <[EMAIL PROTECTED]> wrote: > Hello, freebsd-net. Hi Vitaly > Does Automatic VLANS works? > It is was described in > http://people.freebsd.org/~andre/FreeBSD-5.3-Networking.pdf > > # ifconfig em0.1 inet 10.90.90.200/24 > ifconfig: interface e

Re: Automatic VLANS

2006-01-12 Thread Andrew Thompson
On Thu, Jan 12, 2006 at 10:58:08AM +0100, Marcin Jessa wrote: > On Thu, 12 Jan 2006 14:42:41 +0700 > Vitaliy Ovsyannikov <[EMAIL PROTECTED]> wrote: > > Does Automatic VLANS works? > > It is was described in > > http://people.freebsd.org/~andre/FreeBSD-5.3-Networking.pdf > > > > # ifconfig em0.1 in

Re: Automatic VLANS

2006-01-12 Thread Marcin Jessa
On Thu, 12 Jan 2006 23:16:16 +1300 Andrew Thompson <[EMAIL PROTECTED]> wrote: > On Thu, Jan 12, 2006 at 10:58:08AM +0100, Marcin Jessa wrote: > > On Thu, 12 Jan 2006 14:42:41 +0700 > > Vitaliy Ovsyannikov <[EMAIL PROTECTED]> wrote: > > > Does Automatic VLANS works? > > > It is was described in > >

Re: Automatic VLANS

2006-01-12 Thread Andrew Thompson
On Thu, Jan 12, 2006 at 10:23:09AM +, Marcin Jessa wrote: > On Thu, 12 Jan 2006 23:16:16 +1300 > > > > Run > > > ifconfig vlan0 create > > > ifconfig vlan0 destroy > > > to create or remove vlan0 interface. > > > > > > You can also rename your vlan0 interface so it will be more descriptive >

(no subject)

2006-01-12 Thread litgle
___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Re: Help with CARP implementation

2006-01-12 Thread Gleb Smirnoff
On Wed, Jan 11, 2006 at 03:16:25PM -0200, Tiago Cruz wrote: T> I'm novice in redundancy world, but I've read all documentation that I T> can, like manpages, FAQ from OpenBSD.org and anothers but I still T> without make my router redundancy works :( T> T> My interfaces are this: T> T> Master: T> x

Re: if_bridge FreeBSD 6.0 on a Broadcom interface not working

2006-01-12 Thread Igor Madera Sepúlveda
Hi, I suggest you to try the following, and see if it works: 1. Do not start any interface neither the bridge via the file /etc/rc.conf ... this means, you should start your box without any ifconfig_em0="" line in rc.conf 2. Once started, check that only lo0 interface (local one) be listed when

Re: Help with CARP implementation

2006-01-12 Thread Tiago Cruz
On Thu, 2006-01-12 at 18:45 +0300, Gleb Smirnoff wrote: > There are examples in 'man 4 carp'. Yes, I've read all the FAQ from OpenBSD from CARP, man pages of carp and pfsync. But the better article about this I found here: http://www.samag.com/documents/s=9658/sam0505e/ Following this I can do

Re: Automatic VLANS

2006-01-12 Thread Brooks Davis
On Thu, Jan 12, 2006 at 11:31:26PM +1300, Andrew Thompson wrote: > On Thu, Jan 12, 2006 at 10:23:09AM +, Marcin Jessa wrote: > > On Thu, 12 Jan 2006 23:16:16 +1300 > > > > > > Run > > > > ifconfig vlan0 create > > > > ifconfig vlan0 destroy > > > > to create or remove vlan0 interface. > > > >

mgetty+pppd dialin problem

2006-01-12 Thread d . s . polyakov
Hi All! I`ve installed from the ports mgetty+sendfax on FreeBSD 6.0., pppd been also configured (options,pap-secrets,chap-secrets). My server has 2 ethernet interfaces 172.20.0.0/16 and 1 ethernet interface configured for the real ip+natd mgetty running due to 'ps aux' and when i try to connect w

Re: if_bridge FreeBSD 6.0 on a Broadcom interface not working

2006-01-12 Thread Andrew Thompson
On Wed, Jan 11, 2006 at 12:19:05PM -0500, Bruce Walker wrote: > David Leimbach wrote: > > >I tried to duplicate this configuration on a dual opteron machine that has > >Broadcom adapters and when I add the bge0 or bge1 interfaces to the bridge0 > >iface that I create I lose all connectivity. The

Re: if_bridge FreeBSD 6.0 on a Broadcom interface not working

2006-01-12 Thread Bruce Walker
Andrew Thompson wrote: On Wed, Jan 11, 2006 at 12:19:05PM -0500, Bruce Walker wrote: As soon as I boot up with em0 and em1 added to the bridge0 interface, I lose IP connectivity. Interestingly, I can ping hosts by IP address. But all attempts to do anything else, eg NTP, DNS or ssh are fut

sized data in struct ifreq

2006-01-12 Thread Brooks Davis
I'd like to introduce a new entry in the union in struct ifreq containing a pointer and a size. It would be used in place of ifr_data in new ioctls. The problem with the ifr_data (pseudo) member is that it encourages interfaces that encode the size of the data being passed implicitly in the kerne