### -*-sh-*- ### ### Useful numbers for firewall configuration ### ### (c) 2008 Mark Wooding ### ###----- Licensing notice --------------------------------------------------- ### ### This program is free software; you can redistribute it and/or modify ### it under the terms of the GNU General Public License as published by ### the Free Software Foundation; either version 2 of the License, or ### (at your option) any later version. ### ### This program is distributed in the hope that it will be useful, ### but WITHOUT ANY WARRANTY; without even the implied warranty of ### MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ### GNU General Public License for more details. ### ### You should have received a copy of the GNU General Public License ### along with this program; if not, write to the Free Software Foundation, ### Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. m4_divert(24)m4_dnl ###-------------------------------------------------------------------------- ### Magic numbers. ## Port numbers. defport ftp_data 20 defport ftp 21 defport ssh 22 defport smtp 25 defport dns 53 defport bootps 67 defport bootpc 68 defport tftp 69 defport finger 79 defport http 80 defport ident 113 defport netbios_ns 137 defport netbios_dgm 138 defport netbios_ssn 139 defport imap 143 defport https 443 defport microsoft_ds 445 defport syslog 514 # UDP only! defport lpd 515 defport submission 587 defport ipmi 623 defport rsync 873 defport imaps 993 defport h323 1720 defport ssquid 3127 defport squid 3128 defport icp 3130 defport tripe 4070 defport siplo 5000 defport siphi 5100 defport iodine 5353 defport postgresql 5432 defport gnutella_svc 6346 defport mpd 6600 defport irc 6667 defport tor_public 9001 defport tor_directory 9030 defport git 9418 defport pgp_keys 11371 defport i2p 16911 defport disorder 23599 defport udpkey 59274 ## Protocol numbers. defproto ipv6 41 m4_divert(-1) ###----- That's all, folks --------------------------------------------------