LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Ubuntu (https://www.linuxquestions.org/questions/ubuntu-63/)
-   -   Ubuntu 8.04 Hardy and SSHD IPV4 (https://www.linuxquestions.org/questions/ubuntu-63/ubuntu-8-04-hardy-and-sshd-ipv4-691013/)

metallica1973 12-16-2008 01:23 PM

Ubuntu 8.04 Hardy and SSHD IPV4
 
I read a couple of how to on changing sshd daemon to only listen to IPV4 requests and not IPV6:

http://ubuntu-tutorials.com/2008/01/...tions-on-ipv6/

I only unremarked

"ListenAddress 0.0.0.0"

and added

"AddressFamily inet"

I have restarted ssh:

PHP Code:

/etc/init.d/ssh restart 

and it continues to listen for IPV6 . What gives?

metallica1973 12-16-2008 01:43 PM

Nevermind, oddly the system needed a reboot. I though when using linux that wasnt necessary?

jay73 12-16-2008 04:55 PM

Quote:

Nevermind, oddly the system needed a reboot. I though when using linux that wasnt necessary?
Well, kernel modules could be an exception. They can be (un)loaded manually but it is one of those things that tends to get overlooked.


All times are GMT -5. The time now is 07:08 PM.