Problems with setting up network

Hello,
I recently bought an AirPort Extreme, but have had difficutly setting the device up. I guess part (or most) of the difficutly is confusion on my part. When I plugged the router in, it showed up in AirPort Utility, so I double-clicked on it to configure it. I set the network name and password just fine, but when I was trying to configure IP settings I ran into trouble. I wanted to assign a range of IP addresses to clients who connect to the router wirelessly, so under the 'Connection Sharing' drop-down menu I chose 'Distribute a Range of IP addresses'. When I set it up, it seemed like the right thing to do, but after downloading the 'Designing AirPort Networks' guide off the Support site, it seems as if it's not the right choice. So my first question is: "Which setting should I set this to if I want to assign IP addresses that fall in a certain range to clients who connect to the router wirelessly? I should note that I would like to assign my own IP addresses (preferably the ones in the range 10.0.x.x), not ones that are in the range of the IP address assigned to my router by my ISP (Comcast).
Then... I was confused as to which field was which under the 'Internet Connection' tab of the 'Internet' section in the window. Now, in order to achieve what I described in the previous paragraph, I need to 'Manually' configure IPv4. First off: What is IPv4, and what's the difference between IPv4 and IPv6? After switching the drop-down menu to 'Manual', I didn't know what to enter in some of the fields. I knew what to enter for 'Subnet Mask', because I had seen it before on other routers as the default: 255.255.255.0. But then there were the 'IP address' and 'Router Address' fields. Before I get into this, I had a pretty good idea that these had to do with my router's WAN IP address and it's LAN IP address. Before the AirPort Extreme, I had a Linksys wireless router and from what I understand, the IP addresses assigned to clients are usually extentions of what the Router's LAN IP address is. For example: If the router has an LAN IP address of 192.168.1.1, you would generally set the range of client IP addresses to 192.168.1.100 through 192.168.1.1xx. So my next question is: Which field is the routers LAN IP address, and which field is the routers WAN IP address? I know that the router's WAN IP address is assigned by my ISP, and I assume that I assign the router my own LAN IP address; one that would correspond with the range of IP addresses the clients would be assigned. Just to note: If I'm completely wrong about any (or all) or this, someone please correct me.
I bought an AirPort Express about 9 months ago, and it was super easy to set up and use (just what I would expect from Apple). Back then I used the combination of 'AirPort Admin Utility' and 'AirPort Setup Assistant' to set up and reconfigure my AirPort express. With those two programs, it was a breeze, but with this new 'AirPort Utility', I have had more problems that I could ever imagine. If someone could please set me straight on all of this, I would really appreciate it.
Thank you in advance,
Trevor

I wanted to assign a range of IP addresses to clients who connect to the router wirelessly, so under the 'Connection Sharing' drop-down menu I chose 'Distribute a Range of IP addresses'.
This would be the correct choice if your ISP had provided you with a range of static IP addresses, instead, for what you want to do, you want to select "Share a public IP address."
Which setting should I set this to if I want to assign IP addresses that fall in a certain range to clients who connect to the router wirelessly? I should note that I would like to assign my own IP addresses (preferably the ones in the range 10.0.x.x), not ones that are in the range of the IP address assigned to my router by my ISP (Comcast).
Using the AirPort Utility, click on Internet, and then, click on the DHCP tab to select it. In the "DHCP Beginning Address" & "DHCP Ending Address" fields, enter the desired private LAN IP address range.
Now, in order to achieve what I described in the previous paragraph, I need to 'Manually' configure IPv4.
Unless you want to provide static IP addresses to the devices connected to your wireless network, it would be easier to let them get assigned dynamic IP address via the AEBSn's DHCP service.
First off: What is IPv4, and what's the difference between IPv4 and IPv6?
How about I just let Wikipedia provide the explanation.
Which field is the routers LAN IP address, and which field is the routers WAN IP address?
The IP Address, Subnet Mask, Router Address, DNS Server(s), and Domain Name fields are, typically populated by your ISP when "Configure IPv4: Using DHCP" is set...and represent the "WAN" side of the AEBSn.
I bought an AirPort Express about 9 months ago, and it was super easy to set up and use (just what I would expect from Apple). Back then I used the combination of 'AirPort Admin Utility' and 'AirPort Setup Assistant' to set up and reconfigure my AirPort express. With those two programs, it was a breeze, but with this new 'AirPort Utility', I have had more problems that I could ever imagine. If someone could please set me straight on all of this, I would really appreciate it.
Any particular reason you didn't just use the "Assist Me Setup" mode of the AirPort Utility? It works pretty much like the old "AirPort Setup Assistant" version.

