From owner-freebsd-current@FreeBSD.ORG Thu Mar 14 14:05:40 2013 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9FC36ABA for ; Thu, 14 Mar 2013 14:05:40 +0000 (UTC) (envelope-from kolyasir@gmail.com) Received: from mail-qa0-f54.google.com (mail-qa0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 69B7DEF9 for ; Thu, 14 Mar 2013 14:05:40 +0000 (UTC) Received: by mail-qa0-f54.google.com with SMTP id hg5so1240028qab.6 for ; Thu, 14 Mar 2013 07:05:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:x-received:date:message-id:subject:from:to :content-type; bh=ozV4ivhxJMYWCAddMmUuIXYz6X68JcNnAlWfrTbHPbY=; b=RWQxOmiryy/DEeIkJE1FWUJA13E8FoDQ9TU54/qvf/YwAuIjNdTTkeF9TF9LxL/r+h AjhY+LApa/UMXxZQtTdFvweGOQxsbLZEiuxPBU1GV7h8fIRViPBgzwzWix0dFOLxEr8v x99NAgLk1IqFrn7FhY2S5H041qAgm6xWvbDmc3LyK2a5syPg5PlsLjSba6nThMU1lrkv d+onW+Ar0eKdaXzo2Wjj2K+MuOp1z3QWLt5nA34z1rnrKSvFFSzD4qKC2ghxRXEEwOdI aeZaxOSsYp/+6yM7NMtwz0M549UXASpu/TxMgFhAdsQlnTh9YpAHIbOWeCYWrYJXsFCn f3lg== MIME-Version: 1.0 X-Received: by 10.224.60.15 with SMTP id n15mr3432780qah.45.1363269933967; Thu, 14 Mar 2013 07:05:33 -0700 (PDT) Received: by 10.49.48.197 with HTTP; Thu, 14 Mar 2013 07:05:33 -0700 (PDT) Date: Thu, 14 Mar 2013 10:05:33 -0400 Message-ID: Subject: vlan interface does not repond on untagged packets From: Yasir hussan To: Current Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Mar 2013 14:05:40 -0000 Hi, i am creating and testing vlan using these commands, *ifconfig arge0 192.168.100.10 netmask 255.255.255.0* * * *ifconfig vlan4 create* *ifconfig vlan4 vlandev arge0 vlan 4* *ifconfig vlan4 192.168.1.10 netmask 255.255.255.0* here arge0 is the default interface of my ethernet device, now i want to access vlan4 interface from an other pc which has linux and is dirctly connected to my freebsd machine, now if i try to ping linux machine it will send tagged packets but linux does not recogniz it and leave it, and similarly when i try to ping linux machine to vlan4 interface on freebsd, linux send untagged packets so vlan4 does not response to it. I want that my vlan4 interface could able to recongnize untagged packets and could respond to it Thanks