From: Nick Rout <nick@rout.co.nz>
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] dhcpd and routes
Date: Wed, 7 Feb 2007 21:48:11 +1300 [thread overview]
Message-ID: <200702072148.11438.nick@rout.co.nz> (raw)
In-Reply-To: <45C8728C.7000602@daveoxley.co.uk>
On Wednesday 07 February 2007 01:20, Dave Oxley wrote:
> I have a Gentoo server that is running Cisco VPN software to connect to
> my companies VPN. I have setup the server as a NAT for the specific
> subnet required for the VPN and the rest of my traffic goes through my
> router (192.168.1.1). I currently have to manually run the following
> command to setup the route:
> route add -net 10.4.0.0 netmask 255.255.255.0 gw 192.168.1.200
>
> On my Gentoo server I run dhcpd to allocate IP addresses for machines on
> my LAN. The current configuration is:
> subnet 192.168.1.0 netmask 255.255.255.0 {
> range 192.168.1.100 192.168.1.199;
> option routers 192.168.1.1;
> }
>
> So the question is how can I setup dhcpd to automatically setup the
> route command for all clients using the dhcpd?
>
> Cheers,
> Dave.
You are suggesting that each client needs the route command. Not so, set it on
the gateway. that way each client accessing the VPN will be routed via the
gateway back to 192.168.1.200 and thnce to the VPN.
--
gentoo-user@gentoo.org mailing list
next prev parent reply other threads:[~2007-02-07 8:50 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2007-02-06 12:20 [gentoo-user] dhcpd and routes Dave Oxley
2007-02-07 8:48 ` Nick Rout [this message]
2007-02-08 16:35 ` Dan Farrell
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=200702072148.11438.nick@rout.co.nz \
--to=nick@rout.co.nz \
--cc=gentoo-user@lists.gentoo.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