* shared IP
@ 2002-12-10 21:06 EB3CZS Xavier Crehueras
2002-12-10 21:21 ` pa3gcu
0 siblings, 1 reply; 2+ messages in thread
From: EB3CZS Xavier Crehueras @ 2002-12-10 21:06 UTC (permalink / raw)
To: linux-hams
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
--
73 de Xavi EB3CZS
JN11bl
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: shared IP
2002-12-10 21:06 shared IP EB3CZS Xavier Crehueras
@ 2002-12-10 21:21 ` pa3gcu
0 siblings, 0 replies; 2+ messages in thread
From: pa3gcu @ 2002-12-10 21:21 UTC (permalink / raw)
To: EB3CZS Xavier Crehueras, linux-hams
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/
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-12-10 21:21 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-12-10 21:06 shared IP EB3CZS Xavier Crehueras
2002-12-10 21:21 ` pa3gcu
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.