View previous topic :: View next topic |
Author |
Message |
ivanoff n00b
Joined: 05 Dec 2004 Posts: 41 Location: Toulouse France
|
Posted: Sun Dec 30, 2012 10:39 am Post subject: [Solved] Ipv6 ssh in systemd |
|
|
Hi all,
I use systemd sshd.socket instead of sshd.service and I cannot use ipv6 for ssh.
It works fine on my archlinux machine:
Code: | LISTEN 0 128 :::ssh :::*
|
but on gentoo I have (only ipv4):
Code: | LISTEN 0 128 *:ssh *:*
|
Where do you think that comes from ?
It's not coming from the Listen directive in sshd_config. By default ipv6 is activated in the config file.
If you have any ideas ? Thanks ! _________________ Linux, because you know what it is doing.
Last edited by ivanoff on Wed Jul 10, 2013 5:35 am; edited 1 time in total |
|
Back to top |
|
|
ivanoff n00b
Joined: 05 Dec 2004 Posts: 41 Location: Toulouse France
|
Posted: Wed Jul 10, 2013 5:35 am Post subject: |
|
|
I finally found what was wrong. What was wrong is I didn't compile the ipv6 support directly in the kernel (<*>) and instead compiled it as a module (<M>).
I followed more carefully the systemd page on gentoo wiki and now everything's fine. _________________ Linux, because you know what it is doing. |
|
Back to top |
|
|
|