Eigentlich ganz einfach.
Ein Server mit 3 Nics
eth0 für DSL
eth1 fürs interne Netz (Kabel)
eth2 fürs interne Netz (WLAN)
ifconfig -a spuckt folgenden aus:
	
	
	
		
desweiteren sagt ein route
	
	
	
		
So weit so gut.
Mein PC auf eth1 mit 192.168.0.6/24 sagt bei einem
ping auf 192.168.0.1 --> OK
ping auf 192.168.1.1 --> OK
ping auf 192.168.1.2 --> nüscht (Das ist der WLAN Acess Point)
ping auf 192.168.1.3 --> auch nix (WIN XP PC)
Der Win XP PC (192.168.1.3/24)
ping auf 192.168.1.2 -- OK
ping auf 192.168.1.1 -- OK
ping auf 192.168.0.1 -- OK
ping auf 192.168.0.6 -- Nix
Woran liegt's ?
			
			Ein Server mit 3 Nics
eth0 für DSL
eth1 fürs interne Netz (Kabel)
eth2 fürs interne Netz (WLAN)
ifconfig -a spuckt folgenden aus:
		Code:
	
	eth0      Link encap:Ethernet  HWaddr GE:FA:KE:T0:00:00
          inet addr:10.0.0.1  Bcast:10.0.0.255  Mask:255.255.255.0
          inet6 addr: fe80::2e0:7dff:fe82:abb2/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:8851830 errors:425 dropped:0 overruns:0 frame:0
          TX packets:9838669 errors:0 dropped:0 overruns:0 carrier:0
          collisions:75418 txqueuelen:100
          RX bytes:2267192648 (2162.1 Mb)  TX bytes:1689955961 (1611.6 Mb)
          Interrupt:11 Base address:0xf000
eth1      Link encap:Ethernet  HWaddr GE:FA:KE:T0:00:00
          inet addr:192.168.0.1  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::280:adff:fe30:a4e0/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:80703 errors:0 dropped:0 overruns:0 frame:0
          TX packets:106665 errors:0 dropped:0 overruns:0 carrier:0
          collisions:624 txqueuelen:100
          RX bytes:11772596 (11.2 Mb)  TX bytes:84997498 (81.0 Mb)
          Interrupt:10 Base address:0xc800
eth2      Link encap:Ethernet  HWaddr GE:FA:KE:T0:00:00
          inet addr:192.168.1.1  Bcast:192.168.1.255  Mask:255.255.255.0
          inet6 addr: fe80::250:baff:fe56:74ed/64 Scope:Link
          UP BROADCAST RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:83656 errors:0 dropped:0 overruns:0 frame:0
          TX packets:102568 errors:0 dropped:0 overruns:0 carrier:0
          collisions:11 txqueuelen:100
          RX bytes:10939994 (10.4 Mb)  TX bytes:109117669 (104.0 Mb)
          Interrupt:9 Base address:0xcc00
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:3490 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3490 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:573045 (559.6 Kb)  TX bytes:573045 (559.6 Kb)
ppp0      Link encap:Point-to-Point Protocol
          inet addr:80.143.163.24  P-t-P:217.5.98.137  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1492  Metric:1
          RX packets:8496 errors:0 dropped:0 overruns:0 frame:0
          TX packets:13785 errors:0 dropped:3 overruns:0 carrier:0
          collisions:0 txqueuelen:3
          RX bytes:987112 (963.9 Kb)  TX bytes:942192 (920.1 Kb)
sit0      Link encap:IPv6-in-IPv4
          NOARP  MTU:1480  Metric:1
          RX packets:0 errors:0 dropped:0 overruns:0 frame:0
          TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:0 (0.0 b)  TX bytes:0 (0.0 b)
	desweiteren sagt ein route
		Code:
	
	Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
217.5.98.137    *               255.255.255.255 UH    0      0        0 ppp0
10.0.0.0        *               255.255.255.0   U     0      0        0 eth0
192.168.1.0     *               255.255.255.0   U     0      0        0 eth2
192.168.0.0     *               255.255.255.0   U     0      0        0 eth1
default         217.5.98.137    0.0.0.0         UG    0      0        0 ppp0
	So weit so gut.
Mein PC auf eth1 mit 192.168.0.6/24 sagt bei einem
ping auf 192.168.0.1 --> OK
ping auf 192.168.1.1 --> OK
ping auf 192.168.1.2 --> nüscht (Das ist der WLAN Acess Point)
ping auf 192.168.1.3 --> auch nix (WIN XP PC)
Der Win XP PC (192.168.1.3/24)
ping auf 192.168.1.2 -- OK
ping auf 192.168.1.1 -- OK
ping auf 192.168.0.1 -- OK
ping auf 192.168.0.6 -- Nix
Woran liegt's ?