summaryrefslogtreecommitdiffstats
path: root/share/misc/ipfw.samp.scripts
diff options
context:
space:
mode:
Diffstat (limited to 'share/misc/ipfw.samp.scripts')
-rw-r--r--share/misc/ipfw.samp.scripts18
1 files changed, 0 insertions, 18 deletions
diff --git a/share/misc/ipfw.samp.scripts b/share/misc/ipfw.samp.scripts
deleted file mode 100644
index 534f0cb..0000000
--- a/share/misc/ipfw.samp.scripts
+++ /dev/null
@@ -1,18 +0,0 @@
-# This file shows how we allow and deny users in runtime
-#
-# Default settings...They deny anybody , which connected to our
-# PPP lines,to access any host on our development network:
-# 192.114.207.*
-ipfw addf deny all from 192.114.201.231 to 192.114.208.0/24
-ipfw addf deny all from 192.114.201.232 to 192.114.208.0/24
-.....
-ipfw addf deny all from 192.114.201.238 to 192.114.208.0/24
-# VIP Login: this option executes when user VIP enters the system.
-# His IP is $VIPIP,which is one of our dial-up lines,for example
-# 192.114.201.233
-ipfw delf deny all from $VIPIP to 192.114.208.0/24
-
-# VIP Logout: the guy leaves the system...
-ipfw addf deny all from $VIPIP to 192.114.208.0/24
-
-#Thats all folks...
OpenPOWER on IntegriCloud