All of lore.kernel.org
 help / color / mirror / Atom feed
From: gypsy <gypsy@iswest.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] ISP Static IP assinging
Date: Fri, 07 May 2004 14:07:27 +0000	[thread overview]
Message-ID: <409B981F.C0D60AA7@iswest.com> (raw)
In-Reply-To: <200405070820.i478KHP75360@smtp.shellnet.co.uk>

Chris Bolton wrote:
> 
> Not sure if this is the right mailing list for this but its kinda on topic.
It is ADVANCED routing; you have a simple configuration issue, so I hope
you posted more than just here.

> we've installed a linux machine which load balances 2 adsl lines.  The
You left out a critical bit of info:  WHAT DISTRO?  F.E. Slackware does
this in /etc/rc.d/rc.inet1 or /etc/rc/d/rc.inet1.conf

It sure as hell is not doing load balancing if it isn't getting assigned
correct IPs.

> trouble is the ip address assigned to it when it connects isn't anything
> like the static IP addresses they've provided.  
Again, critical info missing: WHAT IP DO YOU GET?

Each Network Interface Card ("NIC" or "eth# where "#" is 0 to n) can
respond to any number of IPs.  This was called "aliasing" (a hit for
your google search) but because these are real IPs, the term alias is
wrong.  You (probably) need only 1 of the 5 IPs for each of the 2 DSLs;
each DSL should be on a different eth#.

>Is there something I have to
> change in order to make use of these addreses?
YOU assign the IPs, not Linux or the DSL device ("modem" or "router" or
whatever terminology). 

You need to read about DHCP and NAT because it is likely that the IP
assigned via DHCP begins with one of the following
10.0
169.254
172.16
192.168
which are NATted, example, internal IPs.

Sorry, but I don't have time this morning to say more.

gypsy
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/

  reply	other threads:[~2004-05-07 14:07 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2004-05-07  8:17 [LARTC] ISP Static IP assinging Chris Bolton
2004-05-07 14:07 ` gypsy [this message]
2004-05-07 15:02 ` FW: " Chris Bolton

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=409B981F.C0D60AA7@iswest.com \
    --to=gypsy@iswest.com \
    --cc=lartc@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.