i use suse 11.
That is a bit vague. To begin with we are here on the openSUSE forums. Supported versons are at this moment in time openSUSE 11.3 and openSUSE 11.4
When you forgot what you installed, please the output of
cat /etc/SuSE-release
Also your computer output looks strange. As an example I give below the output of netstat on my system:
henk@boven:~> netstat -r
Kernel IP routing table
Destination Gateway Genmask Flags MSS Window irtt Iface
10.0.0.0 * 255.255.255.0 U 0 0 0 eth0
link-local * 255.255.0.0 U 0 0 0 eth0
loopback * 255.0.0.0 U 0 0 0 lo
default adsl.henm.xs4al 0.0.0.0 UG 0 0 0 eth0
henk@boven:~>
Your output seems not to be the result of a copy/past, thus giving the impression that you meddled with it. As you see I not only give the output of the command, but also the command itself and even the prompt. Thus everybody can clearly see what I did and where I was (working directory) and if I was root or not. Can all be additional info and all with one sweep of the mouse without the need to explain much.
Then, your output shows that all packets with destination 10.50.81/24 should go through eth1. Do you have any connnection problems with systems in that LAN?
Then you suggest:
route add -net 79.51.20.0 netmask 255.255.255.0 gw 10.50.81.1 dev eth1
I do not know why. You never said anything about a 79.51.20/24 network that is connected through router 10.50.81.1. When you forgot to mention this in your first post and your problem is in the connection with that LAN, then you original problem description is missing a most essential part IMHO.
When you want connection to 75.51.20/24 through 10.50.81.1, then you must of course configure that. When you used YaST to configure your network, then use YaST again to add that route. Doing this manualy, as you suggest, is not very usefull, because you have to repeat that manualy after every boot.
I hope I do understand your problem correct. If not, please try to explain it more precise. Preferable not with “stories”, but with computer commands and their output (e.g. saying “when I do traceroute” is NOT usefull, showing it IS).