From owner-freebsd-net@FreeBSD.ORG Mon Jan 19 03:58:02 2004 Return-Path: Delivered-To: freebsd-net@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id F0EFC16A4CE for ; Mon, 19 Jan 2004 03:58:02 -0800 (PST) Received: from critter.freebsd.dk (critter.freebsd.dk [212.242.86.163]) by mx1.FreeBSD.org (Postfix) with ESMTP id A793D43D45 for ; Mon, 19 Jan 2004 03:58:01 -0800 (PST) (envelope-from phk@phk.freebsd.dk) Received: from critter.freebsd.dk (localhost [127.0.0.1]) by critter.freebsd.dk (8.12.10/8.12.10) with ESMTP id i0JBw0Cf092246; Mon, 19 Jan 2004 12:58:00 +0100 (CET) (envelope-from phk@phk.freebsd.dk) To: Maxim Konovalov From: "Poul-Henning Kamp" In-Reply-To: Your message of "Mon, 19 Jan 2004 14:39:20 +0300." <20040119143315.N81347@news1.macomnet.ru> Date: Mon, 19 Jan 2004 12:58:00 +0100 Message-ID: <92245.1074513480@critter.freebsd.dk> cc: net@freebsd.org Subject: Re: Multihomed UDP server X-BeenThere: freebsd-net@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Networking and TCP/IP with FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 19 Jan 2004 11:58:03 -0000 In message <20040119143315.N81347@news1.macomnet.ru>, Maxim Konovalov writes: >On Mon, 19 Jan 2004, 12:07+0100, Poul-Henning Kamp wrote: > >> Simple question: >> >> Very simple UDP server daemon. >> >> Many clients (connect(2)'ing a socket for each is not an option) >> >> Multihomed machine. >> >> What's the simple trick to replying with the same source-IP as the >> client used as destination-IP ? > >Probably bin/58012 worth to look (Multihomed tftpd enhancement). Yes, >it relies on protocol but still. But that's not a general solution, and it certainly doesn't solve the problem for my application. I'm considering ways to make sendmsg(2)/recvmsg(2) DTRT, and my current candidate is give them a flag bit which says "msg_name has both addresses". -- Poul-Henning Kamp | UNIX since Zilog Zeus 3.20 phk@FreeBSD.ORG | TCP/IP since RFC 956 FreeBSD committer | BSD since 4.3-tahoe Never attribute to malice what can adequately be explained by incompetence.