|
From: Devil-Linux <dev...@js...> - 2006-10-24 09:38:52
|
Can anyone point me in the right direction to debug this? Thanx /Jacob ----- Original Message ----- From: "cdmiller" <cdm...@ad...> To: <dev...@li...> Sent: Monday, October 23, 2006 5:04 PM Subject: Re: [Devil-Linux-discuss] VLAN driving me mad > We use the tg3 driver with BCM5721 cards on Devil 1.2.9, vlans work fine. > > - cameron > > Devil-Linux wrote: >> I am sad to say I tested it that way first, that is why I tried to add it >> manually. >> >> Still it seem that the tag:ing do not work as I can ping my own IP but >> not >> the >> IP on the other side. >> >> The NIC's I use are 3C966B and I am using them on Fedora where they work >> nicely however can there bee a diffrence in the tg3 driver? >> >> Thanx >> /Jacob >> >> ----- Original Message ----- >> From: "Aaron McDonnell" <aa...@uw...> >> To: <dev...@li...> >> Sent: Monday, October 23, 2006 4:19 PM >> Subject: Re: [Devil-Linux-discuss] VLAN driving me mad >> >> >>> Hi >>> >>> I found the easiest way to do it was to add the VLAN tagging in the >>> /etc/syscfong/nic directory by creating files for each tagged interface >>> required. For example, you might make a file called "ifcfg-vlan16" and >>> have >>> something like the following in it: >>> >>> # >>> # VLAN 16 - Network description >>> # >>> DHCP=no >>> ONBOOT=yes >>> DEVICE=eth0 >>> VLANID=16 >>> IP=172.20.16.4 >>> NETMASK=255.255.255.0 >>> ROUTE="$ROUTE 172.16.0.0/12:172.20.16.1" >>> >>> It will load on boot each time including adding the route. You can >>> create >>> as >>> many of them as needed. The important thing to remember is to bind it >>> to >>> a >>> valid interface and specify the 802.1q tag where it says VLANID=. >>> >>> --Aaron >>> >>> Devil-Linux wrote: >>>> Hi, >>>> >>>> I have been trying to add VLAN to a Devil-Linux installation and I >>>> can't seem to get it to work. >>>> I am using networkcards wich I run VLAN under fedora with and have had >>>> no problems there. >>>> >>>> I have tried to use the config files but they give same result as these >>>> vconfig add eth0 201 >>>> vconfig set_flag vlan201 1 >>>> ip addr add 10.90.5.1/24 broadcast 255.255.255.0 dev vlan201 >>>> ip link set vlan201 up >>>> >>>> >>>> I can ping the 10.90.5.1 but not the other side 10.90.5.254 and that >>>> side can not ping >>>> me either. I am direcly connected to the firewall with the corosponding >>>> VLAN config. >>>> >>>> I have built my own Devil-Linux >>>> >>>> >>>> Anyone got any ideas.. have I missed anything? >>>> >>>> /Jacob >>>> >>>> >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> ------------------------------------------------------------------------- >>>> Using Tomcat but need to do more? Need to support web services, >>>> security? >>>> Get stuff done quickly with pre-integrated technology to make your job >>>> easier >>>> Download IBM WebSphere Application Server v.1.0.1 based on Apache >>>> Geronimo >>>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >>>> >>>> >>>> ------------------------------------------------------------------------ >>>> >>>> _______________________________________________ >>>> Devil-linux-discuss mailing list >>>> Dev...@li... >>>> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >>> >>> ------------------------------------------------------------------------- >>> Using Tomcat but need to do more? Need to support web services, >>> security? >>> Get stuff done quickly with pre-integrated technology to make your job >>> easier >>> Download IBM WebSphere Application Server v.1.0.1 based on Apache >>> Geronimo >>> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >>> _______________________________________________ >>> Devil-linux-discuss mailing list >>> Dev...@li... >>> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >> >> >> ------------------------------------------------------------------------- >> Using Tomcat but need to do more? Need to support web services, security? >> Get stuff done quickly with pre-integrated technology to make your job >> easier >> Download IBM WebSphere Application Server v.1.0.1 based on Apache >> Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> Devil-linux-discuss mailing list >> Dev...@li... >> https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss >> > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job > easier > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Devil-linux-discuss mailing list > Dev...@li... > https://lists.sourceforge.net/lists/listinfo/devil-linux-discuss |