From: David Ford <david@blue-labs.org>
To: Nathan Neulinger <nneul@umr.edu>
Cc: linux-kernel@vger.kernel.org
Subject: Re: Blocking bind to outbound interface?
Date: Mon, 27 Aug 2001 23:23:05 -0400 [thread overview]
Message-ID: <3B8B0E99.3090305@blue-labs.org> (raw)
In-Reply-To: <3B8AFA81.6B10190C@umr.edu>
Use iproute2.
ip route add <network> via <router> src <preferred interface address>
Of course you could more easily make this public IP the primary address
on the interface and the private IP secondary...
There are actually a few ways to skin this cat.
-d
Nathan Neulinger wrote:
>Is there any way to block use of an interface for outbound connections?
>
>I have a host who's primary outbound interface is on a private network
>(using a private address block for our backbone). Unfortunately, this
>means that most applications (those not providing an option to select
>bind address) will bind to this private-net address when establishing
>outbound connections or sending udp packets.
>
>The host has another address which is a publically accessible ip, but
>it's not the default route interface.
>
>Is there any way to hide this interface on the host for ALL outbound
>connections without modifying all applications/app invocations? Or some
>way of overriding the mechanism for selection of default interface.
>
>-- Nathan
>
>------------------------------------------------------------
>Nathan Neulinger EMail: nneul@umr.edu
>University of Missouri - Rolla Phone: (573) 341-4841
>CIS - Systems Programming Fax: (573) 341-4216
>-
>To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
>the body of a message to majordomo@vger.kernel.org
>More majordomo info at http://vger.kernel.org/majordomo-info.html
>Please read the FAQ at http://www.tux.org/lkml/
>
--
>:>
I may have the information you need and I may choose only HTML. It's up to you.
prev parent reply other threads:[~2001-08-28 3:23 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2001-08-28 1:57 Blocking bind to outbound interface? Nathan Neulinger
2001-08-28 3:22 ` David Ford
2001-08-28 3:23 ` David Ford [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=3B8B0E99.3090305@blue-labs.org \
--to=david@blue-labs.org \
--cc=linux-kernel@vger.kernel.org \
--cc=nneul@umr.edu \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.