Re: etch upgrade problem
Seth Goodman ha scritto: > I've started an upgrade from Sarge to Etch through the Synaptic Package > all on the terminal display behind the screensaver :) Have you tried to kill xscreensaver after remotely loggin in? gc :-) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: SSH port 22 is invisible from the internet!! :(
csanyipal ha scritto: > On Mon, Apr 09, 2007 at 09:35:50AM -0400, Douglas Allan Tutty wrote: > >> Just because you opened the port doesn't mean that ssh will listen on >> that interface automatically; tell it. > > Port 22 Have you any setting for option "ListenAddress" in "/etc/ssh/sshd_config" ? gc :-) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: SSH port 22 is invisible from the internet!! :(
csanyipal ha scritto: >>> Port 22 >> Have you any setting for option "ListenAddress" in "/etc/ssh/sshd_config" ? > Yes: > #ListenAddress :: > #ListenAddress 0.0.0.0 So there is no limitation. You said you can "ssh localhost", didn't you? "nmap localhost" should show port 22 is open. And can you "ssh 85.222.164.13"? Have any other pc in you private lan to try to ssh to yours? gc :-) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Removing debian non-us from sources.list [was: debian non-us]
Chris Jones ha scritto: [...] > Get:1 http://security.debian.org stable/updates Release.gpg [189B] [...] > Get:2 http://mirror.pacific.net.au stable Release.gpg [386B] [...] > #deb http://www.debian-multimedia.org/ stable main I suggest you to substitute "stable" with "etch" in "sources.list" or you will get shocked when "lenny" will become "stable". gc :-) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]
Re: Deprecated "/etc/network/options'
Felix Karpfen ha scritto: When booting Debian Etch, one of the displayed messages reads that the use of "etc/network/options" is now deprecated and the entries should be transferred to "/etc/sysctl.conf". As from "/usr/share/doc/netbase/README.Debian", you have to put something like this in "/etc/sysctl.conf": -- # ip_forward=no... net.ipv4.ip_forward = 0 # spoofprotect=yes... net.ipv4.conf.default.rp_filter = 1 net.ipv4.conf.all.rp_filter = 1 # syncookies=no ... net.ipv4.tcp_syncookies = 0 -- gc :-) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]