All of lore.kernel.org
 help / color / mirror / Atom feed
From: gypsy <gypsy@iswest.com>
To: lartc@vger.kernel.org
Subject: Re: [LARTC] ip alias + dsl modem
Date: Thu, 25 Jan 2007 07:04:20 +0000	[thread overview]
Message-ID: <45B85674.9334950F@iswest.com> (raw)
In-Reply-To: <000001c73fca$6a805f10$640a0a0a@eve24>

GodSharp wrote:
> 
> Hi Guys,
> 
> Just wondering for some reason when I switched providers(DSL) IP aliasing
> stopped working. And, I am not sure what kind of modem this is, the previous
> one had some Ethernet ports at the back(it has a bult-in 4 port switch) the
> new doesn't have one, only a single Ethernet port and It is directly
> connected to my Linux box.
> 
> My provider gave me a /24 subnet and 9 useable IP's.
> 
> # ip a s eth2
> 6: eth2: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc pfifo_fast qlen 1000
>     link/ether 00:08:a1:72:c1:f5 brd ff:ff:ff:ff:ff:ff
>     inet xxx.xxx.xxx.50/24 brd xxx.xxx.xxx.255 scope global eth2
>     inet xxx.xxx.xxx.51/24 brd xxx.xxx.xxx.255 scope global secondary eth2
>     inet xxx.xxx.xxx.52/24 brd xxx.xxx.xxx.255 scope global secondary eth2
>     inet xxx.xxx.xxx.53/24 brd xxx.xxx.xxx.255 scope global secondary eth2
>     inet xxx.xxx.xxx.54/24 brd xxx.xxx.xxx.255 scope global secondary eth2
>     inet xxx.xxx.xxx.55/24 brd xxx.xxx.xxx.255 scope global secondary eth2
>     inet xxx.xxx.xxx.56/24 brd xxx.xxx.xxx.255 scope global secondary eth2
>     inet xxx.xxx.xxx.57/24 brd xxx.xxx.xxx.255 scope global secondary eth2
>     inet xxx.xxx.xxx.58/24 brd xxx.xxx.xxx.255 scope global secondary eth2
> 
> -- settings --
> ip link set eth2 up
> ip addr flush dev eth2
> ip addr add xxx.xxx.xxx.50/24 brd xxx.xxx.xxx.255 dev eth2
> ip addr add xxx.xxx.xxx.51/24 brd xxx.xxx.xxx.255 dev eth2
> ip addr add xxx.xxx.xxx.52/24 brd xxx.xxx.xxx.255 dev eth2
> ip addr add xxx.xxx.xxx.53/24 brd xxx.xxx.xxx.255 dev eth2
> ip addr add xxx.xxx.xxx.54/24 brd xxx.xxx.xxx.255 dev eth2
> ip addr add xxx.xxx.xxx.55/24 brd xxx.xxx.xxx.255 dev eth2
> ip addr add xxx.xxx.xxx.56/24 brd xxx.xxx.xxx.255 dev eth2
> ip addr add xxx.xxx.xxx.57/24 brd xxx.xxx.xxx.255 dev eth2
> ip addr add xxx.xxx.xxx.58/24 brd xxx.xxx.xxx.255 dev eth2
> ip route add default via xxx.xxx.xxx.1
> --- end settings ---
> 
> /proc/sys/net/ipv4/ip_forward is 1
> /proc/sys/net/ipv4/ip_dynaddr is 1

My brain refuses to engage this evening, but I think you mean rp_filter,
not ip_dynaddr.
--
buck
_______________________________________________
LARTC mailing list
LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/cgi-bin/mailman/listinfo/lartc

      parent reply	other threads:[~2007-01-25  7:04 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-01-24 15:14 [LARTC] ip alias + dsl modem GodSharp
2007-01-24 21:34 ` Alex Samad
2007-01-25  7:04 ` gypsy [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=45B85674.9334950F@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.