We have a good-sized shell script that automates our openSUSE and SLES OS configurations, chained into from autoyast. We'd like it to set up a multicast route. If I put the route in /etc/sysconfig/network/ifroute-eth0, the line seems to be ignored - I get no route. If I put the same line in /etc/sysconfig/network/routes, the line seems to take effect. However, the line eventually gets moved to routes.YaST2save and of course then stops working. I suspect I've been putting the right thing in ifroute-eth0 and the program utilizing ifroute-eth0 is doing something wrong, because otherwise it seems like the same line wouldn't work in /etc/sysconfig/network/routes. What do I need to do in order to automatically add a route and get it to stick? It seems I could add an rc script to re-add my line to /etc/sysconfig/network/routes on every boot, but... that's a little bit icky. The line I've been trying to use is: 228.0.0.0/8 0.0.0.0 255.0.0.0 eth0 multicast Thanks! -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org For additional commands, e-mail: opensuse+help@opensuse.org