Netzwerkrouter 2 nics und die defaultroute verschwindet nach

Einrichten des lokalen Netzes, Verbindung zu anderen Computern und Diensten.
Antworten
Debnoob
Beiträge: 104
Registriert: 31.08.2002 17:46:51
Wohnort: Neumünster / S-H
Kontaktdaten:

Netzwerkrouter 2 nics und die defaultroute verschwindet nach

Beitrag von Debnoob » 02.08.2003 16:16:55

hallo
habe hier zu haus schon seit einiger zeit einen router stehen (suse 7.1) und habe mich gestern mal rangemacht dort ein neues system zu installieren ( debian "woody"),
naja wollte eigentlich auf einige vorzuege von debian nicht verzichten (z.B.: apt-get...usw.) , da ich schon eine workstation vor ca.8 monaten mehr oder weniger zum laufen bekommen habe, leider habe ich dann nach einigen schwierigkeiten debian dann fuere ca. ein halbes jahr auf eis gelegt und versuche es jetzt erneut mit dem router, wie oben schon erwaehnt.
habe hier im forum schon einige threads gelesen ueber das configuriern 2er nics und auch nach langem hin und her manuell zum laufen bekommen, so dass ich das locale netzwerk von 4-clientrechnern ( winkisten) ueber den router mit einer dsl-verbindung ins inet gebracht habe.:
so habe mir hier aus dem forum das firewallscript gesaugt und installiert, laeuft ja auch eigentlich super, nur sobald ich das netzwerk neu starte, verliert der router das default gateway !!???

eth0=192.168.0.11 lokale netz
eth1=192.168.1.12 -->ppp0

alle anderen clientrechner liegen im netzwerk 192.168.0.0/24
so nun mal kurzn paar configs und ausgaben ueber das netzwerk, damit,hoffe ich jedenfalls, keine fragen ueber meine configuration offen bleibt

so kurz meine interfaces:

Code: Alles auswählen

auto eth0
iface eth0 inet static
        address 192.168.0.11
        netmask 255.255.255.0
        network 192.168.0.0
        broadcast 192.168.0.255
        gateway 192.168.1.12

auto eth1
iface eth1 inet static
        address 192.168.1.12
        netmask 255.255.255.0
        network 192.168.1.0
        broadcast 192.168.1.255


pebbels:~# ifconfig
eth0      Link encap:Ethernet  HWaddr 00:48:54:54:ED:E9
          inet addr:192.168.0.11  Bcast:192.168.0.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:3503 errors:0 dropped:0 overruns:0 frame:0
          TX packets:2056 errors:0 dropped:0 overruns:0 carrier:0
          collisions:11
          RX bytes:380738 (371.8 KiB)  TX bytes:632623 (617.7 KiB)

eth1      Link encap:Ethernet  HWaddr 00:60:67:32:6A:A0
          inet addr:192.168.1.12  Bcast:192.168.1.255  Mask:255.255.255.0
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:513 errors:0 dropped:0 overruns:0 frame:0
          TX packets:534 errors:64 dropped:0 overruns:0 carrier:64
          collisions:0
          RX bytes:354176 (345.8 KiB)  TX bytes:113921 (111.2 KiB)

lo        Link encap:Local Loopback
          inet addr:127.0.0.1  Mask:255.0.0.0
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:33 errors:0 dropped:0 overruns:0 frame:0
          TX packets:33 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0
          RX bytes:2240 (2.1 KiB)  TX bytes:2240 (2.1 KiB)

so nun nachdem ich das netzwerk neu gestartet habe

Code: Alles auswählen

pebbels:~# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth1
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
und nun habe ich die default von hand neu gesetzt

Code: Alles auswählen

pebbels:~# route add default gw 192.168.1.12
pebbels:~# route -n
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0 eth1
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
0.0.0.0         192.168.1.12    0.0.0.0         UG    0      0        0 eth1


