From owner-freebsd-questions@FreeBSD.ORG Tue Feb 18 06:51:00 2014 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 01FDF307 for ; Tue, 18 Feb 2014 06:51:00 +0000 (UTC) Received: from mail-la0-x231.google.com (mail-la0-x231.google.com [IPv6:2a00:1450:4010:c03::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 802521362 for ; Tue, 18 Feb 2014 06:50:59 +0000 (UTC) Received: by mail-la0-f49.google.com with SMTP id y1so11691049lam.22 for ; Mon, 17 Feb 2014 22:50:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=Za8forQeKP8bdBaQRLlgwt+L/N4kzW8I3SIAM1EOIms=; b=ZVhqtvt0h0vrGFf/4991XqxumFLpLcEJAy2b9QTwOvE6S38OQB+LV4sJnSortvYeYh t78v4OTQF32o0rbStHikrVKcFSR22JtNTITlXKqOb5oEAJdJXw3k7rUN6ngJcakdMWnr cZ3K96a0DFb1VfWtcsigh+6XsF6cdpeLR14Z82VlTsjLOzCLGzSqL1EHy8uMPUcWFN8E 3aCQhsxbVUyniG3DUO0rM2y6Me65acDzGwv/WHm17LW2LkPK4dMIQyxsTNyh/ao4ErPt RYPXKfb5A6AypVBcWrm1okMGUgZqy7HRnQv6vNIaZKfZvMQRUUQxa2QPz8l71g8rfAbN QQLw== MIME-Version: 1.0 X-Received: by 10.112.201.164 with SMTP id kb4mr19227620lbc.32.1392706257183; Mon, 17 Feb 2014 22:50:57 -0800 (PST) Received: by 10.112.5.193 with HTTP; Mon, 17 Feb 2014 22:50:57 -0800 (PST) Date: Tue, 18 Feb 2014 10:20:57 +0330 Message-ID: Subject: gre tunnel doesn't create From: s m To: freebsd-questions Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.17 X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Feb 2014 06:51:00 -0000 hello all i have freebsd 9.2 which is customized. now when i want to create gre tunnel and run "ifconfig gre0 create" command, this error is shown: ifconfig: SIOCIFCREATE2: Invalid argument i check this command on a fresh freebsd 9.2 and it works so my changes cause this. i have many changes on my freebsd (install many services, optimize kernel and ...) and i need all of them. do you have any suggestion what change causes this error? or how can i fix it in order to be able to create a gre tunnel? thanks in advance, Sam