• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Probs. bei der gem. Nutzung der inet. im Netzwerk

also...


struktur

Server-> suse linux

clients: winxp pro

problem:

domäne funktioniert einwandfrei
ping funktioniert
ip-forwarding alles wunderbar

nur ich hab kein inet auf dem winxp rechner ( der linux hat eine netzwerk karte )

Code:
server:~ # iptables -t nat -L
Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination
MASQUERADE  all  --  anywhere             anywhere

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination
server:~ # iptables -t nat -L
Chain PREROUTING (policy ACCEPT)
target     prot opt source               destination

Chain POSTROUTING (policy ACCEPT)
target     prot opt source               destination
MASQUERADE  all  --  anywhere             anywhere

Chain OUTPUT (policy ACCEPT)
target     prot opt source               destination

Code:
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
88.65.64.1      0.0.0.0         255.255.255.255 UH    0      0        0 dsl0
192.168.0.0     0.0.0.0         255.255.255.0   U     0      0        0 eth0
169.254.0.0     0.0.0.0         255.255.0.0     U     0      0        0 eth0
127.0.0.0       0.0.0.0         255.0.0.0       U     0      0        0 lo
0.0.0.0         88.65.64.1      0.0.0.0         UG    0      0        0 dsl0

Code:
server:~ # ifconfig
dsl0      Link encap:Point-to-Point Protocol
          inet addr:88.65.76.237  P-t-P:88.65.64.1  Mask:255.255.255.255
          UP POINTOPOINT RUNNING NOARP MULTICAST  MTU:1492  Metric:1
          RX packets:3880 errors:0 dropped:0 overruns:0 frame:0
          TX packets:3991 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:3
          RX bytes:1730209 (1.6 Mb)  TX bytes:711330 (694.6 Kb)

eth0      Link encap:Ethernet  HWaddr 00:17:31:9C:1B:73
          inet addr:192.168.0.188  Bcast:192.168.0.255  Mask:255.255.255.0
          inet6 addr: fe80::217:31ff:fe9c:1b73/64 Scope:Link
          UP BROADCAST NOTRAILERS RUNNING MULTICAST  MTU:1500  Metric:1
          RX packets:34050 errors:0 dropped:0 overruns:0 frame:0
          TX packets:33565 errors:0 dropped:10 overruns:0 carrier:0
          collisions:0 txqueuelen:1000
          RX bytes:15154703 (14.4 Mb)  TX bytes:5680760 (5.4 Mb)
          Interrupt:3

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:4494 errors:0 dropped:0 overruns:0 frame:0
          TX packets:4494 errors:0 dropped:0 overruns:0 carrier:0
          collisions:0 txqueuelen:0
          RX bytes:359611 (351.1 Kb)  TX bytes:359611 (351.1 Kb)

ich hoffe ihr könnt mir weiter helfen
 
Oben