From: "Craig Reeson" <craigr@bluechipit.com.au>
To: lartc@vger.kernel.org
Subject: [LARTC] Re: routing problem with new subnet..
Date: Wed, 04 Dec 2002 07:58:01 +0000 [thread overview]
Message-ID: <marc-lartc-103899788817261@msgid-missing> (raw)
In-Reply-To: <marc-lartc-103897073023358@msgid-missing>
Martin (and lartc list),
ok, I have tried the following and it seems to work.
arp -s 210.xxx.xxx.227 -i eth0 -D eth2 pub
so I can now ping from external/internet, or browse (www) to that ip.
would this be the correct method and how should I make it permanent (just a
startup script?).
Regards,
Craig Reeson RHCE
Senior Engineer
Bluechip Infotech (formerly Servex Australia)
Ph. (02) 8745 8465
Mob. 0413 018602
"Martin A. Brown"
<mabrown-lartc@secu To: Craig Reeson <craigr@bluechipit.com.au>
repipe.com> cc: lartc@mailman.ds9a.nl
Subject: Re: [LARTC] Re: routing problem with new subnet..
04/12/2002 03:36 PM
: I have a debian (woody) box acting as router for my network and I am
trying
: to setup a dmz (210.xxx.xxx.225/29).
<routing table snipped>
This is a classic case of a breaking a network in two with proxy ARP. You
can do this exactly as you indicate (assuming the xxx.xxx numbers are all
accurate).
: anyway, whenever a request comes in for one of the boxes in the dmz the
: gateway box doesn't seem to answer any arp requests for it. So the
: connection goes nowhere. How do i fix it? I've tried playing with arp
proxy
: and manual arp entries to no avail. Do I need to add an extra route?
The routes look fine, according to the snipped routing table.
There are (at least) two ways to do it. I haven't documented the second
way yet...keep looking around but you can read up on one way to do it here
(with script and config file):
http://plorf.net/linux-ip/html/adv-proxy-arp.htm
One thing people frequently forget when using proxy ARP techniques is:
the upstream router (here at 210.xxx.xxx.141) needs to have
a /30 prefix length and a static route
OR
the upstream router needs to have a a /29 prefix length, and the
proxy ARPing device needs to proxy ARP for the "internal" network
I'd recommend using tcpdump on both eth0 and eth2 to determine where the
problem is.
-Martin
--
Martin A. Brown --- SecurePipe, Inc. --- mabrown@securepipe.com
******************************************************************************************************************************************************************
The information transmitted is only for the person or entity to which it is
addressed and may contain confidential and/or privileged material.
Any review, retransmission, dissemination or other use of, or taking of any
action in reliance of this information by any persons or entities other
than the intended recipient is prohibited. If you received this in error
please contact the sender and delete the material from any computer.
******************************************************************************************************************************************************************
_______________________________________________
LARTC mailing list / LARTC@mailman.ds9a.nl
http://mailman.ds9a.nl/mailman/listinfo/lartc HOWTO: http://lartc.org/
prev parent reply other threads:[~2002-12-04 7:58 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-12-04 2:58 [LARTC] Re: routing problem with new subnet Craig Reeson
2002-12-04 4:36 ` Martin A. Brown
2002-12-04 7:58 ` Craig Reeson [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=marc-lartc-103899788817261@msgid-missing \
--to=craigr@bluechipit.com.au \
--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.