Wireless Routing

G

Guest

I have two 2003 servers: Netserver (that is the domain controler and has the ip 192.168.0.1) and Mailserver IP 192.168.0.
For internet connection I have a hardware router that is the IP 192.168.0.254 which is the default gateway

Recently I add 1 wireless nic to mail server and gave it the ip 192.168.1.2

My objective is to provide connectivity for my portable computer that also has a wireless nic to lan segment 192.168.0.
For that I installed RRas chosing the option Lan Routing in the wizard, to mail server to forward packets from segment 192.168.1.x (wireless network) to 192.168.0.x (wire network) and manually gave the ip 192.168.1.5 and gateway 192.168.1.2 to my portable computer

Right now my portable pings with 192.168.1.2 and 192.168.0.2 (mail server) but cannot ping with 192.168.0.1 (netserver) or anyother host on segment 192.168.0.x and so other hosts cannot ping wireless lan

What can I do to put this to work, shold I make a static route if so how

Tks
 
D

Dusty Harper {MS}

The machines you are trying to PING need to know how to get back to the
subnet where the PING originated.

You need to add the following route to the machines on the 192.168.0.X
subnet

route add -p 192.168.1.0 mask 255.255.255.0 192.168.0.2

Alternatively, you could have DHCP hand this route out. You will also want
to add this route to your gateway.

--
--
Dusty Harper
Microsoft Corporation
----------------------------------------------------------------------------
This posting is provided "AS IS", with NO warranties and confers NO rights
----------------------------------------------------------------------------

Sergio Serrao said:
I have two 2003 servers: Netserver (that is the domain controler and has
the ip 192.168.0.1) and Mailserver IP 192.168.0.2
For internet connection I have a hardware router that is the IP
192.168.0.254 which is the default gateway.
Recently I add 1 wireless nic to mail server and gave it the ip 192.168.1.2.

My objective is to provide connectivity for my portable computer that also
has a wireless nic to lan segment 192.168.0.x
For that I installed RRas chosing the option Lan Routing in the wizard, to
mail server to forward packets from segment 192.168.1.x (wireless network)
to 192.168.0.x (wire network) and manually gave the ip 192.168.1.5 and
gateway 192.168.1.2 to my portable computer.
Right now my portable pings with 192.168.1.2 and 192.168.0.2 (mail server)
but cannot ping with 192.168.0.1 (netserver) or anyother host on segment
192.168.0.x and so other hosts cannot ping wireless lan.
 

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