[Bug 1250] sshd client connections persist across IP change

bugzilla-daemon at mindrot.org bugzilla-daemon at mindrot.org
Fri Oct 13 10:34:43 EST 2006


http://bugzilla.mindrot.org/show_bug.cgi?id=1250





------- Comment #1 from dtucker at zip.com.au  2006-10-13 10:34 -------
If you run "netstat -n" do you see the TCP connections with the old or
new local IP address?  I suspect that the IP address is still
configured on eth0 and the kernel is still processing the connections
(as long as the client routes the packets to the server) and that if
you unconfigure the IP ("ifconfig eth0 inet 0.0.0.0") it will stop
working.

Either way, having a TCP connection behave this way is a bug/feature of
the OS...




------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the openssh-bugs mailing list