Hi
My problem is that after all my efforts and reading i cannot setup my suse to act like a router for my home network.
The situation is like this:
I have a PC with both windows and SuSE 10.1.0 installed.
It has two Ethernet Adapters - eth0 (Realtek) and eth1 (Davicom)
In eth0 goes the ISP cable, that provides Internet for my windows and suse.
I use pppoe-start to authenticate with my ISP and make the connection.
eth0 is configured to receive automatic settings through DHCP
eth1 is configured as following:
IP: 192.168.1.1
Subnet Mask: 255.255.255.0
DNS: none
GW: none
On the other hand i have a laptop with windows XP installed and a singular ethernet adapter.
I have a switch that makes the connection between my PC's eth1 and the Laptop adapter.
When I boot my PC in Windows I use Internet Connection Sharing to provide Internet access to the Laptop and it works.
I want to make SuSE route the existing internet connection from eth0 to eth1 and from there to the laptop.
I tried different configs of eth1 in SuSE and
echo 1 > /proc/sys/net/ipv4/ip_forward,
but nothing worked.
I cannot even ping my PC's eth1 IP (192.168.1.1) from the laptop when i am in SUSE.
The configuration of the laptop's Network card is like this:
IP: 192.168.1.2
Subnet Mask: 255.255.255.0
GW: 192.168.1.1
DNS: 192.168.1.1
Any ideas

?