LinuxQuestions.org
Download your favorite Linux distribution at LQ ISO.
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie
User Name
Password
Linux - Newbie This Linux forum is for members that are new to Linux.
Just starting out and have a question? If it is not in the man pages or the how-to's this is the place!

Notices


Reply
  Search this Thread
Old 11-27-2009, 01:14 AM   #46
dvdljns
Member
 
Registered: Sep 2003
Posts: 210

Original Poster
Rep: Reputation: 30

Quote:
Originally Posted by Erik_FL View Post
In order to bridge connections in Windows XP you have to make sure that you disable Internet Connection Sharing. That's on the last tab in the properties for the connection. You disable Internet Connection Sharing on the connection going to the Internet and not the connection going to your other client computers that communicate through the ICS computer.
Internet connection sharing is turned off. I know how to do that. Also note that the xp machine can not be used long term for this. It is not my machine and I normally do not have access to it. I tried bridging on it to see if that would solve my problem but if xp will not bridge win2k will not either.

Quote:
Wireless presents another possible problem with bridging since some adapters don't support promiscuous mode. Look in post #5 for this thread and there is a link to an article that explains how to work around problems with wireless bridging.
Are you talking about ap mode mine does that in win2k but not in linux or xp.

Quote:
If you want multiple client LANs to use Internet connection sharing through a computer, then you must bridge the client LAN connections BEFORE enabling Internet Connection Sharing (or temporarily disable ICS). Internet connection sharing will provide DHCP/NAT to the Network Bridge if there are no other available un-bridged connections. If there are other connections then you can select the Network Bridge or one of the other connections to share the Internet.
It will not do ics. if it would I would have this problem.

Quote:
I also suggest that you reboot Windows XP after creating a network bridge, and also after enabling Internet Connection Sharing. When I haven't done that I've noticed that the network properties tends to hang when changing other settings later.
Can not reboot using bridge 2.0. There is a cmd line work around for that but do not want to use untill I am sure bridging will work.

Another suggestion was offered me. Do you know if you can assign a dummy interface to windows. I know they do it all the time in linux but never heard of it in windows. can I get windows to assign an ip to a dummy?
 
Old 11-27-2009, 09:57 AM   #47
Erik_FL
Member
 
Registered: Sep 2005
Location: Boynton Beach, FL
Distribution: Slackware
Posts: 821

Rep: Reputation: 258Reputation: 258Reputation: 258
Quote:
Originally Posted by dvdljns View Post
Internet connection sharing is turned off. I know how to do that. Also note that the xp machine can not be used long term for this. It is not my machine and I normally do not have access to it. I tried bridging on it to see if that would solve my problem but if xp will not bridge win2k will not either.



Are you talking about ap mode mine does that in win2k but not in linux or xp.



It will not do ics. if it would I would have this problem.



Can not reboot using bridge 2.0. There is a cmd line work around for that but do not want to use untill I am sure bridging will work.

Another suggestion was offered me. Do you know if you can assign a dummy interface to windows. I know they do it all the time in linux but never heard of it in windows. can I get windows to assign an ip to a dummy?
You don't need to use Bridge 2.0 with Windows XP since Windows XP supports bridging. In Windows XP hold Ctrl and click on the two (or more) connections to bridge. Release Ctrl and then right click on any of the selected interfaces. Click the pop-up menu option to create a network bridge.

In Windows 2000 you should be able to use Bridge 2.0 with Internet Connection Sharing. Enable ICS on the un-bridged connection going to the Internet. When you enable ICS there should be a list box to select the connection allowed to share just below the check box. You can select any connection in the bridge and they will all be able to share the Internet.

You can add the Microsoft Loopback Adapter driver and have a dummy network interface. To do that double-click on "Add/Remove Hardware" in the Control Panel. After Windows attempts to detect new hardware, select "Add a new device" in the list. Click "Next". Choose "No, I want to select the hardware from a list". Click "Next". Select "Network adapters" in the list. Click "Next". Select "Microsoft" in the list of manufacturers on the left. In the right hand list of network adapters choose "Microsoft Loopback Adapter". It may be the only one in the list. Click "Next". It should show that it is adding the "Microsoft Loopback Adapter". Click "Next" to add the adapter. Click "Finish". Open the Windows Device Manager. Find the "Microsoft Loopback Adapter" under Network Adapters. Right click on "Microsoft Loopback Adapter". Click "Properties". Click the "Advanced" tab. Click "Network Address". Enter a MAC address that is not assigned to any other network interface on your network.

You will see another "Local Area Connection" in the connections folder and it should show the associated adapter in the properties as "Microsoft Loopback Adapter". Assign protocls and the IP address as with a normal network adapter.

You can uninstall the Microsoft Loopback Adapter in the Windows Device Manager if you later don't want it. Right click the Microsoft Loopback Adapter in Device Manager and then click "Uninstall".
 
