Trio3b Posted December 22, 2005 Share Posted December 22, 2005 Using MDk10.2 Tried to ignore ping requests by setting contents of file - /proc/sys/net/ipv4/icmp_echo_ignore_requests from 0 to 1. (this is all that's in the file) In the process of writing to the file, it got changed to an executable (green in console) How do I change it back? Have tried to CHMOD, delete as root, then replace with identical file from another MDK 10.2 PC. Won't allow. What happened? Thanks Link to comment Share on other sites More sharing options...
ramfree17 Posted December 22, 2005 Share Posted December 22, 2005 i dont think that is an issue even if it is marked as an executable since the only content is a single character (0 or 1). that will only be an issue if somebody cracks your machine and gets enough permission to write to that file, add some warm and fuzzy cracks and execute it. and if im not mistaken /proc is a virtual filesystem. a reboot should reset it to the right permissions. ciao! Link to comment Share on other sites More sharing options...
daniewicz Posted December 22, 2005 Share Posted December 22, 2005 If you are using KDE, right click on the file and select Properties and then Permissions. Here the executable status of the file can be changed. Link to comment Share on other sites More sharing options...
Trio3b Posted December 23, 2005 Author Share Posted December 23, 2005 Thanks, You are correct, the file returned to normal status after a reboot. Please suggest a good port scanner to let me know if my firewall and security settings are safe. Tried Shields Up. This indicates that packets were ignored, but ping requests were answered. I don't think I want this, do I? Thanks Link to comment Share on other sites More sharing options...
ramfree17 Posted January 10, 2006 Share Posted January 10, 2006 it depends on your comfort zone. if you really want to cloak your machine then try playing with iptables to automatically drop ping requests to your machine. you could also try using tools like gShield or IPkungfu to do the configuration and just learn the iptable stuff details later. ciao! Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now