On Thursday 06 October 2005 13:18, osama wrote: > Dears, > I have a scenario that is somehow making me have a hardtime , i have a > wiless access point that get the internat access from my linux box, i > want any user that uses my internet to get a lnading page for my self ( > some kind of advertisment ) and then go to the internet , i don't need > authentication , but i dont want this landing page occuring many more > than once for the user ... anyhow , how can i do it with iptables? i > want to DNAT all users to an internal apache server , then SNAT them to > the inernet , how is that possible? double natting? proxying ? i need > your help .. > > regards,
You can use a proxy called squid (http://www.squid-cache.org/), it can be used for redirecting URL. the process of generating the new URL can be done by a user provided perl script. _______________________________________________ General mailing list [email protected] http://mail.jolug.org/mailman/listinfo/general_jolug.org
