|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Get inside! Sample the range of functionality easily built with JMSL Library for Time Series Data Analysis, Heat Maps, Portfolio Optimization, Monte Carlo Simulation, Stock Price Charting and more. Download Now! |
|
#1
|
|||
|
|||
|
Iptables & BIND 9
Greetings! Question is:
How should I configure Iptables to allow for zone transfers from BIND(Master)? I couldn't get a zone file transfer from my DNS box until I killed Iptables. I already have my firewall configured for port 53 UDP to be open, must port 53 TCP be open as well? Thanks for your help if you do. |
|
#2
|
||||
|
||||
|
Code:
iptables -A INPUT -p udp --dport 53 -s i-do-transfers.com -j ACCEPT Change i-do-transfers.com to the IP/name of the machine that is making the zone transfer. You will need the usual related,established stuff to allow packets that are part of already-established connections to come in.
__________________
Alex (http://www.alex-greg.com) |
|
#3
|
|||
|
|||
|
Thank-you
I fixed the problem just as you said. Works fine now, I really appricate it.
|
|
#4
|
||||
|
||||
|
Cool
![]() |
![]() |
| Viewing: Dev Shed Forums > System Administration > DNS > Iptables & BIND 9 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|