Similar Messages

  • I have problem with Cellular data network it is not apearing in iphone setting so help me how to bring this option in iphone

    i have problem with Cellular data network it is not apearing in iphone setting so help me how to bring this option in iphone

    What brand/model USB drive? Is it bus or AC powered?
    On Mail...
    First Quit Mail, then I'd backup these two Mail folders, by right clicking on them in the Finder, then choose Archive/Compress.
    Users/YourUserName/Library/Mail
    Users/YourUserName/Library/Mail Downloads
    (Could be a different folder here if you chose such in Mail Prefs)
    Right click on that Mail folder, choose archive, you'll get everything in the folder, and the folder itself in a file called Mail.zip, move it to a safe place, same for the Mail Downloads folder... only the plist is separate.
    /Users/YourUserName/Library/Preferences/com.apple.mail.plist

  • Problem with Set/Get volume of input device with single channel

    from Symadept <[email protected]>
    to Cocoa Developers <[email protected]>,
    coreaudio-api <[email protected]>
    date Thu, Dec 10, 2009 at 2:45 PM
    subject Problem with Set/Get volume of input device with single channel
    mailed-by gmail.com
    hide details 2:45 PM (2 hours ago)
    Hi,
    I am trying to Set/Get Volume level of Input device which has only single channel but no master channel, then it fails to retrieve the kAudioDevicePropertyPreferredChannelsForStereo and intermittently kAudioDevicePropertyVolumeScalar for each channel. But this works well for Output device.
    So is there any difference in setting/getting the volume of input channels?
    I am pasting the downloadable link to sample.
    http://www.4shared.com/file/169494513/f53ed27/VolumeManagerTest.html
    Thanks in advance.
    Regards
    Mustafa
    Tags: MacOSX, CoreAudio, Objective C.

    That works but the the game will not be in full screen, it will have an empty strip at the bottom.
    I actually found out what's the problem. I traced the stageWidth and stageHeight during resizing event. I found out that when it first resized, the stage width and height were the size with the notification bar. So when I pass the stage into startling, myStarling = new Starling(Game,stage), the stage is in the wrong size. For some reason, I can only get the correct stage width and height after the third resizing event.
    So now I need to restart Starling everytime a resizing event happened. It gives me the right result but I am not sure it is a good idea to do that.
    And thanks a lot for your time kglad~I really appriciate your help.

  • Problem with SET GET parameters

    Hi all,
    I am facing a problem using SET and GET parameters.
    There is a Z transaction(Dialog program) where some fields of screen are having parameter ID's. That transaction is designed to diaplay/change status of only one inspection lot at a time.
    Now I need to call that transaction in a loop using BDC. I mean i need to update the status of multiple inspection lots(one after the other). Before calling the transaction I am using
    SET PARAMETER ID 'QLS' FIELD lv_prueflos.
    Unfortunately the transaction is only changing the first inspection lot. When I debugged I found that the screen field is changing in PAI. Even though in PBO it shows the next value, when it goes to PAI it is automatically changing to the first value(inspection lot).
    Example: Inspection Lots : 4100000234
                                               4100000235
                                              4100000236
    Now first time when the call transaction is being made the status of insp lot 4100000234 is changed. For the second time when insp lot 4100000235 is being passed in PBO ican see this. But the moment it enters PAI the screen field changes to 4100000234.
    Could you pls help me in solving this issue.
    Thanks,
    Aravind

    Hi,
    Problem with SET GET parameters
    Regarding on your query. Follow this below link.
    It will help you.
    Re: Problem with Set parameter ID
    Re: Problem in Set parameter ID
    I Hope it will helps to you.
    Regards,
    Sekhar

  • Button in Bex Analyser 7.0 - problem with setting up Static Parameters

    Hello,
    I know a similar problem has been discussed here already, but I am still having problems with setting up Static Parameters of my Button in BEx Analyser 7.0, so that I can pass Variable values from that button to my query.
    This is what I do - in Static Parameters of my Button I set the following values:
    Name                          Index          Value
    DATA_PROVIDER        0               DP_1
    CMD                             0               PROCESS_VARIABLES
    SUBCMD                      0               VAR_SUBMIT
    VAR_NAME                 0               0RMA_FIP
    VAR_VALUE               0               004/2010
    As a result, I would like the value 004/2010 to be passed to variable 0RMA_FIP (which is mandatory) and the query to be executed with that value. For some reason, however, the value is not passed correctly, and instead the variable is filled with a blank or not filled at all, and I am getting a message "Specifiy value for variable Fiscal year/period". What do I do wrong?
    Just to give you a broader picture - I would like to later use this logic to pass more than one variables into a query, including a hierarchy node, and read the values from an Excel worksheet - however, after many attempts to do so, I started playing with just one variable to figure out what the problem was.
    I have already seen the following two threads and SAP notes on passing variable values from the button:
    Re: Button in BEx Analyzer 7.0
    Re: How to set variables values via VBA.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/f0881371-78a1-2910-f0b8-af3e184929be?quicklink=index&overridelayout=true
    Can anyone please advise?
    Cheers,
    AL

    I managed to figure it out myself!
    Instead of VAR_VALUE I need to enter VAR_VALUE_EXT, and it works fine.
    I will mark this thread as "answered".

  • Problem with setting Source Level in Sun Studio 2

    I've got problem with setting Source Level to 1.5 in Sun Studio 2. When I try to set it to 1.5 in Project properties and click Ok everything seem to go well, but when I open Project Properties again Source Level is set to 1.4. I need this to work cause I started to lear Java recently and I want to use foreach loop.
    Please help

    I'm just citing an example using Date().
    In fact, whether I use DateFormat or Calendar, it shows the same result.
    When I set the date to 1 Jan 1950 0 hours 0 minutes 0 seconds,
    jdk1.4.2 will always return me 1 Jan 1950 0 hours 10 minutes 0 seconds.
    It works correctly under jdk1.3.1

  • Problems with setting up my ISP's mail server in Windows Live Mail and Thunderbird

    The laptop is a G60-535DX with Windows 7  64 bit. I've managed to setup my gmail account fine in Live Mail, but when setting  up my ISP' mail server, it doesn't work. I get the message that the information was entered correctly, and I see the 'connecting' at the bottom of the page, and then 'error', and clicking on it shows a socket error #10061. In Thunderbird, I get a timeout error message. I've entered all the incoming and outgoing server information correctly, (I've done this over 8-9 times now), the ports are the defaults(110,25), no SSL, no authentication. I've talked with my ISP several times. Just a couple of hours ago was the last time. Their only other possibilities were that Live Mail had problems with setting up more than one account, that Live Mail needed updating, that Windows 7 was a new operating system and there were 'kinks'. I removed the gmail account, set up the ISP's mail by itself; didn't help. I checked for Live Mail updates, but found out that they all come from Windows updates(which are current).  The folks on PCQ&A inform me that they have 3 or 4 accounts with Live Mail. I can get my mail, by logging onto my ISP's website, but that' kind of a nuisance. I posted this in Seven Forums and they didn't have any ideas. As I said, I also can't get my mail server to work in Thunderbird, either.  I don't know what else to try. (short of activating the recovery partition and starting from scratch). Any ideas would be more that welcome.
    Thanks,
    Steve

    Stevehiker wrote:
    Nevermind, it's fixed. One of the guys on PCQ&A suggested going to my ISP's website to see if they had a support page. They did and it stated that under certain circumstances that for the login ID the whole email address should be entered. For XP and Outlook Express one only uses the first part of the email address (your name); so just for grins I entered the whole address, name and all and everyting worked. Called my ISP and was told that that wasn't the way it's supposed to work. Well----
    Thanks anyway,
    Steve
    Mine works the same way_must enter full email address as login. AT&T?
    ******Clicking the Thumbs-Up button is a way to say -Thanks!.******
    **Click Accept as Solution on a Reply that solves your issue to help others**

  • Obiee 11g . problem with set default as columnname in interaction tab

    Hi Obiee gurus ,
    I have small problem with set default option in interaction tab in column properties. actually my problem is , i changed one column bold save as set default option bold and how to revert back to my column option. when i create new analysis with same name . it takes set default option for that column.
    can Please give some suggestion for this problem.
    regards
    Srinivas

    Hi Srinivas,
    i guess this will be same for 11G
    Refer
    http://blogs.oracle.com/siebelessentials//2008/08/remove_systemwide_default_sett.html
    thanks,
    Saichand.v

  • Problem with setting Item level permissions lists

    Hello!
    I have SPS 2013 on-premised environment with AD authentication.
    At some moment I've noticed that we have a problem with setting the item level permissions on any lists except the document libraries.
    When I click the "shared with" button I see a popup form with a list of users who have an access to that list but there is no "invite people" link or "Advanced" link. Moreover, the "loading" ring rotates
    instanly like some operation was'nt ended. 
    The same operation with documents in libraries works well.
    I am be grateful for any help!

    Hi Mischael,
    From your description, my understanding is that there were no "invite people" or "Advanced" link when some users clicked "shared with" button in some lists.
    This issue seems like about permissions. Please log on your site with site collection administrator or a user who has full control for the site, then go to a problematic list->List settings->Permissions for this list, check whether the list
    has unique permissions. Then click "Check Permissions", check the permission level for the problematic users and then go to Site Settings->Site permissions->Permission levels, check whether the permission level contains "Manage permissions".
    If not, add the permission into the permission level.
    Thanks,
    Wendy
    TechNet Community Support
    Please remember to mark the replies as answers if they help, and unmark the answers if they provide no help. If you have feedback for TechNet Support, contact
    [email protected]

  • I just bought an AirPort Extreme system over this weekend and I am having problem with setting it up. I plugged the cable as explained in the manual but there is no way I can get a steady green light. I all see is flashing amber light. Can anyone help me,

    I just bought an AirPort Extreme system over this weekend and I am having problem with setting it up. I plugged the cable as explained in the manual but there is no way I can get a steady green light. I all see is flashing amber light. Can anyone help me,

    Think you need to provide some more details about what you are connecting

  • Window 8 WiFi problem with Cisco wireless network

    Anyone encounter a Windows 8 WiFi authentication problem with Cisco wireless network?
    We are using WLC 5508, 7.2.111, and AP 3602i with WPA2.
    Sent from Cisco Technical Support iPad App

    This problem occurred with Soney, and Dell models.  Lenovo with Windows 8 factory installed is working fine.
    Won't make any difference as these laptop's wireless NIC cards are different.
    Can you try with OPEN authentication.  If the Sony and/or Dell laptop works, then you start cranking up the security and/or encryption settings until you break them.
    I'm with Scott here:  It's got to be a wireless NIC card driver.
    As what George has stated, post the debug of the failed attempts.

  • Problem with setting up Airport Express to join an existing network

    I want to use an Airport Express to stream music from iTunes to my stereo. I've followed all of the instructions in Airport Utility (latest update) to the end, when the Airport Utility starts to update and loses sight of my airport Express. I get the following message: "Airport Utility was unable to find your AirPort device after restarting. The setting for this AirPort device was successfully updated, but there was a problem in joining the network or the Airport device." After this, the only way I can get back on the internet is to use the Network panel in System Preferences. When I start that off, I get this message: "Airport has the self-assigned IP address x.x.x.x and will not be able to connect to the internet." After rejoining my network, I'm back where I started from, but the MacBook cannot see the Airport Express device. I have to do a Factory Reset, in order to start over. But I end up just where I was: with Airport Utility losing sight of Airport Express and I having to return to Network Preferences to get back on the Internet.

    Welcome to the discussions, Matt!
    "Airport Utility was unable to find your AirPort device after restarting. The setting for this AirPort device was successfully updated, but there was a problem in joining the network or the Airport device."
    This error occurs when the AirPort Express does not receive the correct information to join the wireless network. The settings that you provided were stored successfully on the AirPort Express...what the message does not tell you is that unfortunately they were not the right settings. It's almost always a security setting that causes this error.
    Please go into your wireless router and locate the settings page. We need to know the exact type of wireless security that your router is using. When we have this information, we should be able to recommend a compatible setting for the AirPort Express or another setting on your wireless router that will allow a successful connection.

  • Problem with set-up of a macmini server with airport

    Dear readers
    Last week I took the bolt step to buy a macmini with OS 10.6 server to set-up a server at home for al kinds of reasons including the claim that it should be easy. Well I am still struggling but making progress in discovering how things work. To be honest this is part of the fun and one of the other reasons to buy the systems. There is one problem I hope somebody can help me with. In the getting started guide a set-up with an airport between the server and the router of the internet provider is promoted. The router is the DNS server, the airport the DHCP server for the local network. This is what I like to do as the macmini has only one Ethernet port and other configurations are not possible without making changes in the hardware configuration. The network service documentation seems to me not supporting this set-up. It considers the server to be used as DHCP server and DNS server where the airport is only used as wifi hub. Also I had problems with the initial set-up that gives the option to include the airport in the configuration and should set-up everything automatically. Halfway during the automatic set-up process at the end of the configuration the airport was reset causing the set-up process to fall over. I used the remote set-up process as only this process asks for the airport connection.
    I have not figured out how to set-up the DNS to get access to the server from outside . My provider is revering to a site dyndns.com but I have not checked this.
    Does anybody have experience with the configuration I am working on. Did I miss something in the set-up or the documentation, especially related to the DNS setup including using dyndns.com and the DHCP set-up.
    Thanks for your advice.

    The first problem is DNS.
    Your router is not a DNS server. When you ask your router to resolve names it is going out to the DNS servers specified by you (or your ISP). So, unless it can find your domain out there on the internet, a client will not be able to resolve your server's name. You have to have a DNS server you can talk to that has a record of your server.
    So you need to:
    1. Setup DNS on the server
    2. Setup DNS on another machine/server
    Here is what I would recommend:
    1. Setup DNS on your Mini
    2. Add the IP of your Mini as the DNS server for your clients.
    3. Keep your Airport as the DHCP server
    Page 19 is assuming you have asked your ISP to add a DNS record for your domain. If you have not done that, nothing will be able to find your server.
    As far as dyndns, you could use them as a DNS server for external access. You setup an account, add your external IP for the address you setup with them and that is pretty much it. You can run the updater on your server which will track your IP and update it in the event you have a dynamic IP and it changes.

  • Homehub 3 problems with wifi and network - please ...

    I am hoping someone can help me, as I am struggling to work out why I am getting so many problems with my network at home.
    I have BT Infinity, and a Homehub 3A. I have had BT broadband for years. Infinity was added in Feb 2013. The HH3A is the original one supplied to me years ago.
    When Infinity was installed I also added a pair of TP Link powerline adapters, to provide a connection to an unmanaged network switch in the lounge.
    A rough outline of what I have connected to the router is:
    Wired
    - Synology NAS Diskstation
    - Win7 laptop
    - powerline adapter
    Wifi
    - 3 iphones
    - 2 ipads
    - Win7 laptop
    - 2 Win Vista laptops
    Powerline / network switch
    - Sonos bridge
    - TV
    - BluRay
    - Vodafone booster
    - SkyHD
    Recently I am getting a number of different problems:
    1) wifi drops to everything connected to the router, at the same time, all blue lights are on the router
    I lose wifi connection to the internet, from all devices, at the same time, but also the connection from my laptop to the NAS drops.
    2) Anything connected to the Powerline adapter is rarely available
    I try and connect to Sonos, or my sky box or the TV, but they aren't connected to the router. The lights on the powerline adapters indicate everything is fine, and the HH3 has all blue lights. But my iphone and laptop cannot find my Sonos. My iphone app cannot find my sky box. And on the TV it says it is not connected to the internet. To solve this problem I have to power cycle the pair of Powerline adapters.
    Some observations:
    1) these problems are all since Infinity was installed. I have no idea if that is relevant.
    2) My NAS Diskstation has a powersave mode. I noticed last night that when I woke it up, the powerline adapters disconnected briefly, before reconnecting. But when they did reconnect I could not access anything connected to them. It was as if the NAS had booted them off the network, and then they couldn't get back on.
    3) I run a 10m brand new Cat5e cable from the infinity modem to my router, because the modem is in the garage.
    Can anyone help? I am tearing my hair out with this.
    Thanks for any help.

    If you set the devices on the home hub to always use the same IP address, then that can help.
    The problem is that when the DHCP lease expires, the home hub often gives the device a different IP address, and this breaks the port forwarding rules.
    Some routers allow you to specify which IP addresses are to be reserved, but the home hub does not.
    There are some useful help pages here, for BT Broadband customers only, on my personal website.
    BT Broadband customers - help with broadband, WiFi, networking, e-mail and phones.

  • Problem with Airport wireless network utilising a Time Capsule. No internet connection?

    Right, I have an Apple Mac and I am creating a Wireless network with an Apple Time Machine. I have had both devices for approx 2 years, they have be fine to date - until I now have the following issue: The Wirless network has been created and can be connected to but that network isn't then connected to the internet. IN have checked with the Cable network provider Virgin and there is a network without proplem provided to the Modem - I have also connected an ethernet cable to direct to the Mac and connected to the www, no probs. I have also asttempted to reset and set up my time capsule / airport again howver the same problem arises. When I go to network Diagnostics I Have a green light for the following; Airport, Airport Settigns, Network Settings,Network Settings, ISP then an amberlight for Internet and server.....Please assist!!!! Is this an ISP address issue. Welcome any help, Thanks in advance. Jimbob

    Sounds like chaos..
    How many outlets are we talking about and what specific equipment?
    Do you really need routers on every one? How many clients do you use?
    Basically there are three non-overlapping channels on 2.4ghz.. using more than three routers in the house is pointless as they will just interfere with each other.. range on 2.4ghz should be sufficient to reach at least half a normal house from one AP. If not there are better high power routers available.
    And there should be just one device that is the main router.. all the other routers should be bridged/ wan bypassed so they are merely AP and switch. Otherwise NAT will cause issues to devices stuck behind a secondary router.

Maybe you are looking for