[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [cobalt-users] telnet-ing
- Subject: Re: [cobalt-users] telnet-ing
- From: Gerald Waugh <gwaugh@xxxxxxxxxxxxxxxxxxxxxxx>
- Date: Sat Mar 2 08:40:33 2002
- List-id: Mailing list for users to share thoughts on Cobalt products. <cobalt-users.list.cobalt.com>
On Saturday 02 March 2002 04:13 pm, Jens W. Skov - JS Consult wrote:
> Thank you
>
> I use SSH already, but would like to have telnet set up for emergency, as
> my servers are located 6 hours from here.
>
> On Sat, 2 Mar 2002, Gerald Waugh wrote:
> > On Saturday 02 March 2002 03:37 am, Jens W. Skov - JS Consult wrote:
> > > Could I set up telnet to only accept access from certain ip-addresses?
> >
> > /sbin/ipchains -A input -p tcp -s ip.ad.re.ss 25 -j ACCEPT
> > /sbin/ipchains -A input -p tcp -s 0/0 35 -j REJECT
Opps! that should be 25 not 35 in that second line
<snip>--
Gerald Waugh