On Mon, Apr 11, 2005 at 11:08:49AM +0530, Sunil Parolia wrote: > Hi I'm new to vlan. This q may sound absurd, but just wanted to > know can we configure standard linux box as vlan router? If yes can > anybody direct to relevant site for configuration? I'm using > fedora-3 with kernel version of 2.6.9-1.667 http://marc.theaimsgroup.com/?m=105098558615614 Setup 1a described there makes the Linux system a VLAN router. Note however that dhcpd will not function properly unless you add lines: vconfig set_flag eth1.2 1 vconfig set_flag eth1.3 1 to the box A configuration, before starting dhcpd. //Peter