Probleme mit Routerkonfiguration

MPL.Pleitner at t-online.de MPL.Pleitner at t-online.de
Do Apr 13 15:19:23 CEST 2006


Hallo Lugravtuxe,

ich knacke an der Routingkonfiguration meines LINUX-Server herum.

Hier die Netzwerktopologie
----------------------------
                                    +---------------+
                                    | LINUX Router  |               
+----------+
      +------------+                | SuSe 7.3      |                |
PC21     |
      | NAT Router |                | Kernel 2.4.10 |                |
WIN 2000 |
      |            | 192.168.3.0/24 |               | 192.168.1.0/24 |  
       |    
WAN --+ WAN   .254 +----------------+ .250     .250 +----------------+
.21      |
      |            |                |      .250     |                |  
       |
      +------------+                +-------+-------+               
+----------+
                                            |
                                            |
                                            | 192.168.1.0/24
                                            |
                                            |
                                     +------+------+
                                     |     .20     |
                                     |             |
                                     | PC20        |
                                     | WIN 2000    |
                                     +-------------+


Ein PING vom Rechner PC20 (192.168.2.20) auf 192.168.3.254 funktioniert.

Ein PING auf eine WAN-IP-Adresse jedoch nicht.

- IPTRAF auf Eth0 des Server zeigt den ICMP echo reg und das
entsprechende
  ICMP echo rply.
- IPTRAF auf Eth2 des Server zeigt nur ICMP echo reg.

Vielleicht ist alles ganz einfach, ich sehe es bloß nicht.

Gruss
Martin


Konfiguration des NAT Router
----------------------------

Local LAN : 192.168.3.254/24
Global WAN: PPPoE

Routing Table:  IP-Adr          Mask          Gateway          Interface

                0.0.0.0         0.0.0.0       xxx.xxx.xxx.xxx  WAN
                192.168.1.0     255.255.255.0 192.168.3.250    LAN
                192.168.2.0     255.255.255.0 192.168.3.250    LAN
                192.168.1.0     255.255.255.0 192.168.3.250    LAN
                192.168.3.254   255.255.255.0 0.0.0.0          LAN


Konfiguration des Linux Server:
-------------------------------

eth0      Link encap:Ethernet  HWaddr 00:40:F4:55:74:73  
          inet addr:192.168.3.250  Bcast:192.168.3.255 
Mask:255.255.255.0
          inet6 addr: fe80::240:f4ff:fe55:7473/10 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:70785 errors:0 dropped:0 overruns:0 frame:0
          TX packets:55035 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          RX bytes:83290602 (79.4 Mb)  TX bytes:6011829 (5.7 Mb)
          Interrupt:9 Base address:0x5000 

eth1      Link encap:Ethernet  HWaddr 00:40:F4:55:76:9F  
          inet addr:192.168.1.250  Bcast:192.168.1.255 
Mask:255.255.255.0
          inet6 addr: fe80::240:f4ff:fe55:769f/10 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:104812 errors:0 dropped:0 overruns:0 frame:0
          TX packets:98750 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:100 
          RX bytes:18524020 (17.6 Mb)  TX bytes:68639384 (65.4 Mb)
          Interrupt:12 Base address:0x7000 

eth2      Link encap:Ethernet  HWaddr 00:40:F4:55:76:FF  
          inet addr:192.168.2.250  Bcast:192.168.2.255 
Mask:255.255.255.0
          inet6 addr: fe80::240:f4ff:fe55:76ff/10 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:124394 errors:0 dropped:0 overruns:0 frame:0
          TX packets:142800 errors:0 dropped:0 overruns:1 carrier:0
          collisions:0 txqueuelen:100 
          RX bytes:55371266 (52.8 Mb)  TX bytes:82410990 (78.5 Mb)
          Interrupt:10 Base address:0x9000 

lo        Link encap:Local Loopback  
          inet addr:127.0.0.1  Mask:255.0.0.0
          inet6 addr: ::1/128 Scope:Host
          UP LOOPBACK RUNNING  MTU:16436  Metric:1
          RX packets:50575 errors:0 dropped:0 overruns:0 frame:0
          TX packets:50575 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0 
          RX bytes:16049570 (15.3 Mb)  TX bytes:16049570 (15.3 Mb)

Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
Iface
192.168.3.0     0.0.0.0         255.255.255.0   U     0      0        0
eth0
192.168.2.0     0.0.0.0         255.255.255.0   U     0      0        0
eth2
192.168.1.0     0.0.0.0         255.255.255.0   U     0      0        0
eth1
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0
lo
0.0.0.0         192.168.3.254   0.0.0.0         UG    0      0        0
eth0


Chain INPUT (policy ACCEPT)
target     prot opt source               destination         

Chain FORWARD (policy ACCEPT)
target     prot opt source               destination         

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination         

IP_forward ist aktiv !


Konfiguration der Arbeitsplätze
-------------------------------

PC 20   IP-Adr: 192.168.2.20
        Mask  : 255.255.255.0
        Def-GW:	192.168.2.250

PC 21   IP-Adr: 192.168.1.21
        Mask  : 255.255.255.0
        Def-GW:	192.168.1.250