[Ilugc] Problem with Ping

  • From: linuxmani@xxxxxxxxxxxxx (Manikandan.P)
  • Date: Tue, 9 Jul 2002 08:13:19 +0530

hi
 i dont think ping is associated with any port like echo(port 7).
 ping uses ICMP which operates at n/w layer and port number creeps in 
 only at the tranport layer,so --dport option cannot be used to allow ping
 another  reason for ping not working is

 probly 
 /proc/sys/net/ipv4/icmp_echo_ignore_all 
 is set to 1
 echo "0" > /proc/sys/net/ipv4/icmp_echo_ignore_all
 will be fruitful
 
 happy tweaking
 --mani

On Tue, 9 Jul 2002 19:28:50 +0530 (IST)   
"P. Sriram" <sriram@xxxxxxxxxxxxxxxxxx> wrote:

On Tue, 9 Jul 2002, S Mohan wrote:

try
/sbin/ipchains -A input -i <enet> -p icmp -j ACCEPT
/sbin/ipchains -A output -i <enet> -p icmp -j ACCEPT

[as solution to ping not working on firewalled machine]

this may work, but is rather broad. presumably, the machine is firewalled 
for a reason. this essentially removes icmp from all the firewalling 
rules. if someone could point at the icmp ping 'port', the above command 
can be modified to open only that 'port' by using an appropriate -s (or 
--destination-port) option.

sriram

_______________________________________________
Ilugc mailing list
Ilugc@xxxxxxxxxxxxxxxxxx
http://www.aero.iitm.ernet.in/mailman/listinfo/ilugc


From Imthiaz Rafiq" <imthiazrafiq@xxxxxxx  Wed Jul 10 14:34:27 2002
From: Imthiaz Rafiq" <imthiazrafiq@xxxxxxx (Imthiaz Rafiq)
Date: Wed, 10 Jul 2002 20:04:27 +0530
Subject: [Ilugc] Regarding Password
Message-ID: <004701c2281f$69ee0920$54e7c7cb@den>

Sometime back someone was asking for the password for the access database
file in telephone directory cd. The password for the same is '14m1973'. I
think that is the birthday of the programmer. The database is encrypted with
some technique. If someone succeed the same please tell me how you did the
same.

regards
imthiaz


From Ganesh  Kumar" <alganesh@xxxxxxxxxxxxxx  Tue Jul  9 14:42:22 2002
From: Ganesh  Kumar" <alganesh@xxxxxxxxxxxxxx (Ganesh  Kumar)
Date: 9 Jul 2002 14:42:22 -0000
Subject: [Ilugc] BSD help !!!!!!!!!!
Message-ID: <20020709144222.12668.qmail@xxxxxxxxxxxxxxxxxxxxxxxx>

   Is there any BSD guys out there,

think so,Yes. ;)

Well,refer to the following files.



.depend                  list of dependencies
      Makefile                   list of dependencies
      makefile                   list of dependencies
      obj                        object directory
      sys.mk                     system makefile (processed before any other
                                 file, including makefile and Makefile)
      /usr/share/mk              system makefile directory
      /usr/share/doc/psd/12.make  PMake tutorial
      /usr/obj                   default MAKEOBJDIRPREFIX directory.


Also refer to 
http://www.freebsd.org/cgi/man.cgi?query=make&sektion=1#FILES

for more details.


regards
Ganesh Kumar




On Tue, 09 Jul 2002 boney j wrote :
Hi,
   Is there any BSD guys out there, I need a help I am
using a RH 7.1  Linux with gnu Make. I have c programm
with a makefile for BSD. I need to install the
programm in my RH linux. The problem is when I try to
run "make all install" with Makefile provided with the
program the system returns an error obvious because it
is taking default gnumake. I want know what are the
files I have to install in my RH for running the BSD
makefile.

      Is there any seprate BSD makefile which I could
download. please help me with the location.

regards
Boney Jose

__________________________________________________
Do You Yahoo!?
Sign up for SBC Yahoo! Dial - First Month Free
http://sbc.yahoo.com
_______________________________________________
Ilugc mailing list
Ilugc@xxxxxxxxxxxxxxxxxx
http://www.aero.iitm.ernet.in/mailman/listinfo/ilugc

_________________________________________________________
There is always a better job for you at Monsterindia.com.
Go now http://monsterindia.rediff.com/jobs


Other related posts: