Displaying 2 results from an estimated 2 matches for "internif".
Did you mean:
internic
2000 Mar 02
0
ICMP & IPCHAINS
...Anyway, here''s the bits of my script:
#!/bin/sh
# ----------------------------------------------------------------
Interfaces -
# External Interface
# This is the interface that is your link to the world
EXTERNIF="eth0"
# Internal Interface
# This is the interface to your LAN
INTERNIF="eth1"
# Secured Interface
# This is the interface you want secured
SECUREIF="eth2"
# ------------------------------------------------------- Variable
definition -
#
# Set the location of ipchains.
IPCHAINS="/sbin/ipchains"
IFCONFIG="/sbin/ifconfig"
# Y...
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: