Routing/forvarding problem

R

rzajac

Hi

I have internet connection throughh DSL

DSL <--> Linksys Router <--> Windows XP Pro BOX <--> Linux BOX


192.168.1.1 Linksys
192.168.1.2 is Windows XP Pro BOX (first network card - same network as
linksys)
192.168.0.1 is Windows XP Pro BOX (first network card - same network
as Linux box)
192.168.0.183 Linux BOX

Linksys settings:

(routing table)
192.168.1.0 255.255.255.0 0.0.0.0 LAN & Wireless
192.168.0.0 255.255.255.0 192.168.1.2 LAN & Wireless
xxx.xxx.xxx.0 255.255.255.0 0.0.0.0 WAN (Internet)
0.0.0.0 0.0.0.0 xxx.xxx.xxx.xxx WAN (Internet)


Windows routing table:

route print

Network Destination Netmask Gateway Interface
Metric
0.0.0.0 0.0.0.0 192.168.1.1 192.168.1.2
30
127.0.0.0 255.0.0.0 127.0.0.1 127.0.0.1
1
192.168.0.0 255.255.255.0 192.168.0.1 192.168.0.1
20
192.168.0.1 255.255.255.255 127.0.0.1 127.0.0.1
20
192.168.0.255 255.255.255.255 192.168.0.1 192.168.0.1
20
192.168.1.0 255.255.255.0 192.168.1.2 192.168.1.2
30
192.168.1.2 255.255.255.255 127.0.0.1 127.0.0.1
30
192.168.1.255 255.255.255.255 192.168.1.2 192.168.1.2
30
224.0.0.0 240.0.0.0 192.168.0.1 192.168.0.1
20
224.0.0.0 240.0.0.0 192.168.1.2 192.168.1.2
30
255.255.255.255 255.255.255.255 192.168.0.1 192.168.0.1
1
255.255.255.255 255.255.255.255 192.168.1.2 192.168.1.2
1
Default Gateway: 192.168.1.1
===========================================================================
Persistent Routes:
None

I set
HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\Tcpip\Parameters
to 1
and restarted windows. I also anabled internet connection sharing.


I have acces to the internet form Linux and i can ping all computers
form it
I can ping it from windows box but i cannot ping it (linux) form any
other computer connected to the same network as windows XP BOX.

Does anyone know where can be the problem?

Ralph
 
D

Doug Sherman [MVP]

Assuming that "the same network as windows XP BOX" = the 192.168.1.x
network: What happens if you disable Internet Connection Sharing and the
firewall? Since you have a static route on the router, there is no obvious
need for ICS.

Doug Sherman
MCSE, MCSA, MCP+I, MVP
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top