[Bug 802834] New: routing table do not normal work after ipsec-tunnel stop
https://bugzilla.novell.com/show_bug.cgi?id=802834 https://bugzilla.novell.com/show_bug.cgi?id=802834#c0 Summary: routing table do not normal work after ipsec-tunnel stop Classification: openSUSE Product: openSUSE 12.2 Version: Final Platform: x86-64 OS/Version: openSUSE 12.2 Status: NEW Severity: Normal Priority: P5 - None Component: Network AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: samflanker@gmail.com QAContact: qa-bugs@suse.de Found By: --- Blocker: --- User-Agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.17 (KHTML, like Gecko) Chrome/24.0.1312.56 Safari/537.17 my NET1 192.168.0.0/24 gw1 192.168.0.1 my NET2 192.168.1.0/24 gw2 192.168.0.2 my system 192.168.0.150 ipsec-tunnel1 networks NET1 and NET2 have ipsec tunnel between gateways gw1 and gw2 other ethernet i organised ipsec-tunnel2 with ipsec-tools (racoon nat-traversal) from my system (192.168.0.150) to another system (192.168.1.1/24) over internet and tunnel is worked ==PROBLEM== i stoped ipsec-tunnel2 (racoon stop) on my system (192.168.0.150) # systemctl stop racoon.service # ip route show cache match 192.168.1.1 192.168.1.1 via 192.168.0.1 dev br0 src 192.168.0.150 cache 192.168.1.1 from 192.168.0.150 via 192.168.0.1 dev br0 cache # ip route flush cache # ip route show cache match 192.168.1.1 | wc -l 0 # ping -c5 -I br0 192.168.1.1 PING 192.168.1.1 (192.168.1.1) from 192.168.0.150 br0: 56(84) bytes of data. --- 192.168.1.1 ping statistics --- 5 packets transmitted, 0 received, 100% packet loss, time 3999ms # ip route get 192.168.1.1 192.168.1.1 via 192.168.0.1 dev br0 src 192.168.0.150 cache - on another console of my system (192.168.0.150) # tcpdump -nni br0 host 192.168.1.1 and icmp tcpdump: verbose output suppressed, use -v or -vv for full protocol decode listening on br0, link-type EN10MB (Ethernet), capture size 65535 bytes nothing :-( i try: - rmmod my network card - stop and start /etc/init.d/network it do not have a result work - reboot of my system # lsb_release -a LSB Version: core-2.0-noarch:core-3.2-noarch:core-4.0-noarch:core-2.0-x86_64:core-3.2-x86_64:core-4.0-x86_64:desktop-4.0-amd64:desktop-4.0-noarch:graphics-2.0-amd64:graphics-2.0-noarch:graphics-3.2-amd64:graphics-3.2-noarch:graphics-4.0-amd64:graphics-4.0-noarch Distributor ID: SUSE LINUX Description: openSUSE 12.2 (x86_64) Release: 12.2 Codename: Mantis # uname -rm 3.4.11-2.16-desktop x86_64 Reproducible: Always Steps to Reproduce: 1. 2. 3. Actual Results: - -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
https://bugzilla.novell.com/show_bug.cgi?id=802834 https://bugzilla.novell.com/show_bug.cgi?id=802834#c1 Vladimir Laskov <samflanker@gmail.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |CLOSED Resolution| |WONTFIX --- Comment #1 from Vladimir Laskov <samflanker@gmail.com> 2013-02-11 09:06:31 UTC --- need flush tables with setkey command setkey -PF thanks solution is found -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com