RE: OT: getting named to answer differently based on requester's IP

2013-01-02 Thread steve
Very doable using bind9. Google up 'bind split horizon'. Also look up nat reflection for your firewall. It may just need ti be enabled.  Original message From: Aryeh Friedman Date: To: FreeBSD Mailing List Subject: OT: getting named to answer differentl

Re: OT: getting named to answer differently based on requester's IP

2013-01-02 Thread Brian Reichert
On Wed, Jan 02, 2013 at 02:57:47PM -0800, Freddie Cash wrote: > You want to set up views and IP-based ACLs. There's lots of documentation > online about configuring views. Basically, they work exactly how you want: > - clients with IPs in 192.168.2.x subnet get 192.168.2.x replies > - all oth

Re: OT: getting named to answer differently based on requester's IP

2013-01-02 Thread Freddie Cash
You want to set up views and IP-based ACLs. There's lots of documentation online about configuring views. Basically, they work exactly how you want: - clients with IPs in 192.168.2.x subnet get 192.168.2.x replies - all other clients get public IP replies On Wed, Jan 2, 2013 at 2:33 PM, Ary

OT: getting named to answer differently based on requester's IP

2013-01-02 Thread Aryeh Friedman
I have a local machine (say "foo.example.com") that is behind a very dumb firewall (it will not honor dmz/port forwarding if the connection originates from inside the firewall [192.168.2.X]) specifically if I connect to the public IP from *OUTSIDE* of the lan it works but not from inside... I h