https://bugzilla.novell.com/show_bug.cgi?id=289649 Summary: Adding and entry to YaST's Routing 'expert table' fails. Product: openSUSE 10.2 Version: Final Platform: x86-64 OS/Version: openSUSE 10.2 Status: NEW Severity: Normal Priority: P5 - None Component: YaST2 AssignedTo: bnc-team-screening@forge.provo.novell.com ReportedBy: mvdv@spamcop.net QAContact: jsrain@novell.com Found By: Customer In YaST>>Network Services>>Routing Adding an entry to the 'expert table' fails [/var/log/messages] Jul 5 16:55:40 frontend ifup-route: Error while executing: Jul 5 16:55:40 frontend ifup-route: Command 'ip route replace to 192.168.0.21/16 via 192.168.0.11' returned: Jul 5 16:55:40 frontend ifup-route: RTNETLINK answers: Invalid argument Jul 5 16:55:40 frontend ifup-route: Configuration line: 192.168.0.21 192.168.0.11 16 Jul 5 16:55:40 frontend SuSEfirewall2: Setting up rules from /etc/sysconfig/SuSEfirewall2 ... Jul 5 16:55:41 frontend SuSEfirewall2: batch committing... Jul 5 16:55:41 frontend SuSEfirewall2: Firewall rules successfully set Jul 5 16:55:45 frontend kernel: eth0: no IPv6 routers present Jul 5 16:55:49 frontend kernel: eth1: no IPv6 routers present There is no route entry: frontend:~ # ip route show 192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.5 192.168.0.0/24 dev eth1 proto kernel scope link src 192.168.0.10 192.168.0.0/24 dev ib0 proto kernel scope link src 192.168.0.11 192.168.0.0/24 dev ib1 proto kernel scope link src 192.168.0.12 169.254.0.0/16 dev eth0 scope link 127.0.0.0/8 dev lo scope link default via 192.168.1.254 dev eth0 Adding the same entry by hand succeeds: frontend:~ # ip route add 192.168.0.21 via 192.168.0.11 frontend:~ # ip route show 192.168.0.21 via 192.168.0.11 dev ib0 192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.5 192.168.0.0/24 dev eth1 proto kernel scope link src 192.168.0.10 192.168.0.0/24 dev ib0 proto kernel scope link src 192.168.0.11 192.168.0.0/24 dev ib1 proto kernel scope link src 192.168.0.12 169.254.0.0/16 dev eth0 scope link 127.0.0.0/8 dev lo scope link default via 192.168.1.254 dev eth0 Have I overlooked something?? -- 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.