From: Jason Opperisano <opie@817west.com>
To: netfilter@lists.netfilter.org
Subject: Re: IMCP not returning
Date: Sat, 11 Jun 2005 16:24:12 -0400 [thread overview]
Message-ID: <20050611202412.GA10262@bender.817west.com> (raw)
In-Reply-To: <1118507389.18567.3.camel@debianbox>
On Sat, Jun 11, 2005 at 07:29:49PM +0300, Sadus . wrote:
> This is what i'm getting:
>
> debian:~# ip route get locationIP
> locationIP dev eth1 src HostIP
> cache mtu 1500 advmss 1460 hoplimit 64
that's not a complete entry, unless $locationIP is on the same layer 3
subnet as $HostIP.
like this output from my machine on 10.1.1.0/24 with IP 10.1.1.223:
$ ip route get 10.1.1.1
10.1.1.1 dev eth0 src 10.1.1.223
cache mtu 1500 advmss 1460 fragtimeout 64
a route get for an IP address not on the local segment would have a "via
$gateway_IP" part to it:
$ ip route get 4.2.2.2
4.2.2.2 via 10.1.1.1 dev eth0 src 10.1.1.223
cache mtu 1500 advmss 1460 fragtimeout 64
since you're not providing any actual IP information, i can't actually
help you, but if $locationIP is not on the same layer 3 subnet as
$HostIP, or is not *directly* reachable on eth1, someone has added a
faulty route to that box along the lines of this:
ip route add $locationIP dev eth1
instead of:
ip route add $locationIP via $gateway_IP
good luck figuring it out--you have all the tools at your hands now.
-j
--
"Peter: YEAH. I'm also addicted to boobies."
--Family Guy
prev parent reply other threads:[~2005-06-11 20:24 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-06-11 15:37 IMCP not returning Sadus .
2005-06-11 15:58 ` Jason Opperisano
2005-06-11 16:08 ` Jason Opperisano
2005-06-11 16:29 ` Sadus .
2005-06-11 20:24 ` Jason Opperisano [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=20050611202412.GA10262@bender.817west.com \
--to=opie@817west.com \
--cc=netfilter@lists.netfilter.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.