PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : route.conf ist nicht vorhanden!


21.12.00, 08:05
Hallo!

Ich möchte über meinen Linux Server (Suse 7.0) routen. Das Netzwerk funktioniert soweit. Aber die route.conf die ich für das Routing benötige ist nicht vorhanden.
Kann mir jemand weiterhelfen?

Gruß, Gustl

Ilja
21.12.00, 14:22
hi,

leg' dir doch eine an http://www.linuxforen.de/ubb/wink.gif ist eine reine text-datei. weiter nichts. ist aber komisch, dass die route.conf nicht vorhanden ist http://www.linuxforen.de/ubb/confused.gif

------------------
gruss
ilja (http://www.andreasr.de) @ OSZine (http://www.oszine.de)

21.12.00, 20:09
Danke Ilja!

Ich find's auch komisch, vor allem weil diese Datei bei meinem ersten Versuch einen Server mit Linux aufzusetzen automatisch vorhanden war.

Ilja
21.12.00, 23:28
kommt mir auch komisch vor. hast du evtl. aus versehen gelöscht?

------------------
gruss
ilja (http://www.andreasr.de) @ OSZine (http://www.oszine.de)

21.12.00, 23:35
Ich Poste dir einfach mal meine! Eventuell hilft dir das ja!

/etc/route.conf


#
# /etc/route.conf
#
# In this file you can configure your static routing...
#
# This file is read by /sbin/init.d/route.
#
#
# Destination Dummy/Gateway Netmask Device
#
# Examples:
#
# Net devices
# 193.141.17.192 0.0.0.0 255.255.255.192 eth0
#
# Gateways
# default Riemann
# 0.0.0.0 193.141.17.193
#
#
# Host behind Gateway
# 193.141.17.142 193.141.17.193 255.255.255.255
#
# Net behind a Gateway
# 193.141.17.145 193.141.17.193 255.255.255.0
#
# Multicast route for e.g. eth0. IP multicasting, forwarding and perhaps
# multicast routing in kernel should be enabled. More information will
# be found in the NET-3-HOWTO. Most people do NOT need this feature.
#
# 224.0.0.0 0.0.0.0 240.0.0.0 eth0
#
# ISDN (i4l)
# 192.168.0.1 0.0.0.0 255.255.255.255 ippp0
# default 192.168.0.1
192.168.99.0 0.0.0.0 255.255.255.0 eth0
192.168.0.1 0.0.0.0 255.255.255.255 ippp0


Gruß
Ronald

22.12.00, 18:33
Danke Ronald!

Werde mich an deine Datei halten, wenn ich meine route.conf anlege.