From 50ce309b6ab17dc61648e7d6654117d5e1661cd7 Mon Sep 17 00:00:00 2001 From: Alexander Marx Date: Mon, 9 Dec 2013 11:06:50 +0100 Subject: [PATCH 1/1] Firewall: added DNS (UDP,TCP) to default services --- config/fwhosts/customservices | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/config/fwhosts/customservices b/config/fwhosts/customservices index 07dd3d2b77..7f9ae3a6f3 100644 --- a/config/fwhosts/customservices +++ b/config/fwhosts/customservices @@ -1,15 +1,16 @@ 32,rsync,873,TCP,BLANK,0 +33,DNS (UDP),53,UDP,,0 21,IMAPS,993,TCP,BLANK,0 7,WINS,42,TCP,BLANK,0 26,LPD,515,TCP,BLANK,0 -17,IRC,194,TCP,BLANK,0 2,FTP-control,21,TCP,BLANK,0 +17,IRC,194,TCP,BLANK,0 1,FTP-data,20,TCP,BLANK,0 18,HTTPS,443,TCP,BLANK,0 30,NFS,2049,TCP,BLANK,0 16,SNMP,161,UDP,BLANK,0 -25,IPP (UDP),631,UDP,BLANK,0 27,JetDirect,9100,TCP,BLANK,0 +25,IPP (UDP),631,UDP,BLANK,0 28,LDAP,389,TCP,BLANK,0 14,NetBIOS Session Service,139,TCP,BLANK,0 20,FTPS control,990,TCP,BLANK,0 @@ -18,8 +19,8 @@ 31,Radius,1812,TCP,BLANK,0 11,NTP,123,UDP,BLANK,0 22,POP3S,995,TCP,BLANK,0 -13,NetBIOS Datagram Service,138,TCP,BLANK,0 23,RDP,3389,TCP,BLANK,0 +13,NetBIOS Datagram Service,138,TCP,BLANK,0 29,LDAPS,636,TCP,BLANK,0 6,Time,37,TCP,BLANK,0 3,SSH,22,TCP,BLANK,0 @@ -28,5 +29,6 @@ 15,IMAP,143,TCP,BLANK,0 8,HTTP,80,TCP,BLANK,0 4,Telnet,23,UDP,BLANK,0 +34,DNS (TCP),53,TCP,,0 19,FTPS data,989,TCP,BLANK,0 5,SMTP,25,TCP,BLANK,0 -- 2.39.2