search for: anynet

Displaying 2 results from an estimated 2 matches for "anynet".

2000 Mar 02
0
ICMP & IPCHAINS
...="$INTERNIP/$INTERNMASK" echo "Intern NET: $INTERNNET" SECUREIP=`$IFCONFIG $SECUREIF | grep inet | cut -d : -f 2 | cut -d \ -f 1` SECUREMASK=`$IFCONFIG $SECUREIF | grep Mask | cut -d : -f 4` SECURENET="$SECUREIP/$SECUREMASK" echo "Secure NET: $SECURENET" ANYNET="0.0.0.0/0" # -------------------------------------- Flush everything, start from scratch - echo -n "Flushing rulesets.." # Incoming packets from the outside network $IPCHAINS -F input echo -n "." # Outgoing packets from the internal network $IPCHAINS -F output echo...
2000 Feb 29
4
ICMP
After the recent attacks on the major servers on the web my ISP has decided to stop all ICMP messages from his ISP. I have red the RFCs and it seems that he cant do that... As a result pings and traceroutes will not work. I need a friendly person out there to tell me a way to break the news to him that he has to allow ICMP packets through his network... any suggestions would be helpfull [mod: