Re: firewall question
From: Tom Emerson (x_at_y.z.com)
Date: 05/12/04
- Next message: ray: "Re: suse or mandrake (noob)"
- Previous message: mjt: "Re: Sound muted at startup (Suse 9.0, KDE 3.2.2)"
- In reply to: mikko heikkinen: "Re: firewall question"
- Next in thread: Alex: "Re: firewall question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 12 May 2004 02:40:56 GMT
mikko heikkinen wrote:
> kalev- wrote:
>
>> Simply _disable_ the sshd.
>> Yast2->System-> Runlevel Editor.
>
> thank you, that was simple.
>
> now, please tell me that I didn't disable something that needs to run ?
not likely, unless you have a reason or desire to access your system while
"on the road". ssh stands for "secure shell", and is basically an
encrypted form of telnet [this is an oversimplification, but suffices for
this discussion] The advantage, of course, is that it is encrypted right
from the start, so (presumably) people "snooping" your cable/dsl/phone line
cannot watch for a login and gain your root (or regular user) password.
> just checking :) as I have no prior experience with suse and just wanted
> to be sure some application won't complain or some update won't run..
Basically, process names ending in "...d" indicate some form of "daemon", or
continuous process, that provides a "service" to people using the computer.
These daemons can be the ultimate in simplicity [the "echo" server, for
instance, or chargen] or complex all-resource-consuming beasts like web,
database, and similar servers (or even clients, such as seti@home)
the command "netstat -a --tcp" will show you what "servers" are listening,
and the command "netstat -an --tcp" shows the same things but without the
semi-confusing "name" of the service.
some common services include:
ipp (631): internet printing protocol, better known as "cups" nowadays.
You can actually point a browser to http://localhost:631 and "administer"
any printers you have connected
netbios (135/139 and friends): microsoft's networking stuff [known to
linux folks as "samba"] useful if you actually have to "interoperate" with
windows machines on a network, otherwise turn it off.
smtp (25): simple mail transport protocol. This is how your system sends
e-mails either to you (from other daemon processes, such as cron) or for
you to "other systems" [providing you've set your system up to act as a
hub] This pretty much has to be running all the time, but you want to/need
to make sure that it only listens to the "inside" of your network (i.e.,
192.168.x.x) or your own machine (127.0.0.1)
- Next message: ray: "Re: suse or mandrake (noob)"
- Previous message: mjt: "Re: Sound muted at startup (Suse 9.0, KDE 3.2.2)"
- In reply to: mikko heikkinen: "Re: firewall question"
- Next in thread: Alex: "Re: firewall question"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|
|