PDA

View Full Version : Mixed Wired and Wireless Network


mmilian
03-13-2004, 02:03 PM
Hi everybody,

here is my aim:
- having a laptop with wireless pc card on W2K PRO with adress 192.168.15.95
- having a desktop pc running W2K PRO with ADSL MODEM, one NIC (192.168.0.1) and Wireless PCI (192.168.15.250)
- Internet Connexion Sharaing is up an running providing Internet connexions to PC's on the wired network via hub with adresses 192.168.0.xxx and default gateway define to 192.168.0.1 => This works fine

here are the routing tables of LAPTOP and DESKTOP.

I've enabled on registry the IPEnableRouting DWORD value to 1 on TCP/IP Parameters.

What should I do to connect to internet from the laptop?
Any persistent route to add on the routing tables?
Any wrong network configuration?

Many thanks for your help,
Kind regards,

Marc

++++++++++++++++++++++++
ROUTING TABLES
++++++++++++++++++++++++
LAPTOP:
===========================================================================
Liste d'Interfaces
0x1 ........................... MS TCP Loopback interface
0x1000003 ...00 c0 49 d6 b5 4a ...... U.S. Robotics 802.11g Wireless Turbo Adapter
0x1000004 ...00 e0 98 77 c5 35 ...... NETGEAR FA410TX PC Card
===========================================================================
===========================================================================
Itin‚raires actifsÿ:
Destination r‚seau Masque r‚seau Adr. passerelle Adr. interface M‚trique
0.0.0.0 0.0.0.0 192.168.0.1 192.168.15.95 1
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.15.250 192.168.15.95 1
192.168.15.0 255.255.255.0 192.168.15.95 192.168.15.95 1
192.168.15.95 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.15.255 255.255.255.255 192.168.15.95 192.168.15.95 1
224.0.0.0 224.0.0.0 192.168.15.95 192.168.15.95 1
255.255.255.255 255.255.255.255 192.168.15.95 192.168.15.95 1
Passerelle par d‚fautÿ: 192.168.0.1
===========================================================================
Itin‚raires persistantsÿ:
Aucun
++++++++++++++++++++++
DESKTOP:
===========================================================================
Liste d'Interfaces
0x1 ........................... MS TCP Loopback interface
0x1000003 ...00 c0 49 c9 e4 b6 ...... USR 22M WLAN Adapter
0x1000004 ...00 0a e6 6c ef 39 ...... SiS NIC SISNIC
0x2000005 ...00 53 45 00 00 00 ...... WAN (PPP/SLIP) Interface
===========================================================================
===========================================================================
Itin‚raires actifsÿ:
Destination r‚seau Masque r‚seau Adr. passerelle Adr. interface M‚trique
0.0.0.0 0.0.0.0 194.158.81.230 194.158.81.230 1
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 1
192.168.0.1 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.0.255 255.255.255.255 192.168.0.1 192.168.0.1 1
192.168.15.0 255.255.255.0 192.168.15.250 192.168.15.250 1
192.168.15.250 255.255.255.255 127.0.0.1 127.0.0.1 1
192.168.15.255 255.255.255.255 192.168.15.250 192.168.15.250 1
194.158.74.36 255.255.255.255 194.158.81.230 194.158.81.230 1
194.158.81.230 255.255.255.255 127.0.0.1 127.0.0.1 1
194.158.81.255 255.255.255.255 194.158.81.230 194.158.81.230 1
224.0.0.0 224.0.0.0 192.168.0.1 192.168.0.1 1
224.0.0.0 224.0.0.0 192.168.15.250 192.168.15.250 1
224.0.0.0 224.0.0.0 194.158.81.230 194.158.81.230 1
255.255.255.255 255.255.255.255 192.168.15.250 192.168.15.250 1
Passerelle par d‚fautÿ: 194.158.81.230
===========================================================================
Itin‚raires persistantsÿ:
Aucun

Prometheus
03-13-2004, 05:01 PM
You need a wireless accesspoint to direct the wireless to the laptop

Some of this is beyond me but I thinks thats all you need...

mmilian
03-14-2004, 06:00 AM
Of course I know I can BUY a Wireless Access Point but I won't pay for it! I have only 2 computers that are with Wireless, Laptop and Desktop and I use the AdHoc mode.
The thing is I want my Desktop act as a router.
Well I was wondering about ICS. Its does NAT and may be it 's the problem... cause it does NAT on the 192.168.0.xxx adresses then with the Wireless adress of my laptop It may not work (192.168.15.90)

Here is another question? did anybody think I can use subnetted local network using 192.168.0.xxx adresses on wired and wireless but with subnet mask defined by 255.255.255.192 (I need only 2 subnets => 2+1 gives 3 that is in binary 00000011 => need of 2 bits => then 11000000 in dec is 192).
And may be NAT from ICS will work I'm going to try this. But still accept any suggestions... :D

I'm sure it can be done without Access Point! I will finish to achieve that!

Bye,