pebbels:~# cat /proc/pci
PCI devices found:
  Bus  0, device   0, function  0:
    Host bridge: Acer Laboratories Inc. [ALi] M1541 (rev 4).
      Master Capable.  Latency=64.
      Non-prefetchable 32 bit memory at 0xe0000000 [0xe3ffffff].
  Bus  0, device   1, function  0:
    PCI bridge: Acer Laboratories Inc. [ALi] M5243 (rev 4).
      Master Capable.  Latency=64.  Min Gnt=6.
  Bus  0, device   7, function  0:
    ISA bridge: Acer Laboratories Inc. [ALi] M1533 PCI to ISA Bridge [Aladdin IV] (rev 180).
  Bus  0, device  10, function  0:
    VGA compatible controller: S3 Inc. 86c764/765 [Trio32/64/64V+] (rev 84).
      IRQ 11.
      Non-prefetchable 32 bit memory at 0xe4000000 [0xe7ffffff].
  Bus  0, device  11, function  0:
    Ethernet controller: Realtek Semiconductor Co., Ltd. RTL-8139 (rev 16).
      IRQ 10.
      Master Capable.  Latency=64.  Min Gnt=32.Max Lat=64.
      I/O at 0xe000 [0xe0ff].
      Non-prefetchable 32 bit memory at 0xea000000 [0xea0000ff].
  Bus  0, device  12, function  0:
    Ethernet controller: Digital Equipment Corporation DECchip 21140 [FasterNet] (rev 34).
      IRQ 12.
      Master Capable.  Latency=96.  Min Gnt=20.Max Lat=40.
      I/O at 0xe400 [0xe47f].
      Non-prefetchable 32 bit memory at 0xea001000 [0xea00107f].
  Bus  0, device  15, function  0:
    IDE interface: Acer Laboratories Inc. [ALi] M5229 IDE (rev 32).
      IRQ 10.
      Master Capable.  Latency=64.  Min Gnt=2.Max Lat=4.
      I/O at 0xf000 [0xf00f].


pebbels:~# lsmod
Module                  Size  Used by    Tainted: P
ipt_TCPMSS              2336   0  (autoclean)
ipt_state                608   0  (autoclean)
ppp_synctty             4960   0  (unused)
ppp_async               6464   0
ipt_LOG                 3136   4  (autoclean)
iptable_mangle          2112   0  (autoclean) (unused)
iptable_filter          1728   1  (autoclean)
nbd                    14752   0  (unused)
isa-pnp                27432   0  (unused)
ppp_generic            18728   0  [ppp_synctty ppp_async]
slhc                    4432   0  [ppp_generic]
de4x5                  39136   1
ide-tape               48800   0
ipt_MIRROR              1056   0  (unused)
ipt_MASQUERADE          1216   0
ip_nat_irc              2368   0  (unused)
ip_nat_ftp              2944   0  (unused)
iptable_nat            12660   2  [ipt_MASQUERADE ip_nat_irc ip_nat_ftp]
ip_tables              10432  10  [ipt_TCPMSS ipt_state ipt_LOG iptable_mangle iptable_filter ipt_MIRROR ipt_MASQUERADE iptabl
e_nat]
ip_conntrack_irc        2496   0  (unused)
ip_conntrack_ftp        3200   0  (unused)
ip_conntrack           12684   4  [ipt_state ipt_MASQUERADE ip_nat_irc ip_nat_ftp iptable_nat ip_conntrack_irc ip_conntrack_ft
p]
wanrouter               8132   0  (unused)
appletalk              18988   0
irlan                  35328   0  (unused)
irda                  138796   0  [irlan]
ip_gre                  7264   0  (unused)
ipip                    6080   0  (unused)
ipx                    15636   0
umsdos                 23168   0  (unused)
smbfs                  31296   0  (unused)
ramfs                   1792   0  (unused)
msdos                   4668   0  [umsdos]
ntfs                   48544   0  (unused)
nfsd                   42848   0  (unused)
hpfs                   61408   0  (unused)


hoffe mir kann jemand helfen und mir sagen warum die defaultroute verloren wird und wie ich das vielleicht beheben kann !
waere super ! :)

mfg Debnoob

Antworten