Results 1 to 8 of 8
Hey everyone
Just a quick question. i've recently installed guarddog which seems to be working but
i read somewhere that it might be worth uninstalling stuff that i dont use, ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 12-17-2006 #1
it's a bit general - firewall
Hey everyone
Just a quick question. i've recently installed guarddog which seems to be working but
i read somewhere that it might be worth uninstalling stuff that i dont use, Telnet .etc
Is it worth doing this seeing as my ports are stealthed anyway?
" I didn't know it was a picture of his wife! I thought it was a publicity shot form Planet Of the Apes."
- 12-18-2006 #2
There's no risk if the services are not running
Put your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 12-18-2006 #3
Right, unless someone manages to break into your box some other way and start telnet to use as a backdoor, but that's pretty unlikely.
I have sold my soul to the penguin
- 12-18-2006 #4
disble ping response
Thanks for the frank answears!
One more thing though...
I need a little help with disabling my ping response. I'm using guarddog but I can't find a way to stop
my system from responding to a ping. I've tried this code;
echo 1>/proc/sys/net/ipv4/icmp_echo_ignore_all
but it seems to have no effect.
Any ideas?
" I didn't know it was a picture of his wife! I thought it was a publicity shot form Planet Of the Apes."
- 12-19-2006 #5
You are missing a couple of spaces

echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all
It worked for mePut your hand in an oven for a minute and it will be like an hour, sit beside a beautiful woman for an hour and it will be like a minute, that is relativity. --Albert Einstein
Linux User #425940
Don't PM me with questions, instead post in the forums
- 12-20-2006 #6
gratitude
Thanx
those pesky spaces make you wanna cry sometimes
later
" I didn't know it was a picture of his wife! I thought it was a publicity shot form Planet Of the Apes."
- 12-23-2006 #7
it kinda works
The only problem now seens to be that i have to redo it every time i reboot, otherwise my user account will respond to pings again!!
Any ideas" I didn't know it was a picture of his wife! I thought it was a publicity shot form Planet Of the Apes."
- 12-24-2006 #8
If you want it to work for all accounts, you should be able to put a script in /etc/profile.d (as root, of course):
If you're using GNOME or KDE, there should also be somewhere where you can set up a command to be run each time you log in (in GNOME, it's under Session preferences).Code:#!/bin/bash echo 1 > /proc/sys/net/ipv4/icmp_echo_ignore_all
I have sold my soul to the penguin


Reply With Quote
