| Related sites for http://members.tripod.com/~robel/dni/dniadm.html |
| Easy_Guard_Server_Protector Server based, stateful packet inspection providing protection for TCP-based services such as web, database and e-mail servers. Links for purchase or download as well as additional IDS offering. | | Z~omo_Multimedia Offers web design and e-commerce, CD and DVD production, and multimedia services. Calne, England, United Kingdom. | | Search_Engine_Honesty Discusses search engine bias and censoring of results. | | PowerPoint_Zone Download over 200 beautiful PowerPoint Templates and 2000 unique photos, photo objects and pictures. | | RFC_1397_-_Default_Route_Advertisement_in_BGP_versions_2_and_3 Specifies how default routes should be advertised in older versions of BGP. | | RosAsm The continuation of SpAsm project. It's a PE Specific Assembler for ReactOS, Win32. All in one Assembler, Linker, IDE, Debugger. | | American_Distance_Education_Consortium Locations of communication satellites and links to information about them. Includes spectrum chart, satellite and computer terminology. Also has links to other Internet issues. | | Site_of_the_dutch_TI_Users_Group Information for the users of the TI-99/4A and Geneve computer. Hardware and software, meetings and club-news. | | MLDonkey Multi-platform, multi-protocol client. Includes support for eDonkey2000, Overnet, BitTorrent, Gnutella and Fasttrack, and is written in Objective Caml. | | Premier_Data_Systems Offers inventory management and point of sale software for retailers. Includes software demo, updates and tech support. | | Linux_on_the_iPAQ_in_21_Easy_Steps A comprehensive step by step tutorial with screenshots, detailing the installation of Linux on the iPAQ Pocket PC. | | INCA_-_e-Testing_Software A customizable system for computerizing all type of tests over the web or an intranet with a multi-language and user-friendly platform. Downloadable and online software demos are available. | | 3rD_Eye_Creative_Services Provide services in web design, web programming, Flash, graphic design, 2D and 3D animation, video editing, digital, and effects. Located in India. | | RFC_2851 Textual Conventions for Internet Network Addresses. M. Daniele, B. Haberman, S. Routhier, et al. June 2000. | | 39627 MS-DOS: Batch File Labels Are Not Case Sensitive | | RFC0737 FTP extension | | Holmes_New_Media_Web_Design Providing custom website design solutions for attorneys and businesses in Palm Beach County, Florida. | | Indy_Web_Design Offers design, hosting on Linux based servers, e-commerce, maintenance and domain name registration. Located in Indianapolis in Indiana, United States. | | Web_Origination Offers design, consulting, programming, e-commerce, and hosting services. | | Website_Color_Picker JavaScript utility to test unlimited combinations of colors for the background, text, links and visited links of websites. |
|
x=new Array( ['Time','TIME',37,0,0], ['Echo','ECHO',7,0,0], ['File Transfer Protocol Control','ftp',21,0,2], ['SSH Remote Login Protocol','ssh',22,0,0], ['Telnet','TELNET',23,0,2], ['Simple Mail Transfer Protocol','SMTP',25,0,2], ['Domain Name Server','DOMAIN',53,0,0], ['Trivial File Transfer Protocol','TFTP',69,2,0], ['Finger','FINGER',79,0,2], ['World Wide Web HTTP','http',80,0,2], ['Post Office Protocol v2','POP2',109,0,2], ['Post Office Protocol v3','POP3',110,0,2], ['Authentication Service','auth',113,0,2], ['Network News Transfer Protocol','nntp',119,0,2], ['Internet Relay Chat Protocol','irc',194,0,0], ['World Wide Web HTTP secure','https',443,0,2], ['Remote process execution','exec',512,0,2], ['Remote login a la telnet','login',513,0,2], ['BSD talkd','talk',517,2,0], ['SunOs talkd','ntalk',518,2,0], ['ICQ traffic','4000',4000,0,0], ['Open Windows traffic','2000',2000,0,2], ['NFS traffic','2049',2049,0,2]);x=x.sort();l=new Array();l[0]=new Array();v=new Array();v[0]=new Array(0,0,0);n=new Array();n[0]=new Array();for (i =0; i < x.length; i ++){n[0][i]=new Array(5);for (s =0; s < 5; s ++) n[0][i][s]=x[i][s];}function CheckAll () { sw = window.open("", "script");with (sw.document) {open();clear();d = new Date();writeln('#!/bin/sh'); writeln('PATH=/bin:/usr/bin:/sbin:/usr/sbin:/usr/local/bin');writeln('export PATH');p = ' ';writeln(p + 'echo');writeln(p + 'echo " $0: IP Filtering Firewall script for dial-up users."');writeln(p + 'echo " $0: Generated by DNi at '+d.toGMTString()+'"');writeln(p + 'echo');writeln(p + 'echo " DNi v0.7, 20 October 1998"');writeln(p + 'echo " Rostislav V. Belotserkovski, robel@usa.net"');writeln(p + 'echo');writeln(p + 'echo " DNi Home Page: http://members.tripod.com/~robel/dni/"');writeln(p + '# Some definitions for easy maintenance.');writeln('# Representing an IP firewall administration programs location.');writeln('FW=' + document.forma.elements['ipfwadm'].value);writeln(' case "$1" in');writeln(p + 'start)');writeln(p + 'echo " Starting IP Filtering Firewall script" | tee /dev/console | logger');writeln('# Representing external interface.');writeln('EXTERNAL_INTERFACE=' + document.forma.elements['ppp0'].value);writeln('# Flush IP firewall rules.');writeln('for i in I F O');writeln('do');writeln(' $FW -$i -f');writeln(' $FW -$i -p accept');writeln('done');writeln(' $FW -I -p deny');writeln('# Unlimited traffic on the loopback interface.');writeln('$FW -I -a accept -W lo');writeln('# Accept return tcp & udp traffic.');writeln('$FW -I -a accept -P tcp -k -W $EXTERNAL_INTERFACE');writeln('$FW -I -a accept -P udp -k -W $EXTERNAL_INTERFACE');writeln('# '+document.forma.p_spoof.options[document.forma.p_spoof.selectedIndex].text+' packets claiming to be from a loopback interface,# external interface, Class A, C and B private networks.');writeln('for i in 127.0.0.1/8 10.0.0.0/8 172.16.0.0/12 192.168.0.0/16');writeln('do');writeln(' $FW -I -a '+document.forma.p_spoof.options[document.forma.p_spoof.selectedIndex].text.toLowerCase()+' -o -W $EXTERNAL_INTERFACE -S $i');writeln('done');for (k =l.length-1; k >= 0; k --) if ((v[k][0]==0) || (v[k][0]==1)) {writeln('# Allow ftp-data');writeln(' $FW -I -a accept -P tcp -W $EXTERNAL_INTERFACE \\-S any/0 20 -D any/0 1024:65535');break;}for (k =l.length-1; k >= 0; k --) {f_tcp_acc=new Array();f_tcp_den=new Array();f_tcp_rej=new Array();f_udp_acc=new Array();f_udp_den=new Array();f_udp_rej=new Array();for (i =0; i < l[k].length; i ++){if (v[k][0]==0) { if (l[k][i][3]==0) f_tcp_acc[f_tcp_acc.length]=l[k][i][2]; if (l[k][i][3]==1) f_tcp_rej[f_tcp_rej.length]=l[k][i][2];}if (v[k][0]==1) { if (l[k][i][3]==0) f_tcp_acc[f_tcp_acc.length]=l[k][i][2]; if (l[k][i][3]==1) f_tcp_den[f_tcp_den.length]=l[k][i][2];}if (v[k][0]==2) { if (l[k][i][3]==0) f_tcp_den[f_tcp_den.length]=l[k][i][2]; if (l[k][i][3]==1) f_tcp_rej[f_tcp_rej.length]=l[k][i][2];}if (v[k][1]==0) { if (l[k][i][4]==0) f_udp_acc[f_udp_acc.length]=l[k][i][2]; if (l[k][i][4]==1) f_udp_rej[f_udp_rej.length]=l[k][i][2];}if (v[k][1]==1) { if (l[k][i][4]==0) f_udp_acc[f_udp_acc.length]=l[k][i][2]; if (l[k][i][4]==1) f_udp_den[f_udp_den.length]=l[k][i][2];}if (v[k][1]==2) { if (l[k][i][4]==0) f_udp_den[f_udp_den.length]=l[k][i][2]; if (l[k][i][4]==1) f_udp_rej[f_udp_rej.length]=l[k][i][2];}}writeln('# --start-- Access to local services from "'+document.forma.list1[k].text+'"');h=document.forma.list1[k].text;if (k==0) h="any/0";if (f_tcp_acc.length !=0 ) writeln('# Accept tcp traffic from "'+document.forma.list1[k].text+'"');if (f_tcp_acc.length !=0 ) for (e =0; e < f_tcp_acc.length; e +=8) writeln('$FW -I -a accept -P tcp -W $EXTERNAL_INTERFACE \\-S '+h+' 1024:65535 -D any/0 \\'+f_tcp_acc.slice(e,e+8).join(' \\'));if (f_tcp_den.length !=0 ) writeln('# Deny tcp traffic from "'+document.forma.list1[k].text+'"');if (f_tcp_den.length !=0 ) for (e =0; e < f_tcp_den.length; e +=8) writeln('$FW -I -a deny -P tcp -W $EXTERNAL_INTERFACE \\-S '+h+' 1024:65535 -D any/0 \\'+f_tcp_den.slice(e,e+8).join(' \\'));if (f_tcp_rej.length !=0 ) writeln('# Reject tcp traffic from "'+document.forma.list1[k].text+'"');if (f_tcp_rej.length !=0 ) for (e =0; e < f_tcp_rej.length; e +=8) writeln('$FW -I -a reject -P tcp -W $EXTERNAL_INTERFACE \\-S '+h+' 1024:65535 -D any/0 \\'+f_tcp_rej.slice(e,e+8).join(' \\'));if (f_udp_acc.length !=0 ) writeln('# Accept udp traffic from "'+document.forma.list1[k].text+'"');if (f_udp_acc.length !=0 ) for (e =0; e < f_udp_acc.length; e +=8) writeln('$FW -I -a accept -P udp -W $EXTERNAL_INTERFACE \\-S '+h+' 1024:65535 -D any/0 \\'+f_udp_acc.slice(e,e+8).join(' \\'));if (f_udp_den.length !=0 ) writeln('# Deny udp traffic from "'+document.forma.list1[k].text+'"');if (f_udp_den.length !=0 ) for (e =0; e < f_udp_den.length; e +=8) writeln('$FW -I -a deny -P udp -W $EXTERNAL_INTERFACE \\-S '+h+' 1024:65535 -D any/0 \\'+f_udp_den.slice(e,e+8).join(' \\'));if (f_udp_rej.length !=0 ) writeln('# Reject udp traffic from "'+document.forma.list1[k].text+'"');if (f_udp_rej.length !=0 ) for (e =0; e < f_udp_rej.length; e +=8) writeln('$FW -I -a reject -P udp -W $EXTERNAL_INTERFACE \\-S '+h+' 1024:65535 -D any/0 \\'+f_udp_rej.slice(e,e+8).join(' \\'));h=' -S '+document.forma.list1[k].text;if (k==0) h=" -S any/0";if (v[k][2] !=2 ) writeln('$FW -I -a accept -P icmp -W $EXTERNAL_INTERFACE'+h+' 0 3 11');if (k==0) h="";if ((v[k][0]==v[k][1]) && (v[k][0]==v[k][2])){ writeln('$FW -I -a '+document.forma.p_tcp.options[v[k][0]].text.toLowerCase()+' -W $EXTERNAL_INTERFACE'+h); if (v[k][0]!=2) writeln(' -o');}else{if (v[k][0]==v[k][1]){ writeln('$FW -I -a '+document.forma.p_tcp.options[v[k][2]].text.toLowerCase()+' -P icmp -W $EXTERNAL_INTERFACE'+h); if (v[k][2]!=2) writeln(' -o'); writeln('$FW -I -a '+document.forma.p_tcp.options[v[k][0]].text.toLowerCase()+' -W $EXTERNAL_INTERFACE'+h); if (v[k][0]!=2) writeln(' -o');}if (v[k][1]==v[k][2]){ writeln('$FW -I -a '+document.forma.p_tcp.options[v[k][0]].text.toLowerCase()+' -P tcp -W $EXTERNAL_INTERFACE'+h); if (v[k][0]!=2) writeln(' -o'); writeln('$FW -I -a '+document.forma.p_tcp.options[v[k][1]].text.toLowerCase()+' -W $EXTERNAL_INTERFACE'+h); if (v[k][1]!=2) writeln(' -o');}if (v[k][0]==v[k][2]){ writeln('$FW -I -a '+document.forma.p_tcp.options[v[k][1]].text.toLowerCase()+' -P udp -W $EXTERNAL_INTERFACE'+h); if (v[k][1]!=2) writeln(' -o'); writeln('$FW -I -a '+document.forma.p_tcp.options[v[k][0]].text.toLowerCase()+' -W $EXTERNAL_INTERFACE'+h); if (v[k][0]!=2) writeln(' -o');}}writeln('# --end---- Access to local services from "'+document.forma.list1[k].text+'"');}writeln(' echo');writeln(p + ';;');writeln(p + 'stop)');writeln(p + 'echo " Shutting down IP Filtering Firewall script" | \\tee /dev/console | logger');writeln('for i in I F O');writeln('do');writeln(' $FW -$i -f');writeln(' $FW -$i -p accept');writeln('done');writeln(' echo');writeln(p + ';;');writeln(p + '*)');writeln(p + 'echo " Usage: $0 {start|stop}"');writeln(p + 'echo');writeln(p + ';;');writeln(p + 'esac');writeln(p + 'echo " Current policy: "');writeln(p + 'echo');writeln('$FW -I -le');writeln('$FW -O -le');writeln('$FW -F -le');writeln(p + 'echo');writeln(p + 'exit 0');close(); };alert('\n\n\nCOPY AND PASTE THIS TEXT TO A FILE AND RUN:\nchown root:root FILENAME\nchmod 750 FILENAME\n\n\n\n\n\n\nT h a n k you for using DNi !');}; function change_tcp3_udp3(){document.forma.tcp3.selectedIndex=l[document.forma.list1.selectedIndex][document.forma.des3.selectedIndex][3];document.forma.udp3.selectedIndex=l[document.forma.list1.selectedIndex][document.forma.des3.selectedIndex][4];}function c_des3(){document.forma.nam3.selectedIndex=document.forma.des3.selectedIndex;document.forma.num3.selectedIndex=document.forma.des3.selectedIndex;change_tcp3_udp3();}function c_nam3(){document.forma.des3.selectedIndex=document.forma.nam3.selectedIndex;document.forma.num3.selectedIndex=document.forma.nam3.selectedIndex;change_tcp3_udp3();}function c_num3(){document.forma.des3.selectedIndex=document.forma.num3.selectedIndex;document.forma.nam3.selectedIndex=document.forma.num3.selectedIndex;change_tcp3_udp3();}function c_tcp(){if ((document.forma.tcp.selectedIndex==2) && (document.forma.udp.selectedIndex==2)){document.forma.tcp.selectedIndex=0;alert('Please check policy !');}}function c_udp(){if ((document.forma.tcp.selectedIndex==2) && (document.forma.udp.selectedIndex==2)){document.forma.udp.selectedIndex=0;alert('Please check policy !');}}function c_tcp4(){if ((document.forma.tcp4.selectedIndex==2) && (document.forma.udp4.selectedIndex==2)){document.forma.tcp4.selectedIndex=0;alert('Please check policy !');}}function c_udp4(){if ((document.forma.tcp4.selectedIndex==2) && (document.forma.udp4.selectedIndex==2)){document.forma.udp4.selectedIndex=0;alert('Please check policy !');}}function c_tcp3(){if ((document.forma.tcp3.selectedIndex==2) && (document.forma.udp3.selectedIndex==2)){document.forma.tcp3.selectedIndex=0;alert('Please check policy !');return;}l[document.forma.list1.selectedIndex][document.forma.des3.selectedIndex][3]=document.forma.tcp3.selectedIndex;}function c_udp3(){if ((document.forma.tcp3.selectedIndex==2) && (document.forma.udp3.selectedIndex==2)){document.forma.udp3.selectedIndex=0;alert('Please check policy !');return;}l[document.forma.list1.selectedIndex][document.forma.des3.selectedIndex][4]=document.forma.udp3.selectedIndex;}function change_tcp_udp(){document.forma.tcp.selectedIndex=n[document.forma.list1.selectedIndex][document.forma.des.selectedIndex][3];document.forma.udp.selectedIndex=n[document.forma.list1.selectedIndex][document.forma.des.selectedIndex][4];}function c_des(){document.forma.nam.selectedIndex=document.forma.des.selectedIndex;document.forma.num.selectedIndex=document.forma.des.selectedIndex;change_tcp_udp();}function c_nam(){document.forma.des.selectedIndex=document.forma.nam.selectedIndex;document.forma.num.selectedIndex=document.forma.nam.selectedIndex;change_tcp_udp();}function c_num(){document.forma.des.selectedIndex=document.forma.num.selectedIndex;document.forma.nam.selectedIndex=document.forma.num.selectedIndex;change_tcp_udp()}function c_list1(){document.forma.p_tcp.selectedIndex=v[document.forma.list1.selectedIndex][0];document.forma.p_udp.selectedIndex=v[document.forma.list1.selectedIndex][1];document.forma.p_icmp.selectedIndex=v[document.forma.list1.selectedIndex][2];if (document.forma.p_tcp.selectedIndex==0) {document.forma.tcp4.options[0].text="Accept"; document.forma.tcp4.options[1].text="Reject";}if (document.forma.p_tcp.selectedIndex==1) {document.forma.tcp4.options[0].text="Accept"; document.forma.tcp4.options[1].text="Deny";}if (document.forma.p_tcp.selectedIndex==2) {document.forma.tcp4.options[0].text="Deny"; document.forma.tcp4.options[1].text="Reject";}if (document.forma.p_udp.selectedIndex==0) {document.forma.udp4.options[0].text="Accept"; document.forma.udp4.options[1].text="Reject";}if (document.forma.p_udp.selectedIndex==1) {document.forma.udp4.options[0].text="Accept"; document.forma.udp4.options[1].text="Deny";}if (document.forma.p_udp.selectedIndex==2) {document.forma.udp4.options[0].text="Deny"; document.forma.udp4.options[1].text="Reject";}rewrt_n();rewrt_l();}function remove_n(){for (i =document.forma.des.selectedIndex; i < n[document.forma.list1.selectedIndex].length-1; i ++){n[document.forma.list1.selectedIndex][i]=n[document.forma.list1.selectedIndex][i+1];}n[document.forma.list1.selectedIndex].length-=1;}function remove_l(){for (i =document.forma.des3.selectedIndex; i < l[document.forma.list1.selectedIndex].length-1; i ++){l[document.forma.list1.selectedIndex][i]=l[document.forma.list1.selectedIndex][i+1];}l[document.forma.list1.selectedIndex].length-=1;}function rewrt_n(){document.forma.des.length=n[document.forma.list1.selectedIndex].length;document.forma.nam.length=n[document.forma.list1.selectedIndex].length;document.forma.num.length=n[document.forma.list1.selectedIndex].length;for (i =0; i < n[document.forma.list1.selectedIndex].length; i ++) { document.forma.des.options[i].text=n[document.forma.list1.selectedIndex][i][0]; document.forma.nam.options[i].text=n[document.forma.list1.selectedIndex][i][1].toLowerCase(); document.forma.num.options[i].text=n[document.forma.list1.selectedIndex][i][2];}i-=1;if (n[document.forma.list1.selectedIndex].length==0) {document.forma.tcp.length=0;document.forma.udp.length=0;return;}document.forma.tcp.length=3;document.forma.udp.length=3;document.forma.p_tcp.selectedIndex=v[document.forma.list1.selectedIndex][0];document.forma.p_udp.selectedIndex=v[document.forma.list1.selectedIndex][1];document.forma.p_icmp.selectedIndex=v[document.forma.list1.selectedIndex][2];if (document.forma.p_tcp.selectedIndex==0) {document.forma.tcp.options[0].text="Accept"; document.forma.tcp.options[1].text="Reject";}if (document.forma.p_tcp.selectedIndex==1) {document.forma.tcp.options[0].text="Accept"; document.forma.tcp.options[1].text="Deny";}if (document.forma.p_tcp.selectedIndex==2) {document.forma.tcp.options[0].text="Deny"; document.forma.tcp.options[1].text="Reject";}if (document.forma.p_udp.selectedIndex==0) {document.forma.udp.options[0].text="Accept"; document.forma.udp.options[1].text="Reject";}if (document.forma.p_udp.selectedIndex==1) {document.forma.udp.options[0].text="Accept"; document.forma.udp.options[1].text="Deny";}if (document.forma.p_udp.selectedIndex==2) {document.forma.udp.options[0].text="Deny"; document.forma.udp.options[1].text="Reject";}document.forma.tcp.options[2].text="Ignore";document.forma.udp.options[2].text="Ignore";document.forma.des.selectedIndex=0;document.forma.nam.selectedIndex=0;document.forma.num.selectedIndex=0;document.forma.tcp.selectedIndex =n[document.forma.list1.selectedIndex][0][3];document.forma.udp.selectedIndex =n[document.forma.list1.selectedIndex][0][4];}function rewrt_l(){document.forma.des3.length=l[document.forma.list1.selectedIndex].length;document.forma.nam3.length=l[document.forma.list1.selectedIndex].length;document.forma.num3.length=l[document.forma.list1.selectedIndex].length;for (i =0; i < l[document.forma.list1.selectedIndex].length; i ++) { document.forma.des3.options[i].text=l[document.forma.list1.selectedIndex][i][0]; document.forma.nam3.options[i].text=l[document.forma.list1.selectedIndex][i][1].toLowerCase(); document.forma.num3.options[i].text=l[document.forma.list1.selectedIndex][i][2].toLowerCase();}i-=1;if (l[document.forma.list1.selectedIndex].length==0) {document.forma.tcp3.length=0;document.forma.udp3.length=0;return;}document.forma.tcp3.length=3;document.forma.udp3.length=3;if (document.forma.p_tcp.selectedIndex==0) {document.forma.tcp3.options[0].text="Accept"; document.forma.tcp3.options[1].text="Reject";}if (document.forma.p_tcp.selectedIndex==1) {document.forma.tcp3.options[0].text="Accept"; document.forma.tcp3.options[1].text="Deny";}if (document.forma.p_tcp.selectedIndex==2) {document.forma.tcp3.options[0].text="Deny"; document.forma.tcp3.options[1].text="Reject";}if (document.forma.p_udp.selectedIndex==0) {document.forma.udp3.options[0].text="Accept"; document.forma.udp3.options[1].text="Reject";}if (document.forma.p_udp.selectedIndex==1) {document.forma.udp3.options[0].text="Accept"; document.forma.udp3.options[1].text="Deny";}if (document.forma.p_udp.selectedIndex==2) {document.forma.udp3.options[0].text="Deny"; document.forma.udp3.options[1].text="Reject";}document.forma.tcp3.options[2].text="Ignore";document.forma.udp3.options[2].text="Ignore";document.forma.des3.selectedIndex=0;document.forma.nam3.selectedIndex=0;document.forma.num3.selectedIndex=0;document.forma.tcp3.selectedIndex =l[document.forma.list1.selectedIndex][0][3];document.forma.udp3.selectedIndex =l[document.forma.list1.selectedIndex][0][4];}function add(a){if ((document.forma.nam4.value != "") || (document.forma.num4.value != "")){if (document.forma.nam4.value=="") document.forma.nam4.value=document.forma.num4.value;if (document.forma.num4.value=="") document.forma.num4.value=document.forma.nam4.value;if (document.forma.des4.value=="") document.forma.des4.value=document.forma.nam4.value;l[document.forma.list1.selectedIndex][l[document.forma.list1.selectedIndex].length]=new Array(5);l[document.forma.list1.selectedIndex][l[document.forma.list1.selectedIndex].length-1][0]=document.forma.des4.value;l[document.forma.list1.selectedIndex][l[document.forma.list1.selectedIndex].length-1][1]=document.forma.nam4.value;l[document.forma.list1.selectedIndex][l[document.forma.list1.selectedIndex].length-1][2]=document.forma.num4.value;l[document.forma.list1.selectedIndex][l[document.forma.list1.selectedIndex].length-1][3]=document.forma.tcp4.selectedIndex;l[document.forma.list1.selectedIndex][l[document.forma.list1.selectedIndex].length-1][4]=document.forma.udp4.selectedIndex;if (a.name=="p_nam" ) {l[document.forma.list1.selectedIndex][l[document.forma.list1.selectedIndex].length-1][5]=0}else {l[document.forma.list1.selectedIndex][l[document.forma.list1.selectedIndex].length-1][5]=1};l[document.forma.list1.selectedIndex]=l[document.forma.list1.selectedIndex].sort();rewrt_l();document.forma.tcp4.selectedIndex=0;document.forma.udp4.selectedIndex=0;document.forma.des4.value="";document.forma.nam4.value="";document.forma.num4.value="";return;}if (document.forma.des.length Dear Internet community member, hi and welcome to:DNi v0.7by robel@usa.netRepresenting an IP firewall administration programs location : Representing external interface : inspect incomingtraffic from:protocol/trafficpolicy apply onany connectionany host or network TCPDenyRejectAcceptUDPDenyRejectAcceptICMPDenyRejectAcceptSpoofedDenyRejectservice descriptionTCPUDP12345678901234567890123455551234561024AcceptAcceptAcceptRejectIgnoreAcceptRejectIgnoreservice descriptionTCPUDP12345678901234567890123455551234561024AcceptAcceptrewrt_n();rewrt_l();Generate script Download ipfwadm ~ Download DNi v0.7 source ~ DNi v0.6 moved here  |
|