[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] ISC DHCPD config question
- Subject: [ale] ISC DHCPD config question
- From: cfowler at outpostsentinel.com (Chris Fowler)
- Date: Wed, 14 Aug 2013 16:56:57 -0400
- In-reply-to: <CAEo=5Pzm_Ui8Ykv_a1M3CTfD3EBP1iGJ33WZaH4TVR95r3bgNQ@mail.gmail.com>
- References: <[email protected]> <CAEo=5PxZVs5=YkLihmOJ4cvEKHd192SLbU2Q9ATLfwzNcGOasw@mail.gmail.com> <CAEo=5PzrnxbQj8vq4RMt6urVfnpu4G+EKo8Rk_CxbBmdraDBEw@mail.gmail.com> <[email protected]> <CAEo=5PxUbszY-bzV3G2s83PON24kx06Ehw=hyvQcLEn0JJ-jUw@mail.gmail.com> <CAPfJb3oGsC7JRF+=6fwHL5YM-N7HMKNWvqjfv4MYvsYxMRzw4w@mail.gmail.com> <[email protected]> <CAEo=5Pzm_Ui8Ykv_a1M3CTfD3EBP1iGJ33WZaH4TVR95r3bgNQ@mail.gmail.com>
On 08/14/2013 04:46 PM, Jim Kinney wrote:
> add an "option router" call to the individual settings block to set a
> bogus gateway and you can keep them on the same subnet with the same
> IP address.
Brilliant!
If I do set the GW to 192.168.1.115 (my desktop) and then use iptables
to redirect all 80 requests to 192.168.1.115:80 will other traffic be
redirected to the 192.168.1.254 gateway since the the GW is one hop on
the same subnet? Of course I could just use iptables to do a blanket
block on all that traffic.