My problem is similar to heema's suggestion. I am using SuSE 9.3 and according to the SuSE handbook the directory/files are:
/etc/sysconfig/network/routes
and
/etc/sysconfig/network/ifroute-*
where * is the interface.
When I enter my routing data via the route command then all is fine. However I cannot get it to work when I try to make it permanent using the files above. Also, in the /etc/sysconfig/network/ directory the file ifroute-eth0 did not exist so I created it and inserted my data according to the example in the handbook. Are there any SuSE users who could post what they are using for their permanent routing. It would be much appreciated.
Larry
QUOTE]
Originally posted by heema
if you want to make it permanent then add it in /etc/network/interfaces
here is mine:
Code:
auto eth0
iface eth0 inet static
address 192.168.1.2
netmask 255.255.255.0
broadcast 192.168.1.255
gateway 192.168.1.1
[/QUOTE]