Bug 147206

Summary: beta3 kernel is acting up with IPv6
Product: [openSUSE] SUSE Linux 10.1 Reporter: Stephan Kulow <coolo>
Component: KernelAssignee: E-mail List <kernel-maintainers>
Status: RESOLVED DUPLICATE QA Contact: E-mail List <qa-bugs>
Severity: Blocker    
Priority: P5 - None CC: dmueller
Version: Beta 2   
Target Milestone: ---   
Hardware: i586   
OS: Other   
Whiteboard:
Found By: Development Services Priority:
Business Priority: Blocker: ---
Marketing QA Status: --- IT Deployment: ---

Description Stephan Kulow 2006-02-01 09:31:32 UTC
I installed 2.6.16-rc1-git3-7-default, which I guess is going to be beta3 kernel. Since then I can't use my ssh tunnel anymore as the connection to localhost will fail. KDE picks the IPv6 address over the IPv4 address and you can easily reproduce the problem with IPv6 support in lo:

col@titania:~> telnet ::1 25
Trying ::1...
telnet: connect to address ::1: Resource temporarily unavailable

And in dmesg you get this:
xfrm_lookup: IPv4 route is stale (obsolete=4294967295, loops=0)
 [<c0279deb>] xfrm_lookup+0x403/0x481
 [<f941178b>] ipv6_dev_get_saddr+0x4ff/0x585 [ipv6]
 [<f940d56a>] ip6_dst_lookup+0x1e7/0x250 [ipv6]
 [<f94299a8>] ip6_datagram_connect+0x2e5/0x418 [ipv6]
 [<c022d6d5>] release_sock+0x10/0x9b
 [<c026cb37>] inet_dgram_connect+0x45/0x4e
 [<c022cbf2>] sys_connect+0x76/0x98
 [<c014db91>] fd_install+0x24/0x50
 [<c022c353>] sock_map_fd+0x10d/0x117
 [<c022bba8>] __sock_create+0x15d/0x1a2
 [<c022cd2f>] sys_socketcall+0x8c/0x19e
 [<c0102a3b>] sysenter_past_esp+0x54/0x79
Comment 1 Andreas Kleen 2006-02-01 10:20:30 UTC

*** This bug has been marked as a duplicate of 147075 ***