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

Re: [cobalt-users] Port 649



> > > Hello
> > > 
> > > Could someone suggest how to close port 649?
> > > 
> > > Thanks
> > > 
> > > Ja
> > 
> > Turn off the machine :-))
> > Heum was a bit easy that one.
> > 
> > Check out to which service belongs the port.
> > netstat -ta
> > or look it up in /etc/services
> > 
> > And then kill the service it belongs to, but be carefull because it's a port
> > below 1024 so normally it will have a specific need.
> 
> Alternatively, install IPCHAINS and just allow open the ports required. All others are blocked.

Where can i download ipchains for RAQ2?