Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 23 Dec 2016 10:48:00 +0000 (UTC)
From:      John Dison <jdison16@yahoo.com>
To:        "freebsd-net@freebsd.org" <freebsd-net@freebsd.org>
Subject:   How to configure another loopback device?
Message-ID:  <1799694948.900229.1482490080295@mail.yahoo.com>
In-Reply-To: <484245134.901856.1482481724608@mail.yahoo.com>
References:  <484245134.901856.1482481724608.ref@mail.yahoo.com> <484245134.901856.1482481724608@mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hello,



I want to configure lo1 loopback device and assign aliases to it via rc.con=
f system (at boot).I also want loopback addresses to remain on lo0.
What I have:ipv6_activate_all_interfaces=3D"YES"ifconfig_lo1_alias0=3D"inet=
 IP4/32"ifconfig_lo1_alias1=3D"inet6 IP6/128"cloned_interfaces=3D"lo1"creat=
e_args_lo1=3D"inet6 auto_linklocal"

As a result I have:
1) inet6 ::1 prefixlen 128 =C2=A0 is configured on lo1 (I want it to stay a=
t lo0)2) IP6 alias is missing from lo1 at all
I can achieve the desired configuration from command line, but I am unable =
to do the same via rc.conf.=C2=A0
Any suggestions?
Thanks.

  =20
From owner-freebsd-net@freebsd.org  Fri Dec 23 13:04:52 2016
Return-Path: <owner-freebsd-net@freebsd.org>
Delivered-To: freebsd-net@mailman.ysv.freebsd.org
Received: from mx1.freebsd.org (mx1.freebsd.org
 [IPv6:2001:1900:2254:206a::19:1])
 by mailman.ysv.freebsd.org (Postfix) with ESMTP id 63B4BC8D5B3
 for <freebsd-net@mailman.ysv.freebsd.org>;
 Fri, 23 Dec 2016 13:04:52 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from kenobi.freebsd.org (kenobi.freebsd.org
 [IPv6:2001:1900:2254:206a::16:76])
 (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits))
 (Client did not present a certificate)
 by mx1.freebsd.org (Postfix) with ESMTPS id 52FDE1C0C
 for <freebsd-net@FreeBSD.org>; Fri, 23 Dec 2016 13:04:52 +0000 (UTC)
 (envelope-from bugzilla-noreply@freebsd.org)
Received: from bugs.freebsd.org ([127.0.1.118])
 by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id uBND4qg0011955
 for <freebsd-net@FreeBSD.org>; Fri, 23 Dec 2016 13:04:52 GMT
 (envelope-from bugzilla-noreply@freebsd.org)
From: bugzilla-noreply@freebsd.org
To: freebsd-net@FreeBSD.org
Subject: [Bug 138046] [tcp] tcp sockets stay in SYN_SENT even after receiving
 RST. never time out as well.
Date: Fri, 23 Dec 2016 13:04:52 +0000
X-Bugzilla-Reason: AssignedTo
X-Bugzilla-Type: changed
X-Bugzilla-Watch-Reason: None
X-Bugzilla-Product: Base System
X-Bugzilla-Component: kern
X-Bugzilla-Version: 8.0-BETA2
X-Bugzilla-Keywords: 
X-Bugzilla-Severity: Affects Only Me
X-Bugzilla-Who: tuexen@freebsd.org
X-Bugzilla-Status: In Progress
X-Bugzilla-Resolution: 
X-Bugzilla-Priority: Normal
X-Bugzilla-Assigned-To: freebsd-net@FreeBSD.org
X-Bugzilla-Flags: 
X-Bugzilla-Changed-Fields: cc
Message-ID: <bug-138046-2472-LGYvUTNs6q@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-138046-2472@https.bugs.freebsd.org/bugzilla/>
References: <bug-138046-2472@https.bugs.freebsd.org/bugzilla/>
Content-Type: text/plain; charset="UTF-8"
Content-Transfer-Encoding: quoted-printable
X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/
Auto-Submitted: auto-generated
MIME-Version: 1.0
X-BeenThere: freebsd-net@freebsd.org
X-Mailman-Version: 2.1.23
Precedence: list
List-Id: Networking and TCP/IP with FreeBSD <freebsd-net.freebsd.org>
List-Unsubscribe: <https://lists.freebsd.org/mailman/options/freebsd-net>,
 <mailto:freebsd-net-request@freebsd.org?subject=unsubscribe>
List-Archive: <http://lists.freebsd.org/pipermail/freebsd-net/>;
List-Post: <mailto:freebsd-net@freebsd.org>
List-Help: <mailto:freebsd-net-request@freebsd.org?subject=help>
List-Subscribe: <https://lists.freebsd.org/mailman/listinfo/freebsd-net>,
 <mailto:freebsd-net-request@freebsd.org?subject=subscribe>
X-List-Received-Date: Fri, 23 Dec 2016 13:04:52 -0000

https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D138046

Michael Tuexen <tuexen@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |tuexen@freebsd.org

--- Comment #4 from Michael Tuexen <tuexen@freebsd.org> ---
Hi Hiren,

if the response to the SYN is a pure RST (without an ACK bit set), it shoul=
d be
ignored. If it is a RST-ACK, it should be accepted if and only if it acks t=
he
SYN.

This is tested in
https://github.com/freebsd-net/tcp-testsuite/blob/master/state-event-engine=
/rcv-rst-syn-sent/README.md
and
https://github.com/freebsd-net/tcp-testsuite/blob/master/state-event-engine=
/rcv-rst-ack-syn-sent/README.md.

I found no issues using the test scripts.

Best regards
Michael

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1799694948.900229.1482490080295>