From owner-freebsd-questions@FreeBSD.ORG Wed Jan 19 21:37:05 2005 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8DA3816A4D5 for ; Wed, 19 Jan 2005 21:37:03 +0000 (GMT) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.199]) by mx1.FreeBSD.org (Postfix) with ESMTP id B9C4243D58 for ; Wed, 19 Jan 2005 21:37:02 +0000 (GMT) (envelope-from mbrunstein@gmail.com) Received: by wproxy.gmail.com with SMTP id 58so11728wri for ; Wed, 19 Jan 2005 13:37:02 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:reply-to:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:references; b=Ie2xEJcnRCtRLLs+OKGaIk0Mave3HUCXtLliP+3pPdOT+Oe2EmwIxj8WhrVbSjCiEjMHdeDE38EDDQ83v7CQkykLOk1H7JCVTjkRwtGdys3h9ymAq2sUDAfQaV25l6Jv+GEJ0wIcDl6ntgB+8BQF36wE9Z/l90mxFloUezFx1Eg= Received: by 10.54.28.64 with SMTP id b64mr192780wrb; Wed, 19 Jan 2005 13:37:01 -0800 (PST) Received: by 10.54.3.36 with HTTP; Wed, 19 Jan 2005 13:37:01 -0800 (PST) Message-ID: <598229640501191337b644520@mail.gmail.com> Date: Wed, 19 Jan 2005 18:37:01 -0300 From: Mauricio Brunstein To: Hexren In-Reply-To: <17020225212.20050119222233@hexren.net> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable References: <59822964050119131120fbb88c@mail.gmail.com> <17020225212.20050119222233@hexren.net> cc: freebsd-questions@freebsd.org Subject: =?iso-8859-1?q?Re=3A_Can=B4t_access_a_box_remotely?= X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mauricio Brunstein List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 19 Jan 2005 21:37:06 -0000 Hexren: Thank you for answer so quickly. I discovered that the problem is that ppp is using tun1 in place of tun0 and I am usin a dyndns deamon that is configured to update the ip address of tun0 (this is the interface that I want to use). Why ppp is using tun0??? I gess that something could be wrong in rc.conf. If I do and ssh to the ip address of tun1, I can connect normally. Here is the output of ifconfig: server:~ $ ifconfig rl0: flags=3D8843 mtu 1500 options=3D8 inet 192.168.2.1 netmask 0xffffff00 broadcast 192.168.2.255 inet6 fe80::208:54ff:fe1d:8be5%rl0 prefixlen 64 scopeid 0x1 ether 00:08:54:1d:8b:e5 media: Ethernet autoselect (100baseTX ) status: active fxp0: flags=3D8843 mtu 1500 options=3D8 inet6 fe80::211:11ff:fe85:efa8%fxp0 prefixlen 64 scopeid 0x2 ether 00:11:11:85:ef:a8 media: Ethernet 10baseT/UTP status: active plip0: flags=3D108810 mtu 1500 lo0: flags=3D8049 mtu 16384 inet 127.0.0.1 netmask 0xff000000 inet6 ::1 prefixlen 128 inet6 fe80::1%lo0 prefixlen 64 scopeid 0x4 tun0: flags=3D8051 mtu 1500 Opened by PID 212 tun1: flags=3D8051 mtu 1492 inet 200.127.126.73 --> 200.32.0.42 netmask 0xffffffff Opened by PID 230 pflog0: flags=3D0<> mtu 33208 Thank you for all!!! Mauricio On Wed, 19 Jan 2005 22:22:33 +0100, Hexren wrote: > >Hi to all! >=20 > >I can=B4t access to a box from the internet, using ssh. >=20 > --------------------------------------------- >=20 > Please specify your problem. >=20 > Do you have IP connectivity ? (Do a "ping 216.136.204.117" from the > machine of which you are showing logs here) >=20 > Do you have DNS (Do a "ping www.freebsd.org" ) >=20 > Which error is given out when you try to ssh in from the internet. (try > ssh -v or ssh -vv) >=20 > Hexren >=20 >