|
||||||||
ok .. i forgot to say .. i included a up command at the end of the vlan configuration too now .. i`m happy because i got that vlans to work but still bridging on lan + opt1 fails. the station behind the bridge is able to get its dhcp address but i cant ping ou browse any host on the non-bridged part of the network .. whats wrong now ? i also included firewall rule to allow any protocol in any drection from opt1 but it doesnt seem to have any effect. also, i can ping monowall from both sides (lan and opt1) but cant get thought it ... any ideas ? regards, Allan. ----- Original Message ----- From: "Allan D. Piske" <zyryz at terra dot com dot br> To: "Allan D. Piske" <zyryz at zyryz dot net>; <m0n0wall at lists dot m0n0 dot ch> Sent: Thursday, July 29, 2004 6:57 PM Subject: Re: [m0n0wall] 802.1Q VLAN support > Hi, i made a fix for that issue myself .. > > I discovered by testing vlans in freebsd that the parent interface nedds to > set up by ifconfig .. like ifconfig sis0 up, > so i hacked monowall and changed the /etc/inc/interfaces.inc and add the > following : > > at line 63 ( after "$cmd" ... ) > -------------------begin---------------------------- > $cmd2 = "/sbin/ifconfig " . > escapeshellarg($vlan['if']) . " up"; > --------------------end----------------------------- > > at row 77 (after mwexec($cmd); )insert: > -------------------begin------------------------- > mwexec($cmd2); > --------------------end-------------------------- > > this will acomplish bringing up interfaces at boot time. > I hope this got fixed in release 1.1b7. > > regards, > > Allan. > > ----- Original Message ----- > From: "Allan D. Piske" <zyryz at terra dot com dot br> > To: <m0n0wall at lists dot m0n0 dot ch> > Sent: Thursday, July 29, 2004 2:03 PM > Subject: [m0n0wall] 802.1Q VLAN support > > > The Vlan feature is not working the way it should. > Im connecting monowall at a 3com switch 1100 using 802.1q tagged vlans, > one nic, i cant get access to LAN ip configured. > > may it be incompatible with my switch ? shouldn't 802.1q ve a standart and > work with any manufacturer equipment? > > it's maybe buggy kernel ? I tryed it with several nics ( xl, sis, ep ) but > none worked ( generic-pc image ). > > regards, > > Allan > zyryz at zyryz dot net > zyryz at hotmail dot com > > > > > > > |