From: pa3gcu <pa3gcu@zeelandnet.nl>
To: EB3CZS Xavier Crehueras <eb3czs@qsl.net>, linux-hams@vger.kernel.org
Subject: Re: shared IP
Date: Tue, 10 Dec 2002 21:21:50 +0000 [thread overview]
Message-ID: <02121021215000.00388@unix.pa3gcu> (raw)
In-Reply-To: <20021210220622.5b72434c.eb3czs@qsl.net>
On Tuesday 10 December 2002 21:06, EB3CZS Xavier Crehueras wrote:
> I read in the AX25-HOWTO that it is possible to have the same IP address in
> all the radio ports but routing must be carefully configured. I have a
> machine with 4 radio ports sharing an IP address. Has anyone tried
> something like this? Can anyone give me some advice to configure routing?
>
> Thank you
I never have used more than one IP on my machine, all interfaces ececpt one
have my 44.ampr.org address, one nic gets assigned via dhcp.
Examples for routing, that is not a wise thing to do without knowing what you
want, however lets say you have 2 different subnets on 2 different interfaces.
ax0 = 44.111.123.0
ax1 = 44.111.321.0
route add -net 44.111.123.0 netmask 255.255.255.0 ax0
route add -net 44.111.321.0 netmask 255.255.255.0 ax1
Take a look at my web site, there are some example there i am sure could help.
--
Regards Richard
pa3gcu@zeelandnet.nl
http://people.zeelandnet.nl/pa3gcu/
prev parent reply other threads:[~2002-12-10 21:21 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-10 21:06 shared IP EB3CZS Xavier Crehueras
2002-12-10 21:21 ` pa3gcu [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=02121021215000.00388@unix.pa3gcu \
--to=pa3gcu@zeelandnet.nl \
--cc=eb3czs@qsl.net \
--cc=linux-hams@vger.kernel.org \
/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.