netdev.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: feldmaus <feldmann_markus@gmx.de>
To: netdev@vger.kernel.org
Subject: Re: no IPv6 Routers present
Date: Thu, 12 Mar 2009 23:32:27 +0000 (UTC)	[thread overview]
Message-ID: <loom.20090312T232059-421@post.gmane.org> (raw)
In-Reply-To: 49B99811.6050304@hp.com

Vlad Yasevich <vladislav.yasevich <at> hp.com> writes:

> You need to give more information about your interface configurations,
> routes, and any firewall rules.
First of all thank you for your answer,

first i post my specifications if my system works well:
/etc/network/interfaces:
########################################################################
auto lo
iface lo inet loopback

allow-hotplug eth0
iface eth0 inet dhcp

iface dsl-provider inet ppp
    pre-up /sbin/ifconfig eth0 up -arp 0 # line maintained by pppoeconf
    provider dsl-provider
########################################################################

$route -n
########################################################################
Ziel            Router          Genmask         Flags Metric Ref    Use Iface
92.76.224.1     0.0.0.0         255.255.255.255 UH    0      0        0 ppp0
0.0.0.0         0.0.0.0         0.0.0.0         U     0      0        0 ppp0
########################################################################

iptables -L -n -v -->  <http://nopaste.debianforum.de/19638>
firewall for <ppp0> --> <http://nopaste.debianforum.de/19647>
firewall for <eth0> --> <http://nopaste.debianforum.de/19648>

Both firewall script will be started about:
</etc/network/if-up.d/startfirewall> --> <http://nopaste.debianforum.de/19636>
and stoped:
</etc/network/if-post-down.d/stopfirewall> --> <http://nopaste.debianforum.de/19637>

I hope that is not to much. :-)

I post next time a specification which failed !

In both firewall scripts i use:
echo 1 >/proc/sys/net/ipv4/ip_forward
iptables -t nat -A POSTROUTING -o "$DSLIF" -j MASQUERADE

I am not sure whether this could let it fail,
when both script will be executed ?

Regards Markus


  reply	other threads:[~2009-03-12 23:32 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 [this message]
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

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=loom.20090312T232059-421@post.gmane.org \
    --to=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).