netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Vlad Yasevich <vladislav.yasevich@hp.com>
To: feldmaus <feldmann_markus@gmx.de>
Cc: netdev@vger.kernel.org
Subject: Re: no IPv6 Routers present
Date: Fri, 13 Mar 2009 11:43:31 -0400	[thread overview]
Message-ID: <49BA7F23.9040204@hp.com> (raw)
In-Reply-To: <loom.20090313T131931-421@post.gmane.org>

feldmaus wrote:
> Vlad Yasevich <vladislav.yasevich <at> hp.com> writes:
> 
>> Get rid of NOARP in you eth0 case, and it should work.
>>
> It seems to better, but i do not know how the <NOARP> comes from ?
> 
> I changed my </etc/network/interfaces> from:
> iface dsl-provider inet ppp
>     pre-up /sbin/ifconfig eth0 up -arp 0# line maintained by pppoeconf
>     provider dsl-provider
> 
> to this one:
> iface dsl-provider inet ppp
>     pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf
>     provider dsl-provider
> 
> Should this the key ?
> 

Aha...  you probably want to add a

	post-down /sbin/ifconfig eth0 arp

So that the next time you configure eth0, it will be able to
arps again.

-vlad

> Regards Markus
> 
> --
> To unsubscribe from this list: send the line "unsubscribe netdev" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> 


      reply	other threads:[~2009-03-13 15:43 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-03-12 21:05 no IPv6 Routers present Markus Feldmann
2009-03-12 21:41 ` Markus Feldmann
2009-03-12 23:17 ` Vlad Yasevich
2009-03-12 23:32   ` feldmaus
2009-03-13  7:37     ` feldmaus
2009-03-13  8:12       ` feldmaus
2009-03-13  8:36   ` feldmaus
2009-03-13 11:55     ` Vlad Yasevich
2009-03-13 13:22       ` feldmaus
2009-03-13 15:43         ` Vlad Yasevich [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=49BA7F23.9040204@hp.com \
    --to=vladislav.yasevich@hp.com \
    --cc=feldmann_markus@gmx.de \
    --cc=netdev@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).