[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [cobalt-users] telnet-ing



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