Re: Debian and IPV6

2002-12-29 Thread Colin Watson
On Sun, Dec 29, 2002 at 05:26:38PM -0600, Russ Cook wrote: > As you suspected, when started with the -- -6 option, sshd does > not listen for ipv4 traffic on port 22. When I try to connect > with ssh -4, the sshd negotiates a -6 connection anyway. I > suppose this makes since, since declaring --

Re: Debian and IPV6

2002-12-29 Thread Colin Watson
On Sun, Dec 29, 2002 at 06:37:25PM -0500, Noah L. Meyerhans wrote: > Usually the way to get IPv6 working with Debian (woody, anyway, dunno > about sid/sarge) is to leave the ListenAddress directive completely out > of sshd_config and pass -6 to sshd. I'm not sure why Russel is unable > to get this

Re: Debian and IPV6

2002-12-29 Thread Noah L. Meyerhans
On Sat, Dec 28, 2002 at 10:42:17PM -0600, Kirk Strauser wrote: > Debian's sshd, at least, is not compiled with IPv6 support. However, I can > use the ssh client to connect to other (FreeBSD) servers with IPv6-enabled > sshd's. That's not true. It is compiled with --ipv4-default, but it can still

Re: Debian and IPV6

2002-12-29 Thread Russ Cook
As you suspected, when started with the -- -6 option, sshd does not listen for ipv4 traffic on port 22. When I try to connect with ssh -4, the sshd negotiates a -6 connection anyway. I suppose this makes since, since declaring -- -6 says to operate ONLY in IPV6. What I need is for the daemon to

Re: Debian and IPV6

2002-12-29 Thread Colin Watson
On Sat, Dec 28, 2002 at 05:20:01PM -0600, Russ Cook wrote: > I have enabled IP6 on my home network, configured my network, > and obtained tunneling and ip addressed through Freenet6. > I can ping6 all machines on my network, but ssh -6 does not > work. I get errors that the connection was refused.

Re: Debian and IPV6

2002-12-29 Thread Mark Zimmerman
On Sun, Dec 29, 2002 at 09:41:49AM -0600, Russ Cook wrote: > Mark, > Thanks for the reply. I tried your suggestion of adding the -- -6 > option to the start-stop-daemon lines in /etc/init.d/ssh. I then > tried to connect to the host with ssh and ssh -6. Both attempts succeded, > as shown in th

Re: Debian and IPV6

2002-12-29 Thread Russ Cook
Mark, Thanks for the reply. I tried your suggestion of adding the -- -6 option to the start-stop-daemon lines in /etc/init.d/ssh. I then tried to connect to the host with ssh and ssh -6. Both attempts succeded, as shown in the subsequent netstat -A inet6 -an Script started on Sun Dec 29 09:38

Re: Debian and IPV6

2002-12-28 Thread Mark Zimmerman
On Sat, Dec 28, 2002 at 10:42:17PM -0600, Kirk Strauser wrote: > > At 2002-12-29T02:40:48Z, Russ Cook <[EMAIL PROTECTED]> writes: > > > I thought this ssh package was enabled for ipv6, but perhaps I have to > > configure or compile. > > Debian's sshd, at least, is not compiled with IPv6 support.

Re: Debian and IPV6

2002-12-28 Thread Mark Zimmerman
On Sat, Dec 28, 2002 at 08:40:48PM -0600, Russ Cook wrote: > netstat -A inet6 -an results in the following > Proto Recv-Q Send-Q Local Address Foreign Address State > tcp 0 0 :::80 :::*LISTEN > This shows that sshd is not listening to port 22 of an ipv6 add

Re: Debian and IPV6

2002-12-28 Thread Kirk Strauser
At 2002-12-29T02:40:48Z, Russ Cook <[EMAIL PROTECTED]> writes: > I thought this ssh package was enabled for ipv6, but perhaps I have to > configure or compile. Debian's sshd, at least, is not compiled with IPv6 support. However, I can use the ssh client to connect to other (FreeBSD) servers wit

Re: Debian and IPV6

2002-12-28 Thread Russ Cook
I failed to use option -6 in previous example. Below is output with ssh -6 -vvv ip6-p75, which is my peerhost Script started on Sat Dec 28 21:02:53 2002 p90:/home/russ# ssh -6 -vvv ip6-p75 OpenSSH_3.5p1 Debian 1:3.5p1-2, SSH protocols 1.5/2.0, OpenSSL 0x0090607f debug1: Reading configuration data

Re: Debian and IPV6

2002-12-28 Thread Russ Cook
netstat -A inet6 -an results in the following Proto Recv-Q Send-Q Local Address Foreign Address State tcp 0 0 :::80 :::*LISTEN typing ssh -vvv mypeerhost results in OpenSSH 3.5p1 Debian 1:3.5p1-2, SSH protocols 1.5/2.0 OpenSSL 0x0090607f debug1: Reading

Re: Debian and IPV6

2002-12-28 Thread Jeffrey Taylor
What does "netstat -A inet6 -an" say? When you say "sshd -6" does not work, what are the symptoms? No change? Error messages? Check syslogs. Also try connecting with verbose option, "ssh -v" or even "ssh -vvv". Jeffrey Quoting Russ Cook <[EMAIL PROTECTED]>: > Thanks for the reply. I checke

Re: Debian and IPV6

2002-12-28 Thread Russ Cook
Thanks for the reply. I checked as suggested, and sshd is configured to listen on port 22. It is not started with -4 option, and no ListenAddresses are specified (they are commented out). Again, sshd works with normal (-4) option, but not with -6. I have not tinkered with config files, they are

Re: Debian and IPV6

2002-12-28 Thread Jeffrey Taylor
Are you sure sshd is listening on the IPv6 ports? Check sshd was not started with -4 option and what ListenAddress in /etc/ssh/sshd_config is set to. HTH, Jeffrey Quoting Russ Cook <[EMAIL PROTECTED]>: > I have enabled IP6 on my home network, configured my network, > and obtained tunneling an

Debian and IPV6

2002-12-28 Thread Russ Cook
I have enabled IP6 on my home network, configured my network, and obtained tunneling and ip addressed through Freenet6. I can ping6 all machines on my network, but ssh -6 does not work. I get errors that the connection was refused. SSH works fine with Ipv4 protocol. I can telnet6 to IPV6 web ser