Networking Forums

Networking Forums > Wireless Networking > Wireless Networks > Unusual network setup due to hardware limitation

Reply
Thread Tools Display Modes

Unusual network setup due to hardware limitation

 
 
Recon
Guest
Posts: n/a

 
      12-09-2005, 01:10 PM
Greetings,

Let me get right into the network topology to give you an idea of how my
network is setup.

(label this 1st machine)
I have a wireless nic card on a desktop machine that's associated with an
AP. That wireless connection has internet connection sharing with an ethernet
NIC. Ethernet nic is hooked up to the "internet" port of my wireless AP. My
AP is a linksys WRT54g which does not support "client mode" so i can't link
it up to the AP that I'm receiving internet from. Which is why im forced to
implement a bizzare setup (which works fine) however the problem here is:

(label this 2nd machine)
I got another PC that has its seperate internet connection through ethernet
and also has a wireless nic that's associated with MY AP(that also has
internet), however I dont want it to take internet from my ap but i do want
it to be able to access the default gateway (192.168.1.1 the AP)so it can
talk to the (192.168.0.1) which is the first workstation I spoke off that is
taking internet from another AP through its wireless NIC(sharing). Disabling
the gateway on the 2nd machine will render me unable to speak to that
IP(192.168.0.1) because its on a different subnet and it only works at that
ip. Is there a way to edit the routing table or somehow tell the default
gateway of MY AP not to go beyond the 192.168.0.1?

I hope you understand my setup, its pretty confusing.
 
Reply With Quote
 
 
 
 
Doug Sherman [MVP]
Guest
Posts: n/a

 
      12-10-2005, 08:09 PM
I don't understand this infrastructure at all. But if a default gateway of
192.168.1.1 gets you to 192.168.01, then this will work - Configure no
default gateway or a fake default gateway and execute this command:

route -p add 192.168.0.0 MASK 255.255.255.0 192.168.1.1

Doug Sherman
MCSE, MCSA, MCP+I, MVP

"Recon" <(E-Mail Removed)> wrote in message
news:4B53CD7E-E75C-4108-B21D-(E-Mail Removed)...
> Greetings,
>
> Let me get right into the network topology to give you an idea of how my
> network is setup.
>
> (label this 1st machine)
> I have a wireless nic card on a desktop machine that's associated with an
> AP. That wireless connection has internet connection sharing with an

ethernet
> NIC. Ethernet nic is hooked up to the "internet" port of my wireless AP.

My
> AP is a linksys WRT54g which does not support "client mode" so i can't

link
> it up to the AP that I'm receiving internet from. Which is why im forced

to
> implement a bizzare setup (which works fine) however the problem here is:
>
> (label this 2nd machine)
> I got another PC that has its seperate internet connection through

ethernet
> and also has a wireless nic that's associated with MY AP(that also has
> internet), however I dont want it to take internet from my ap but i do

want
> it to be able to access the default gateway (192.168.1.1 the AP)so it can
> talk to the (192.168.0.1) which is the first workstation I spoke off that

is
> taking internet from another AP through its wireless NIC(sharing).

Disabling
> the gateway on the 2nd machine will render me unable to speak to that
> IP(192.168.0.1) because its on a different subnet and it only works at

that
> ip. Is there a way to edit the routing table or somehow tell the default
> gateway of MY AP not to go beyond the 192.168.0.1?
>
> I hope you understand my setup, its pretty confusing.



 
Reply With Quote
 
Recon
Guest
Posts: n/a

 
      12-12-2005, 10:01 AM
Thank you Doug, that's exactly what I was looking for. I hope my unusual
network setup didnt cause you a migraine, because comming up with it caused
me one lol. By the way i didnt mention the unusual "pppoe over wifi" that
they use to provide internet (if i just had an AP that can work in client
mode i couldve avoided all this) nevertheless it works perfectly now.

Best Regards,


"Doug Sherman [MVP]" wrote:

> I don't understand this infrastructure at all. But if a default gateway of
> 192.168.1.1 gets you to 192.168.01, then this will work - Configure no
> default gateway or a fake default gateway and execute this command:
>
> route -p add 192.168.0.0 MASK 255.255.255.0 192.168.1.1
>
> Doug Sherman
> MCSE, MCSA, MCP+I, MVP
>
> "Recon" <(E-Mail Removed)> wrote in message
> news:4B53CD7E-E75C-4108-B21D-(E-Mail Removed)...
> > Greetings,
> >
> > Let me get right into the network topology to give you an idea of how my
> > network is setup.
> >
> > (label this 1st machine)
> > I have a wireless nic card on a desktop machine that's associated with an
> > AP. That wireless connection has internet connection sharing with an

