|
From: Aaron M. <aa...@uw...> - 2006-10-23 14:55:57
|
I would try putting a 0.0.0.0 in for the IP, just in case; the OS may not treat a blank in the same way. The NICs in the boxes I have are pretty standard Intel 10/100 Ethernet cards. I find I have the least issues with the Intels (and these are fairly old - about 5 years). --Aaron Devil-Linux wrote: > I use the driver tg3 and I left the IP= blank other than that the same :( > > Can I ask wich NIC's you use I am guessing there is something with the tg3 > driver doing this. > > /Jacob > > > ----- Original Message ----- > From: "Aaron McDonnell" <aa...@uw...> > To: <dev...@li...> > Sent: Monday, October 23, 2006 4:46 PM > Subject: Re: [Devil-Linux-discuss] VLAN driving me mad > > >> Hi Jacob >> >> It may be having a problem if you did not leave the parent interface's >> configuration blank. Using the eth0 example from before, the file >> ifcfg-eth0 should look like this: >> >> DEVICE=eth0 >> ONBOOT=yes >> MODULE="e100" >> DHCP=no >> IP=0.0.0.0 >> >> Now, depending on the hardware, you may have a different module than e100, >> but it cannot have any other configuration from what I understand or >> tagging >> doesn't function correctly. I have 38 vlans setup on a box this way, >> connected to a Cisco Catalyst 6513 running the IOS with about a year old >> release of DL and, far as I remember, it was supported by default. Hope >> that helps. >> >> --Aaron >> >> 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 > > > ------------------------------------------------------------------------- > 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 |