sugg: netfilters forcing all traffic to one IP ??
roughly:
iptables -t nat -A prerouting -j dnat --to  1.2.3.4

On Tue, Mar 16, 2010 at 2:20 PM, Jeremy <[email protected]> wrote:
> Jeremy wrote:
>> I am trying to make a closed system, 1 wifi router, one server. All
>> clients on the wifi should only be able to go to one domain/IP, and all
>> requests for anything else should redirect them to this one domain.
> Bah! man dnsmasq first Jeremy.
>
> I see the --address switch allows use of # for wildcard, so I guess I
> can wildcard all domains to my main IP, and put bogus nameserver info in
> /etc/hosts so nothing else can be resolved.
>
> I still would like the server to have egress, so will have to fool with
> that still. I suppose I could use opendns or similar as local
> nameservers on server or something similar to allow it to work.
>
> Gotta try it, but open to cool(er) solutions.
>
> Jeremy
> _______________________________________________
> mlug mailing list
> [email protected]
> https://listes.koumbit.net/cgi-bin/mailman/listinfo/mlug-listserv.mlug.ca
>



-- 
___..____._..___._..___.
...|...|___/..|..|......|..|___|
...|...|.....\..|..|___.|..|.....|

"You must be the change you wish to see in the world." Mohandas
Karamchand Gandhi
_______________________________________________
mlug mailing list
[email protected]
https://listes.koumbit.net/cgi-bin/mailman/listinfo/mlug-listserv.mlug.ca

Reply via email to