Re: Virtual interfaces and STP

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Here's what I use

[stephan]# more /etc/rc5.d/S11LocalDNS
#!/bin/sh

echo "Setting up 192.168.2.15"
/sbin/ifconfig eth0:1 192.168.2.15  netmask 255.255.255.0

echo "Setting up 192.168.2.16"
/sbin/ifconfig eth0:0 192.168.2.16  netmask 255.255.255.0

Then we'll have another two IP address for this network card, eth0

This sets up a local dns cache server is set up to listen on
192.168.2.15 (the server is configured separately to listen on this
address), and a (authoritative) dns server on 192.168.2.16

Runs at boot time, for runlevel 5.

Stephan


On 9/14/06, Jeff Haran <jharan@xxxxxxxxxxx> wrote:
> -----Original Message-----
> From: linux-net-owner@xxxxxxxxxxxxxxx
> [mailto:linux-net-owner@xxxxxxxxxxxxxxx]On Behalf Of Kenneth Peirce
> Sent: Thursday, September 14, 2006 10:59 AM
> To: linux-net@xxxxxxxxxxxxxxx
> Subject: Virtual interfaces and STP
>
>
> When you declare multiple virtual interfaces on a given
> network card, do
> BPDUs get delivered to each virtual interface?
> Ken

Not an answer to your question, but could someone point me to
documentation describing how one goes about declaring multiple virtual
interfaces on a given network card?

Thanks,

Jeff Haran
Brocade Communications Systems
-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

-
To unsubscribe from this list: send the line "unsubscribe linux-net" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html

[Index of Archives]     [Netdev]     [Ethernet Bridging]     [Linux 802.1Q VLAN]     [Linux Wireless]     [Kernel Newbies]     [Security]     [Linux for Hams]     [Netfilter]     [Git]     [Bugtraq]     [Yosemite News and Information]     [MIPS Linux]     [ARM Linux]     [Linux RAID]     [Linux PCI]     [Linux Admin]     [Samba]

  Powered by Linux