> ethernet
> > NIC. Ethernet nic is hooked up to the "internet" port of my wireless AP.

> My
> > AP is a linksys WRT54g which does not support "client mode" so i can't

> link
> > it up to the AP that I'm receiving internet from. Which is why im forced

> to
> > implement a bizzare setup (which works fine) however the problem here is:
> >
> > (label this 2nd machine)
> > I got another PC that has its seperate internet connection through

> ethernet
> > and also has a wireless nic that's associated with MY AP(that also has
> > internet), however I dont want it to take internet from my ap but i do

> want
> > it to be able to access the default gateway (192.168.1.1 the AP)so it can
> > talk to the (192.168.0.1) which is the first workstation I spoke off that

> is
> > taking internet from another AP through its wireless NIC(sharing).

> Disabling
> > the gateway on the 2nd machine will render me unable to speak to that
> > IP(192.168.0.1) because its on a different subnet and it only works at

> that
> > ip. Is there a way to edit the routing table or somehow tell the default
> > gateway of MY AP not to go beyond the 192.168.0.1?
> >
> > I hope you understand my setup, its pretty confusing.

>
>
>

 
Reply With Quote
 
Doug Sherman [MVP]
Guest
Posts: n/a

 
      12-12-2005, 02:27 PM
Yuck - another triumph of technology. Go get 'em, Recon

Doug Sherman
MCSE, MCSA, MCP+I, MVP

"Recon" <(E-Mail Removed)> wrote in message
news:9A62FD4C-F640-4843-ADF6-(E-Mail Removed)...
> Thank you Doug, that's exactly what I was looking for. I hope my unusual
> network setup didnt cause you a migraine, because comming up with it

caused
> me one lol. By the way i didnt mention the unusual "pppoe over wifi" that
> they use to provide internet (if i just had an AP that can work in client
> mode i couldve avoided all this) nevertheless it works perfectly now.
>
> Best Regards,
>
>
> "Doug Sherman [MVP]" wrote:
>
> > I don't understand this infrastructure at all. But if a default gateway

of
> > 192.168.1.1 gets you to 192.168.01, then this will work - Configure no
> > default gateway or a fake default gateway and execute this command:
> >
> > route -p add 192.168.0.0 MASK 255.255.255.0 192.168.1.1
> >
> > Doug Sherman
> > MCSE, MCSA, MCP+I, MVP
> >
> > "Recon" <(E-Mail Removed)> wrote in message
> > news:4B53CD7E-E75C-4108-B21D-(E-Mail Removed)...
> > > Greetings,
> > >
> > > Let me get right into the network topology to give you an idea of how

my
> > > network is setup.
> > >
> > > (label this 1st machine)
> > > I have a wireless nic card on a desktop machine that's associated with

an
> > > AP. That wireless connection has internet connection sharing with an

> > ethernet
> > > NIC. Ethernet nic is hooked up to the "internet" port of my wireless

AP.
> > My
> > > AP is a linksys WRT54g which does not support "client mode" so i can't

> > link
> > > it up to the AP that I'm receiving internet from. Which is why im

forced
> > to
> > > implement a bizzare setup (which works fine) however the problem here

is:
> > >
> > > (label this 2nd machine)
> > > I got another PC that has its seperate internet connection through

> > ethernet
> > > and also has a wireless nic that's associated with MY AP(that also has
> > > internet), however I dont want it to take internet from my ap but i do

> > want
> > > it to be able to access the default gateway (192.168.1.1 the AP)so it

can
> > > talk to the (192.168.0.1) which is the first workstation I spoke off

that
> > is
> > > taking internet from another AP through its wireless NIC(sharing).

> > Disabling
> > > the gateway on the 2nd machine will render me unable to speak to that
> > > IP(192.168.0.1) because its on a different subnet and it only works at

> > that
> > > ip. Is there a way to edit the routing table or somehow tell the

default
> > > gateway of MY AP not to go beyond the 192.168.0.1?
> > >
> > > I hope you understand my setup, its pretty confusing.

> >
> >
> >



 
Reply With Quote
 
 
 
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Please Help me in VPN Setup and a good VPN hardware recommendation as400tips@lycos.com Windows Networking 1 12-10-2006 02:24 PM
Unusual Home Network Bal Network Routers 4 04-03-2006 06:45 PM
SBS 2003 - Hardware setup Eduardo Pietri Windows Networking 1 08-19-2005 04:54 AM
WEP / WPA: hardware or software limitation Daniel CLEMENT Wireless Internet 17 11-07-2004 12:31 AM
setup / hardware help smeg Broadband 8 01-24-2004 12:42 PM



1 2 3 4 5 6 7 8 9 10 11