Old 11-27-2009, 12:04 PM   #48
dvdljns
Member
 
Registered: Sep 2003
Posts: 210

Original Poster
Rep: Reputation: 30
Talking

I am on!!! still have some tweaking to do then I have setup my linux machines but I can get on with 8 comps like this. 4 wired and 4 wireless.
I still have to set up a dns farwarder but I have a dhcp server and proxy server. I need to change ftp setup on it. most of the time it works great but some ftp sites it will not let me download files from. Also need to setup a remote admin thing that way I can disconnect my mouse,keyboard and monitor. Man proxy is fast just tripled my download speed. Now I can start learning linux. do you know if you can setup vb6 studio inside wine. Thanks for the help. Hope fully the next set of questions will be about linux. need to research linux programs to replace win programs. Got to get some sleep set up all night working on this but now I a at a good stopping point.
 
Old 11-27-2009, 02:49 PM   #49
Erik_FL
Member
 
Registered: Sep 2005
Location: Boynton Beach, FL
Distribution: Slackware
Posts: 821

Rep: Reputation: 258Reputation: 258Reputation: 258
Quote:
Originally Posted by dvdljns View Post
I am on!!! still have some tweaking to do then I have setup my linux machines but I can get on with 8 comps like this. 4 wired and 4 wireless.
I still have to set up a dns farwarder but I have a dhcp server and proxy server. I need to change ftp setup on it. most of the time it works great but some ftp sites it will not let me download files from. Also need to setup a remote admin thing that way I can disconnect my mouse,keyboard and monitor. Man proxy is fast just tripled my download speed. Now I can start learning linux. do you know if you can setup vb6 studio inside wine. Thanks for the help. Hope fully the next set of questions will be about linux. need to research linux programs to replace win programs. Got to get some sleep set up all night working on this but now I a at a good stopping point.
I'm glad that you got it working. You've set up a more complicated system than I've ever attempted. Check the WINE site for compatibility information. If I remember correctly some of Visual Studio will work with WINE but not everything. Debugging might be a problem as that's something I'd be surprised to see WINE support.

I do all my Windows development work in a Windows XP virtual machine running inside Virtual Box. To do that really requires a dual-core or quad-core CPU and a lot of RAM. 4GB to 6GB works pretty well and 3GB is probably the bare minimum. My P4 3.2 GHz. HT machine with 2GB of RAM will run XP reasonably well but not exactly fast.
 
Old 11-27-2009, 05:28 PM   #50
dvdljns
Member
 
Registered: Sep 2003
Posts: 210

Original Poster
Rep: Reputation: 30
Thumbs up

Quote:
Originally Posted by Erik_FL View Post
I'm glad that you got it working. You've set up a more complicated system than I've ever attempted. Check the WINE site for compatibility information. If I remember correctly some of Visual Studio will work with WINE but not everything. Debugging might be a problem as that's something I'd be surprised to see WINE support.

I do all my Windows development work in a Windows XP virtual machine running inside Virtual Box. To do that really requires a dual-core or quad-core CPU and a lot of RAM. 4GB to 6GB works pretty well and 3GB is probably the bare minimum. My P4 3.2 GHz. HT machine with 2GB of RAM will run XP reasonably well but not exactly fast.
I was to tired to eplain earlier but I did not get on with the system we was working on. Thats the nice thing about having so many computors. I had a couple other comps set up and loaded a couple versions of windows win2kpro and win2k server I have advanced server here but I have never even found a guru that can set everything up on it. I setup windows dhcp on win2kpro and freeproxy server and got on that way. but this machine does not matter. As long as I can connect with my other machines I can learn about linux. I have every windows version from 0.97 to xp pro. Back when I thought it was worth it I had all the programing tools. But first I lost pearl then win 98 came out and I could not find pearl so I quit. I have still got c,c++ and vb5 and three vb6 versions. You know I hated all the command line stuff and problems of installing but now that it looks like I am going to get on with linux. I am actaully sort of pumped about downloading the source files and putting together a system that does what I want it to do instead of what everybody else thinks is right. Oh well let me get back to setting up my computor room and keep an eye out for my posts on how to get linux working.
I got ubuntu loaded but I need to load fc,a true debian system and suse. All those systems have stuff I like but also a lot of stuff I do not like. I will keep you updated on linux my way.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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 Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
connection sharing with windows akashj87 Slackware 2 05-11-2009 02:30 PM
Internet connection sharing with windows.. astriskmanish Linux - Networking 4 04-22-2007 07:57 PM
sharing internet connection with windows xp melinda_sayang General 11 12-10-2004 09:51 PM
Mandrake 9.0 connection sharing with windows ME spidey_kid2002 Linux - Networking 1 09-30-2003 04:36 AM
Linux sharing connection with windows matt3333 Linux - Networking 10 04-28-2003 01:35 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Newbie

All times are GMT -5. The time now is 05:44 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration