How to share Windows 7 Internet connection AND Extreme USB hard disk?

Hi All,
I'm trying to share the mobile broadband Internet connection on a Windows 7 PC as well as the USB hard disk connected to the Airport Extreme (2nd Gen) with other WiFi devices. The problem is that I can get either the one to work or the other, but not both.
When I configure the Airport Extreme for DHCP+NAT, all machines on the Airport network can see each other, share files, etc. When I enable Internet Connection Sharing on the Windows 7 machine, the only way I've gotten that to work is to set the Airport Extreme to bridge mode, but then file sharing of the Airport Extreme's disk no longer works.
Device info: Internet-connected Dell Latitude E5420 Windows 7 Professional 32-bit, Airport Extreme 802.11n (2nd Gen), Windows XP Home Edition + Nokia N8 + etc. WiFi devices.
I've read all the manuals I could find and searched these forums but haven't been able to figure out a solution. I'm really getting desperate and will really appreciate any and all suggestions!
Many thanks,
Francois

I've found a solution that works with my existing equipment. It's now possible to share the Windows 7 machine's Internet connection at the same time as the AirPort's drive. An additional challenge was to avoid having to manually reconfigure every WiFi client, but it turned out that's also possible.
For the sake of posterity, here's the guide! :-)
Background
My setup is based on an AirPort Extreme access point WiFi network. The AirPort shares a hard drive, and a number of Windows clients connect to the network. One of these, a Windows 7 machine, has a USB mobile broadband dongle which I also wanted to share with the network.
Previously I got this to work, but whatever configuration I came up with required manual reconfiguration of each network client, one way or the other. This was not ideal. Also, Internet Connection Sharing (ICS) defaults to IP address .1, the same one to which the AirPort defaults. This needed manual reconfiguration of the ICS host each time ICS was turned on.
Solution
THIS SOLUTION REQUIRES THE AIRPORT TO BE IN EITHER DHCP + NAT OR DHCP MODE. IF FOR SOME REASON YOU DEPEND ON THE AIRPORT BEING IN BRIDGE MODE, UNFORTUNATELY THIS SOLUTION WILL NOT WORK FOR YOU.
1. Do the AirPort's non-Internet configuration
On the AirPort Utility main screen, click the AirPort button, work through all the tab sheets and configure the items as you require. Do the same for the Printers, Disks and Advanced buttons. Once that's complete, we can do the Internet configuration.
2. Set the AirPort to DHCP & NAT
This is needed so you can choose the AirPort network address in the next step (but you can still set a different Connection Sharing mode later on, see step 7). For now, set Connection Sharing to Share a public IP address:
3. Set the AirPort to the same network address as ICS
Set the AirPort to the network address used by ICS, namely 192.168.137.xyz. Note that the AirPort does not allow a beginning address below 2:
4. Obtain the AirPort's MAC addresses
These will be used in the next step. Record both the Airport ID as well as the Ethernet ID:
5. Fix the AirPort IP addresses to prevent clashing with ICS
The AirPort will default to the same IP address as ICS, namely 192.168.137.1. To prevent this, assign different addresses to the AirPort with DHCP reservations. Underneath DHCP Reservations, click the '+' and create reservations for each of the AirPort and Ethernet interfaces. You can use other values, but to be consistent with the rest of this guide use 192.168.137.253 for the AirPort interface and 192.168.137.254 for the Ethernet inteface:
6. Distribute ICS configuration data with AirPort DHCP
Yes, you read right! This is where the magic happens. To avoid having to manually configure each WiFi client for the additional ICS network, that configuration data is included with the AirPort DHCP configuration. Assuming you've stuck to the numbers above, configure the TCP/IP screen exactly as shown. .254 is the AirPort router (and also its Ethernet interface) address, and .1 is the IP address that Windows configures for the ICS interface:
7. Set AirPort Connection Sharing
If your AirPort is sharing a connection on its WAN port, choose Share a public IP address, otherwise choose Distribute a range of IP address. In the latter case the NAT tab disappears:
8. Save your AirPort's configuration
Your AirPort configuration is now complete and you can push the Update button. Once your AirPort has rebooted, its network will be fully operational.
9. Ensure your Internet sharing port is correctly configured
ICS involves two network ports on the sharing computer - the shared Internet-connected port, and the sharing port connected to your local network. When you enable ICS on the shared port, Windows will temporarily configure the sharing port's settings to fit in with the scheme above (it will get the fixed IP address 192.168.137.1). When ICS is disabled, Windows will restore the default configuration of the sharing port. The purpose of this step is to ensure that the default sharing port configuration is correct. When ICS is inactive the sharing port needs to obtain an IP address automatically from the AirPort via DHCP. Right-click your chosen WiFi sharing connection > Properties > Networking > Internet Protocol Version 4 (TCP/IPv4) > Properties and configure as follows:
10. Share your Internet connection
Right-click the connection you want to share > Properties > Sharing and configure as follows (you may find the other settings also useful but they're not covered here):
And now you're ready to enjoy your local network services as well as your shared Internet connection, all on your Airport Extreme network - without having to lift a finger to configure network clients!
Windows Network Profiles
If you use Windows network profiles to distinguish between Home, Work and Public networks, here are some additional notes you may find useful.
As Windows recognises networks, it applies their assigned profiles which add or remove sets of restrictions wrt. network discovery, file & printer sharing and so on. The amount of ICS configuration data that can be included with AirPort DHCP information is limited and in some instances this interferes with how Windows recognises networks.
It seems that Windows recognises a network once a default router has been configured for it. Following are some known scenarios with fixes for each, based on that principle.
1. WiFi network not recognised
When ICS is enabled, on the ICS host Windows configures only an IP address for the sharing port and no default router. When ICS is disabled, on the ICS host this port receives its configuration from the AirPort via DHCP, as do all other WiFi clients. This DHCP configuration includes router information for the ICS network, but again no router information for the AirPort network itself.
Therefore the AirPort network is not recognised on any Windows machines on the WiFi network, under any circumstances.
To make Windows recognise the AirPort network, execute the following from the command line with Administrator privileges:
     route -4 add 0.0.0.0 mask 0.0.0.0 192.168.137.254 metric 3000
This metric is high enough to ensure that "real" default routes get preference over this one.
If you want to remove the above routing table entry, execute the following from the command line with Administrator privileges:
     route -4 delete 0.0.0.0 192.168.137.254
For convenience I created shortcuts for these two commands.
2. WiFi network recognised, unrecognised network remains
Once you've added the route above to make Windows recognise your AirPort network, when ICS is disabled Windows will probably identify TWO networks on your WiFi adapter:
     Unidentified network, your_AirPort_network
Windows now recognises your AirPort network, but the DHCP router entry for the inactive ICS network makes it think there must be yet another network. However, the 192.168.137.1 ICS port is not present when ICS is inactive, so Windows reports the inactive router entry as an unidentified network.
If you want to remove this unidentified network/router entry, execute the following from the command line with Administrator privileges:
     route -4 delete 0.0.0.0 192.168.137.1
On your Windows ICS host, removing this entry can cause no harm.
However, on network clients where you removed this entry and subsequently want to share your Internet connection from again, you'll need to add it back.
To restore the ICS router entry, execute the following from the command line with Administrator privileges:
     route -4 add 0.0.0.0 mask 0.0.0.0 192.168.137.1 metric 1

Similar Messages

  • How to share my internet connection on my macbook with my iPhone ?

    Hi guys, Do you know how to share my internet connection on my macbook with my iPhone. I have already made my own network, and I allowed sharing Internet , but it didn't work. Can you help me , please?

    If your carrier provides the service, go to Settings > General > Network > Personal Hotspot.  If you don't see the Personal Hotspot option, then your carrier does not support it.
    Note that you'll have to pay for a 'tethering' data plan on top of your normal iPhone data plan.

  • Pc & Laptop: How to share the internet connection via Bluetooth?

    Hi,
    I've recently bought a laptop and i'm having trouble figuring out how to share the internet via bluetooth from my desktop pc. I can connect using the Personal Area Network (PAN) but i'm not sure how to send the internet. whatever i've been told to try so far as all failed.
    i'm sure this questions been asked quite alot, so i'm sorry to ask again)
    could someone tell me a step by step setup?
    (Thanks, It's much appreciated)

    Hi
    Its takes longer to describe the full installation how to use the BT for internet sharing.
    I have found this website with a installation instruction for Windows 2000.
    The dialogs for Windows XP might be a little different, but the configuration will be the same.
    http://www.geekzone.co.nz/content.asp?contentid=1285
    However, check it. Its useful.

  • Trouble connecting to external USB hard disk through PC

    I've had AirPort Extreme 802.11n for a few months which I use to connect to a printer and to share a USB hard disk between my eMac and my thinkpad. For a while everything was working beautifully. The disk showed up on my eMac desktop and in my Windows XP file explorer. Then recently the USB disk stopped connecting at all to either computer even after trying the old remedy of connecting directly to my Mac, dismounting it, and reconnecting. Then today a bunch of updates for the AirPort Utility became available and after updating to 5.3.1 on my eMac the disk shows up on my eMac again. But on my PC here's the situation: the disk appears in the AirPort Utility for Windows (5.3.1) but I can't find it in Windows file explorer. I tried the alternative ways of connecting shown here:
    http://docs.info.apple.com/article.html?artnum=306119
    but no dice.

    Uhmmmmmm, you meant to say the Macbook Air DOES have (2)  USB PORTS 
    GENEDI, yes, you can connect a 2.5" USB external HD to your Mac AIR, ...... done it a 1000 times 

  • Sharing and Securing USB Hard Disks on Your Network

    Hello,
    For the past year, I had a network created with my Airport Extreme giving me access to a USB Hard Disk. The whole thing was working great until last week. From then, even if I had access to web through my Airport, my network wasn't available anymore. All my settings in the Airport base station are as they where before the bug. My USB disk (LaCie 500g) is fine and running as normal. I have unconnected my base station and USB disk and reconnected them, but still, the computer doesn't give me access to my network and by the same occasion, I don't have access to my external disk.
    I need a hand on this problem.
    Thanks

    No problem with Sharepoints...
    http://www.hornware.com/sharepoints/

  • How to share broadband internet connection on Satellite A200-1VG

    Hi,
    I am very new to the world of laptops, 3 days old. In fact, I have a desktop (the OS is XP professional) and have just bought my self a Satellite A200-1VG (the OS is Vista).
    I believe it is possible for 2 machines to share a broadband connection, but how I do not know. I must confess to being quite ignorant when it comes to technology ( you have probably gathered that by now) and I ask that any advice given will be given in not too technological language.
    Thanks in advance from a newbie.
    MegP

    Okay, firstly some routers or mdoems come with 2 ports on the back so you can connect two different computers so simply plug them both in
    if not, then i advise you buy a router which allows you to add numerous computers to the same network via wires or add numerous computers wirelessly
    i have one computer connect to my netgear router -wired
    i have one computer wirelessly connected with a Netgear USB wireless reciever
    then i got my laptop which is connected via wireless
    i have xbox live which i connect to the internet via my laptops wireless connection, this can be done with any pc or laptop aswell
    what you do is
    wireless networks - where it showws any detected networks
    change advanced options - on the side
    advanced tab
    then allow other computers to use this computers internet connection
    simple as
    all you do is plug in your other pc or whatever

  • Airport Extreme - USB Hard Disk Runs Slow

    I have the new Airport Extreme with a USB hub connecting to an HP printer and a Hard Disk. Everything works fine except the HD is very slow in Windows Explorer, saving and opening files. The access and speed to the disk from my macbook is great. Runs very slow from my dell laptop running XP.
    I am running the Airport Disk Utility.
    Any ideas how I can speed up the performance from my Dell laptop w/XP?
    Dell   Windows XP   macbook

    I've had a similar problem, but unlike you, the drive's contents completely disappear... I dont dare try to add anything to the drive in that condition.
    Here is what seems to work, but I am still fiddling with it. I am a PC Windows XP environment, with 2 wireless laptops and 2 desktops. I was having trouble with the reliability of the drive until I reformatted the airdrive as a MAC HFS+ file using MacDrive. This creates some of its own problems and hence this suggestion might not apply to you. The problem seems to arise when I unplug and reconnect the drives from my Airport. When I plug it in directly to my PC, it says there are some volume errors. When I run the repair facility (kind of like chkdsk on FAT32 drives) and then reconnect to my AEBS, it seems to work. You might want to try that. Hope this is helpful, but clearly, Apple needs to issue a patch to resolve these issues.

  • Can connect to USB Hard Disk via OS X 10.5, but not 10.5?

    I'm able to connect to my USB Hard Disk in OS X 10.5 by simply going to "SHARED" in the Finder, but I don't see it anywhere in OS X 10.4. My 10.5 computer is connected to the AirPort Extreme via wireless, my 10.4 computer (it's actually OS X Server 10.4.11 ) is connected via a LAN port.
    If I go to the Finder and select "Network" I just see "Servers" which shows the 10.4 system I'm on. I don't see anything about the AirPort Extreme or USB Hard Disk connected to it.
    Any ideas on how I can see the USB Hard Disk on OS X Server 10.4.11 connected to the AirPort Extreme via a LAN port?
    Thanks!

    You should be able to connect to the disk via SMB from your 10.4 computer. Do you know the IP of the airport express base station? If so, use the Go menu from the Finder of the 10.4 machine and use *Connect to Server*. Enter the Server Address as smb://basestation.ip.address.here and click connect. It should present you with a login box and then mount your shares when you provide the correct credentials.
    On my airport extreme base station I have File Sharing enabled with base station password, guest access NOT allowed. My credentials are my account username (probably doesn't matter what name you put) and the base station password. It mounts the shared disk perfectly.
    Under 10.5, this method (for me anyway) has been MUCH more reliable than using the Airdisk feature. I disabled Airdisk on the client and now I always mount the share using SMB this way. It seems snappier and the problem where I used to get a drive mounted but then be unable to see anything on it has gone away.
    If you want it to automount each login (I know this method works on 10.5, can't remember about 10.4) use the *Connect to Server* dialog and enter the Server Address then click the + sign to add the server to your Favorites (the box under the Server Address line.) Then go to your Library folder in your Home directory. You will see the link you put in Favorites stored there as a file. Drag that file into the Login Items list in your user account in the Accounts pane in the System preferences. To see the connection on your desktop you need to make sure you have your Finder Preferences set to show *Connected Servers* on your Desktop. Click on the Finder menu (when you have Finder selected), then Preferences.

  • I want to share my internet connection with my iPhone via the usb cable. I have a Macbook pro. What do you think? Is this possible? And if yes, then how?  Thanks!

    I want to share my internet connection with my iPhone via the usb cable. I have a Macbook pro. What do you think? Is this possible? And if yes, then how?
    If not why option available
    Thanks!

    What Carolyn says is correct. You can, however, share an Internet connection with your iPhone wirelessly by turning in Internet sharing (found in System Preferences > Sharing.) If your MacBook Pro is already using a wireless connection, you can just connect to the same wireless network it is using.
    Best of luck.

  • Hi. I have temporarily moved away from home. I am using a different internet connection, and I have lost my bookmarks. How do I get them back?

    Hi. I have temporarily moved away from home. I am using a different internet connection, and I have lost my bookmarks. How do I get them back?

    Generally speaking, your bookmarks are private to your computer, and if you set up multiple Firefox profiles on your computer, to the one profile.
    Your bookmarks might be available to you at another location if you used the Sync service. In order to connect a new computer to the Sync service when you aren't near your old computer, you need a recovery key. https://support.mozilla.org/en-US/kb/share-bookmarks-tabs-and-more-your-other-computers#w_what-if-im-not-near-my-first-computer
    If you didn't use Sync or can't access your account, someone with access to your old computer could email you your bookmarks. Since there is a range of different ways to do that and the best choice might depend on what you can expect the person you ask to be able to do... could they start up Firefox in your profile and follow menu steps to export a file? Could they drill down into a hidden folder on the system, zip a file, and mail that to you? Etc.

  • Help setting up using my airport extreme to share my internet connection

    I want to use my built-in airport extreme to share my internet connection with my PS3. I have a verizon aircard and have read on the internet that this can be done (but not necessarily with airport). I turned on internet sharing with airport and my ps3 reads my connection and obtains my ip address, but then it says could not connect to internet due to DNS server error.
    Could someone run me down the process step-by-step so I can see what I'm doing wrong? Thanks for your help.
    P.S. I have a iMac running on leopard if that matters.

    ll959reds, Welcome to the discussion area!
    Unfortunately the Internet Sharing provided by OS X does not provide nearly the configuration possibilities as even a very inexpensive wireless router.
    Also if the firewall is enabled on the iMac, it applies equally to all ports including the AirPort (wireless) connection to the PS3. Therefore the firewall will block many of the requests from the PS3. To solve this issues, you would either need to disable the iMac's firewall or configure the iMac's firewall to allow connections via the AirPort side.
    A much simpler solution is to use a wireless router instead of your iMac to provide the connection for the PS3.

  • While downloading app update on ipad lost internet connection and now the updates are not updating. How do I fix this?

    While downloading a common application update, I lost my internet connection and now the updates are not updating. How do I fix this?

    Try this:
    •  Log out of your iTunes store account.  Go to Settings > Store > Sign Out Then press the Home button.
    • Then press and hold the Home and Sleep buttons simultaneously and don't release them when it brings up the Turn Off screen; keep holding them until the Apple logo appears.
    • Then restart & see if you can update.
     Cheers, Tom

  • I receive the error, "No Internet Connection" and my Adobe Creative applications are crashing on a regular basis.

    I keep getting the same errors with the damn Creative Cloud application on my Windows 7 machine, which IS connected to a LAN and IS actively connected to the internet at the time the error routinely appears in the midst of tasks.  I have checked root certificates, manually checked my hosts file and run the tests outlined above to both Adobe addresses.
    In fact, the error kept occuring while I was on an over 3-1/2 hour call with a very through and nice representative from Adobe who had remote screen access at the time (through Adobe connect) and could see the error repeatedly occuring!
    Her comment, "This just happens sometimes with this application and there's not a patch for it yet",  The problem I was having with Photoshop CS6 and Photoshop CC was so severe that I had to do a SYSTEM RESTORE which then started  affecting other Adobe applications because Windows had erased part of the programs (or all of some programs) but Adobe's software saw them as still installed, that she had me uninstall ALL Adobe Creative Cloud applications using the Adobe Cleaner Tool and reinstall everyting from SCRATCH. She and I had tried numerous other ways to repair the problems I was having with updates not installing correctly AND constant program freezing, etc. before this taking this extreme step. 
    I'm a professional programmer / software / web designer, so I had tried for hours correct the issues the previous night and had tried once overnight to reach someone in Adobe support only to be told of over an hour wait time by the automation and not offered a callback. 
    Anyway, despite her best assistance this afternoon (and double confirmation that everything tested correctly), it has taken, so far, well over six hours to reinstall only a portion of what I need for my work and on a deadline because the application keeps reporting "No Internet Connection" and I have programs cued to install unattended.  I am now way behind schedule on some design projects which MUST BE COMPLETED by deadline and require Adobe's software to be installed and function correctly.
    Adding to this, Windows Explorer has repeatedly crashed after installing the damn Creative Cloud application and works normally when it's removed and "cleaned" ... and I've seen so many problems with the install system, etc. that I have to wonder what in the hell the company was thinking when this approach was launched?
    I generally have liked -- and indeed loved -- some of Adobe's products in the past, but the recent experience has certainly been costly in time and disappointing. 
    Many other software manufacters integrate suites, perform updates and confirm licenses without such a buggy, time intensive and unreliable process -- including my own company. 
    Aside from complaining at this point, I wish somebody from Adobe would provide alternative install methods and / or a fullproof fix for this bug and some of the other installation bugs many of us experience.  Any thoughts, advice, knowing that not only I -- but also the Adobe Support Staff Person accessing my computer LIVE -- tried the various "fixes"?

    Branching this to a new discussion as the previous discussion was related to the inability to connect and download the installation software.
    Rob it does sound like you are facing some connection and stability difficulties.  Do you manage your network youself?  I am a bit concerned by the fact that you have stated that you periodically loose Internet connection while completing certain tasks.  Does this affect your ability to utilize the already installed Adobe Creative software?
    I would also recommend reviewing your installation logs to determine if any errors occured during the installation process.  Please see Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html for information on how to locate and interpret your installation log files.  Please feel free to post any specific errors you discover to this discussion thread.

  • Using Remote app on iPhone 5 without a separate internet connection and wifi router.

    Hi,
    I need to be able to control iTunes within my MacBook Pro remotely. Using my mobile broadband service and wireless router I've been able to get the Remote app to allow my iPhone 5 to do the job nicely through Home Share.  So I went and bought a separate WiFi router and tried to do the same thing. Of course when it didn't work, I discovered that I need an internet connection and WiFi network to make the Home Sharing work.
    So I got to thinking, can I create a WiFi hotspot using the Personal HotSpot functionality of my iPhone, set up Home Sharing on phone and MacBookPro and then use the Remote app. Ideally this would work as it seems all the key components are in place.
    The MacBook Pro accepts the iPhone hotspot as a means of Home Sharing, however the iPhone won't use the personal hotspot to Home Share and I can't connect to the iPhone personal hotspot on the iPhone itself.
    Does anyone know how to make this work for me? It would be such as neat solution if I can get it to work - not to mention the potential to save me about $200 (I need to set this model up for two people).
    Cheers
    Kathy

    Same trouble here, iPad 2 with latest OS and remote app, iPod with latest OS and app.

  • Everytime I turn on Outlook, it kills my internet connection and I have to reboot the router

    As the title says, each time I turn on Outlook with Office 365, it kills my internet connection and I have to reboot the router. I can still login to the router admin and do a soft reboot. This kills the internet for all the computers on my network as well. 
    The weird exception to this is when I'm connected to my work VPN, then everything is fine.  Also, should be noted, it never did this at first...then started doing it randomly and stopped after a while...now a few months later, it started doing it agian.
    Is there some sort of weird port forwarding I should be using?
    I'm running through an Exchange server.
    Windows 7 Pro
    Router is a D-Link 857 - HD Media Router 3000..running latest firmware.
    Everything is setup standard. No firewalls except the standard Windows firewall and the router is a really basic config.
    Please any insight would be great!
    Corey

    Hello AyaTheBookWorm,
    Thanks for using Apple Support Communities.
    I can definitely understand how this is frustrating, I would feel the same way.  To troubleshoot this issue please see the steps below, as well as checking out the Wireless Diagnostics.
    Symptom: The network connection drops unexpectedly
    Your Mac may not not stay connected to your Wi-Fi network reliably.
    Your Mac may stop accessing the Internet during use.
    Solution
    Use these steps if your computer disconnects from its Wi-Fi network unexpectedly.
    Check your range to the Wi-Fi router and reduce the effect of interference.
    If your computer is too far from your Wi-Fi router or your environment has too much Wi-Fi interference, then your computer may not detect the Wi-Fi network properly. The easiest way to check for range limits with your Wi-Fi network is to move your computer or your Wi-Fi router closer together and make sure that there are no obstructions (such as walls, cabinets, and so forth) between the router and your computer.
    See Potential sources of wireless interference for more information about interference and solutions.
    Try connecting to a different Wi-Fi network. If your computer works fine when connected to a different Wi-Fi network, then the issue may be related to your network router or ISP. In that case, contact the manufacturer of your router or your ISP.
    Wi-Fi: How to troubleshoot Wi-Fi connectivity
    http://support.apple.com/kb/HT4628
    About Wireless Diagnostics
    http://support.apple.com/kb/HT5606
    Take care,
    Alex H.

Maybe you are looking for

  • Changing the Name of an Open Directory Server while preserving users, etc.

    Hi Everyone, Not an emergency - but I have been wrestling with this dilemma for almost a year now. The good news is nothing has to be done right away. But I will ultimately need a solution. We have inherited a server system at a traditional elementar

  • Check file name format

    1)I have to check if a file exists else terminate the job 2)if file exists then check the format and if format is incorrect, give the message. i.e, i need to check whether filename is having correct format. for e.g: ABCDddmmyy.txt Every file in folde

  • Items not appearing in cascading dynamic list

    Hi I am having an issue with cascading prompts in Crystal Reports 2008. I have two cascade levels in this report. The report worked fine for a few months until we recently noticed some items were not showing up on the first list. In the database, the

  • How to print PDF few pages duplex but not all from one PDF Doc?

    Hi, We have a desktop application that we use and it gives instructions to printer which document to duplex and which to not. For easy understanding, in a PDF if there are 10 pages, i want to take first two pages whenever they are  printed they go  o

  • Blu-Ray is compressed???

    Hello, I am burning movies every now and then to Blu Ray.  I don't use any menus, just a timeline with chapters.  I had a run in with "fatal error code 6", but i think i have fixed that problem.  My question is my video asset (for this example) was c