hi,
nachdem ich endlich die probleme meines vorigen threads gelöst hab

hätte ich hier ein problem an dem ich schon sehr lange sitze:
ich möchte aus meinem suse 7.0 rechner einen router machen, d.h. der hat chello karte und andre fürs private LAN
der 2. rechner ist ein WinME laptop
ich hab einige versuche mit ping und ifconfig gestartet, irgendwie vermute ich dass der WinME rechner zwar rauskommt, aber keine pakete zurückgeschickt werden
das netzwerk funktioniert übrigens problemlos
da ich vermute dass das problem in der route.conf liegt will ich die hier gleich mal veröffentlichen:
================================================
#
# /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
#
192.168.0.0 0.0.0.0 255.255.255.0 eth1
213.47.113.xxx 0.0.0.0 255.255.255.255 eth0
# 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
0.0.0.0 213.47.113.1
#
#
# 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
default 213.47.113.1
================================================
ich bedanke mich jetzt schon mal für eure hilfe
cya estranho