Go Back   Wireless and Wifi Forums > News > Newsgroups > alt.internet.wireless
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

 
Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 08-04-2008, 08:06 PM
compsosinc@gmail.com
Guest
 
Posts: n/a
Default Wired/Wireless Conflict

We use Windows 2003 Server on our wired LAN and we DO NOT use the
Internet for LAN computers or the Server. We do have a wireless DSL
router that we know works when we use a laptop (not on LAN)...

However, we now have the need to use a XP Pro PC on the Internet AND
the LAN. We installed a wireless adapter in the PC and we can connect
to DSL router and browse the Internet, BUT we have to disable the
wired LAN connection to get it to work.

Here is a summary of our setup:

Workstations on WIRED LAN:
IP: Statically assigned 192.168.1.x
GW: empty
DNS: 192.168.1.5 (WINDOWS 2003 Server IP address)

Wireless Router IP: 192.168.1.1
DHCP enabled --for laptops

PC Wireless Connection:

Obtain automatically IP & DNS, gets:

IP 192.168.1.42
DNS 192.168.1.1
DHCP 192.168.1.1

How can we get both the wired & wirelss connections working on this
PC. We want to isolate the Server and other PCs from the Internet as
much as possible.

Seems to be a gateway issue...

Thanks!

Reply With Quote
  #2 (permalink)  
Old 08-05-2008, 02:53 AM
Jeff Liebermann
Guest
 
Posts: n/a
Default Re: Wired/Wireless Conflict

On Mon, 4 Aug 2008 12:06:41 -0700 (PDT), compsosinc@gmail.com wrote:

>We use Windows 2003 Server on our wired LAN and we DO NOT use the
>Internet for LAN computers or the Server. We do have a wireless DSL
>router that we know works when we use a laptop (not on LAN)...
>
>However, we now have the need to use a XP Pro PC on the Internet AND
>the LAN. We installed a wireless adapter in the PC and we can connect
>to DSL router and browse the Internet, BUT we have to disable the
>wired LAN connection to get it to work.
>
>Here is a summary of our setup:
>
>Workstations on WIRED LAN:
>IP: Statically assigned 192.168.1.x
>GW: empty
>DNS: 192.168.1.5 (WINDOWS 2003 Server IP address)
>
>Wireless Router IP: 192.168.1.1
>DHCP enabled --for laptops
>
>PC Wireless Connection:
>
>Obtain automatically IP & DNS, gets:
>
>IP 192.168.1.42
>DNS 192.168.1.1
>DHCP 192.168.1.1
>
>How can we get both the wired & wirelss connections working on this
>PC. We want to isolate the Server and other PCs from the Internet as
>much as possible.
>
>Seems to be a gateway issue...


Any particular model router?

Nope. It's an IP layout issue. Two possible solutions.

1. Change your subnet for the wireless router to something other than
192.168.1.xxx. You can't have the same subnet on both sides of the
router (LAN and WAN). Leave the WAN IP at 192.168.1.42, but the LAN
side should be something like 192.168.111.1 with the DHCP delivering
IP's in the 192.168.111.xxx range.

2. Dump the un-necessary router and have the DHCP server in the
Windoze 2003 server deliver the IP's. See:
<http://wireless.navas.us/wiki/Wi-Fi_How_To#Use_a_wireless_router_as_a_wireless_acce ss_point>
Be sure to disable the DHCP server in your unspecified model router.

I think you'll find the PC will magically fix itself when both
interfaces (wired and wireless) do not share the same IP subnet. If
not, you'll need a static route for 192.168.1.xxx for the wired
interface, and a default route via wireless to get to the internet.
Details on request, but I think you'll find that things will work
after you cleanup your network per suggestions 1 or 2.

--
# Jeff Liebermann 150 Felker St #D Santa Cruz CA 95060
# 831-336-2558 jeffl@comix.santa-cruz.ca.us
# http://802.11junk.com jeffl@cruzio.com
# http://www.LearnByDestroying.com AE6KS

Reply With Quote
  #3 (permalink)  
Old 08-05-2008, 01:49 PM
compsosinc@gmail.com
Guest
 
Posts: n/a
Default Re: Wired/Wireless Conflict

On Aug 4, 9:53*pm, Jeff Liebermann <je...@cruzio.com> wrote:
> On Mon, 4 Aug 2008 12:06:41 -0700 (PDT), compsos...@gmail.com wrote:
> >We use Windows 2003 Server on our wired LAN and we DO NOT use the
> >Internet for LAN computers or the Server. We do have a wireless DSL
> >router that we know works when we use a laptop (not on LAN)...

>
> >However, we now have the need to use a XP Pro PC on the Internet AND
> >the LAN. We installed a wireless adapter in the PC and we can connect
> >to DSL router and browse the Internet, BUT we have to disable the
> >wired LAN connection to get it to work.

>
> >Here is a summary of our setup:

>
> >Workstations on WIRED LAN:
> >IP: Statically assigned 192.168.1.x
> >GW: empty
> >DNS: 192.168.1.5 (WINDOWS 2003 Server IP address)

>
> >Wireless Router IP: 192.168.1.1
> >DHCP enabled --for laptops

>
> >PC Wireless Connection:

>
> >Obtain automatically IP & DNS, gets:

>
> >IP 192.168.1.42
> >DNS 192.168.1.1
> >DHCP 192.168.1.1

>
> >How can we get both the wired & wirelss connections working on this
> >PC. We want to isolate the Server and other PCs from the Internet as
> >much as possible.

>
> >Seems to be a gateway issue...

>
> Any particular model router?
>
> Nope. *It's an IP layout issue. *Two possible solutions.
>
> 1. *Change your subnet for the wireless router to something other than
> 192.168.1.xxx. *You can't have the same subnet on both sides of the
> router (LAN and WAN). *Leave the WAN IP at 192.168.1.42, but the LAN
> side should be something like 192.168.111.1 with the DHCP delivering
> IP's in the 192.168.111.xxx range.
>
> 2. *Dump the un-necessary router and have the DHCP server in the
> Windoze 2003 server deliver the IP's. *See:
> <http://wireless.navas.us/wiki/Wi-Fi_How_To#Use_a_wireless_router_as_a...>
> Be sure to disable the DHCP server in your unspecified model router.
>
> I think you'll find the PC will magically fix itself when both
> interfaces (wired and wireless) do not share the same IP subnet. *If
> not, you'll need a static route for 192.168.1.xxx for the wired
> interface, and a default route via wireless to get to the internet.
> Details on request, but I think you'll find that things will work
> after you cleanup your network per suggestions 1 or 2.
>
> --
> # Jeff Liebermann 150 Felker St #D Santa Cruz CA 95060
> # 831-336-2558 * * * * * *je...@comix.santa-cruz.ca.us
> #http://802.11junk.com* * * * * * * je...@cruzio.com
> #http://www.LearnByDestroying.com* * * * * * * AE6KS- Hide quoted text -
>
> - Show quoted text -


Thanks for the reply. Looks like we will go with solution #1 and
change the wireless router to 192.168.2.1. Our LAN is setup with
staticIPs -we do not want to run DHCP on the Server-so we do not want
to change the LAN IPs. And the wireless router is running DHCP so it
is convenient for users with laptops to get on the Internet. We do not
have the wireless router plugged into the LAN switch and we do not
want our server or other LAN PCs to have Internet access -just the one
we put the adapter in.

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 Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Help - Fax-Modem-Phone Conflict gecko alt.comp.hardware 4 12-15-2007 08:24 PM
IP address conflict -keevill- alt.internet.wireless 3 07-12-2007 07:30 AM
Wired/Wireless network: cannot delete connections on laptop Haris.Hadzimuratovic@gmail.com alt.internet.wireless 9 11-15-2006 04:02 AM
DVD - CD device conflict Citizen Bob alt.comp.hardware 17 10-16-2006 03:02 AM
Fujitsu Siemens T-Bird VIA chipset conflict Student alt.comp.hardware 0 10-21-2005 12:48 PM


All times are GMT. The time now is 10:54 PM.


Powered by vBulletin® Version 3.7.2
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45