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.
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
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
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
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
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
> >
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
>
___
freebsd-net@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-net
To unsubscribe, send any mail to "[EMAIL PROTECTED]"
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
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
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
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.
> > > >
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
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
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
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
16 matches
Mail list logo