[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] Port Sentry
- Subject: Re: [cobalt-users] Port Sentry
- From: "Gerald Waugh" <gerald@xxxxxxxxx>
- Date: Wed Feb 14 23:33:31 2001
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
"Frank Cubillos" <cubillos@xxxxxxxxxxxxxxxxxx> wrote
> All this hacking and compromised boxes finally motivated me to spend a few
> hours figuring how a semi-newbie can secure his box; I managed to get
> through the install of PortSentry just fine (yay!), I am stumped on how to
> start-up Portsentry, what am I missing?
> What do you folks that use it recommend as far as settings?
> tcp,udp,stcp,atcp,sudp or audp?
> TIA
> Frank
>
/usr/local/psionic/portsentry/portsentry -tcp &
/usr/local/psionic/portsentry/portsentry -udp &
And, put these commands in /etc/rc.d/rc.local, so when
the system reboots the commands are executed.
Gerald