Hi Guys, I have a server that is sharing an internet connection between a pool of LAN clients. (masquerading) I would like to create a rule that redirects DNS packets from the clients to the DNS server on the server itself. I have been trying for a couple of hours now, but with no luck. Is this possible? Kind regards /Tax ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference
Jesper Taxbøl wrote:> Hi Guys, > > I have a server that is sharing an internet connection between a pool of > LAN clients. (masquerading) > > I would like to create a rule that redirects DNS packets from the > clients to the DNS server on the server itself. > > I have been trying for a couple of hours now, but with no luck. Is this > possible?Should be possible: REDIRECT loc 53 udp 53 REDIRECT loc 53 tcp 53 And of course: ACCEPT $FW net udp 53 ACCEPT $FW net tcp 53 -Tom -- Tom Eastep \ When I die, I want to go like my Grandfather who Shoreline, \ died peacefully in his sleep. Not screaming like Washington, USA \ all of the passengers in his car http://shorewall.net \________________________________________________ ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference
Stupid question, but why don''t you push the address of the DNS server via DHCP? _____ From: Jesper Taxbøl [mailto:jesper@taxboel.dk] Sent: Thursday, October 22, 2009 8:53 AM To: Shorewall Users Subject: [Shorewall-users] Redirect DNS requests from lan to www. Hi Guys, I have a server that is sharing an internet connection between a pool of LAN clients. (masquerading) I would like to create a rule that redirects DNS packets from the clients to the DNS server on the server itself. I have been trying for a couple of hours now, but with no luck. Is this possible? Kind regards /Tax ------------------------------------------------------------------------------ Come build with us! The BlackBerry(R) Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9 - 12, 2009. Register now! http://p.sf.net/sfu/devconference