PDA

View Full Version : Fedora 8 dot1q trunk to cisco switch


solost
11th April 2008, 08:59 PM
Hi.

I'm trying to create a trunk port to carry multiple vlan traffic from fedora box to cisco switch.. I am just getting started.. I'm using an additional interface for this, so this is what I have done so far.. After creating the ifcfg files I restarted network services.. I am unable to ping my default GW. Has anyone successfully done this? The cisco switch is configured properly. Thx in advance..

[root@ACE-SVR1 network-scripts]# more ifcfg-eth1
# Broadcom Corporation NetXtreme BCM5704 Gigabit Ethernet
DEVICE=eth1
ONBOOT=yes

[root@ACE-SVR1 network-scripts]# more ifcfg-eth1:411
DEVICE=eth1:411
BOOTPROTO=static
HWADDR=00:17:08:59:AE:FC
BROADCAST=10.34.29.15
IPADDR=10.34.29.2
NETMASK=255.255.255.240
NETWORK=10.34.29.0
ONBOOT=yes
VLAN=yes
TYPE=Ethernet

solost
11th April 2008, 09:57 PM
nm.. figured it out.. found example here
http://www.mysidenotes.com/?p=14