Which network ip address will my mobile clients receive

Hi folks
I have an AP in my production site which has a vlan configured as native vlan and the ssid related to this vlan is being used for communication with other wireless bridges. The BVI interface of this AP is ofcourse having an IP of the native vlan.
Now I have a requirement of configuring this AP with mobile clients and these mobile clients should get IP addresses from the DHCP server. The IP address that these mobile clients should recieve is from a network which is different from that of the native vlan.
I know that I can define this new vlan in the APs as wellas everywhere in the network aswell as create a SSID binded to this VLAN, But I had this doubt in my mind if the client will really take the IP of the VLAN which I want or it will try to get an IP address of the VLAN to which the BVI interface belongs i.e. the native vlan.
Note:- The Client will be associated to the AP through the desired VLAN and not through the SSID of the native vlan.
I wanted to have your expert opinion before rolling this out in production.
Thanks

Given that you are using one DHCP server with multiple scopes
AND
Given that your multiple VLANs & SSIDs trunk (802.1q) to a router to different subnets (each of which would need an "IP Helper" on the client-side interface)
Then the DHCP server should recognize which scope to deliver based on the VLAN that the request is received from.
Good Luck
Scott

Similar Messages

  • Network Access Manager - Service (Secure Mobility Client)

    We are currently working on Deploying the Secure Mobility Client.
    1. We are looking at the ability to stop the Network Acess Manager without Admin rights, According to the Cisco Documentation on this:
    "Stopping and Starting the Network Access Manager"
    Users with local administrator privileges can start and stop the Network  Access Manager. Users without local administrator privileges cannot  start and stop the Network Access Manager without using the service  password defined in the Authentication panel of the profile editor.
    Question: I am unable to find the said option in the Authentication panel in the profile editor
    2. Since we will be using NAM for all of our computers, and since some users will not be using the VPN, we will need to push out profiles to the users (This is easy however we are concerned about updates and getting those pushed). A collegue shared that he head at Cisco Live2011 that there is an option in NAM to update it's profiles by connecting to the VPN-Headend without actually authenticating and logging into the VPN.
    I know if a user connects to the VPN Headend we can update the profiles on NAM/VPN etc... however without them connecting I'm not sure if there is any way to do so?

    Hi Alwin,
    There is nothing to be done with your anyconnnect client.... if needed changes needs to ne done at VPN FW/Router where your anyconnect connection is established..... here i guess your corporate office is having this VPN server.....
    They have configured it as tunnel all mode... means all traffic will be taken through VPN... see from your output preferred default route is pointed to 192.168.0.101, which is a vpn gateway....
    If needed anyconnect vpn configuration needs to be changed from tunnel all to split-tunnel....
    Active Routes:
    Network Destination Netmask Gateway Interface Metric
    0.0.0.0 0.0.0.0 192.168.0.1 192.168.0.101 20
    0.0.0.0 0.0.0.0 146.236.12.1 146.236.12.73 2
    Regards
    Karthik

  • Which recipient email address will thunderbird use for mailshot

    When doing a mailshot to a list of addresses, several have multiple email addresses on what basis does Thunderbird decide which to use?

    TB will use whatever address is displayed in the mailing list when you double-click (open) the list. If the address was added by dragging a contact from an address book onto the list icon, the 'Email' address is added, not the 'Additional Email' or any other entry. You can edit a mailing list entry or create a new one manually by typing it in.
    You could create multiple address book entries for a person, with the only difference being the 'Email' address, e.g. Joe Work has his work address in the 'Email' box, Joe Home has his home address in the 'Email' box etc. For that purpose, [https://freeshell.de//~kaosmos/morecols-en.html MoreFunctionsForAddressBook] adds an 'Edit as new' option to the contact right-click menu to quickly make duplicates.

  • Deleting/Moving a mobile client account?

    Hello -
    I've changed the topic of this question after reading the entries here that matched 'move mobile client', now I'd like to know not only how to move a mobile client to a different server, but potentially how to delete one and go back to local home directories.
    Two weeks ago I began my second annual attempt to install Mac OS X Server, this time using 10.6 with the 10.6.3 Combo. One of the reasons I've pursued Server is to try the Mobile Accounts feature.
    I completed configuring a few days ago, set up my laptop as a mobile account and synced it to the server. I realized immediately that the tool would not support a 30+ gigabyte home directory and disabled syncing while I continued testing other features.
    Yesterday I blew away the lab installation and started over following a failed attempt to re-name the server to match the production name of the machine it may someday be installed as if it ever moves into production.
    After a day of building the machine back up from scratch I attempted to connect to it with my laptop, which had been configured as a mobile client of the now dead and long gone lab machine. Thinking that I might simply tell the client that it was now paired with a new server appears to have been naive in the extreme.
    Now I would appreciate any pointers to documentation that details the procedures for both un-pairing a client account to a server and returning control of the horizontal and vertical to it, and possibly re-pairing it to a new server (just in case it makes me really mad again and I decide to sell it into slavery).
    I can't seem to find this in the manuals.
    Thanks,
    Scott.

    Ah. Simple if you know where to look it seems.
    System Preferences->Accounts->Login Options->Network Server->Edit
    My faith is restored.
    So little time. So much hair...

  • ADF Mobile Client questions

    Hi,
    I am trying out ADF Mobile Client to see if we can use it in an upcoming project. I have some questions:
    - Is it with the developer preview posible to invoke the mobile device camera on blackberry or windows mobile? If not, ... will it be available in the production version? I understand that it must be implemented per device but the BB sdk e.g. contains Invoke.invokeApplication(Invoke.APP_TYPE_CAMERA, new
    CameraArguments()); to call the camera
    - Related to the previous question, ... how can i write a Blob to the backend server through SQLite? I see in the documentation that there is a oracle.adfnmc.sql.Blob type but when i try to create an entity attribute based on a Blob it is not supported.
    - Will it be posible to access other device applications like contacts or agenda?
    - Will the production version for Windows Mobile still have the dependency on the J9 Java Virtual Machine which is included in the mBS Mobile OSGi for Windows Mobile, a product of Prosyst Software GmbH. If yes, does that mean that we need to buy a license to that for every device running ADF Mobile Client?
    - When will support for Android become available?
    Kind Regards,
    Andre

    Hi Dennis,
    Thank you very much for your reply. Some additional questions ;)
    - What version of SQLite is used in 10.3.0.3? I saw that SQLite 3 has support for BLOB columns. Does Mobile Server 10.3.0.3 also not support the BLOB type in synchronisation to the sqlite clients? Currently oracle lite does have this support. In other words, could i somehow manually update the blob column in the sqlite database with jdbc java code in the mobile adf client application instead of direct via the mobile adf bc4j?
    - If i want to call a webservice from my mobile adf application must i use the Sun Java J2ME Wireless Toolkit or similar?
    - How about bluetooth printing support, the same as the previous. Program device specific solutions and call them from the adf mobile application?
    - Android support is very important to us. The application we want to build is for a large customer 10.000+ devices and allthough they also have windows mobile 6 and Blackberry devices, they prefer Android as the target platform.
    - Probably not but ...... any information on the release schedule whitout any commitment :) When will ADF Mobile Client go production and what is the estimated time to the first followup release?
    Thanks again,
    Andre

  • How to get the ADF Mobile Client extension

    Hi all,
    Please post some link in which I can download the ADF Mobile Client extension for Jdeveloper 11.1.1.4.0 directly to my local disk. I have tried going through Help --> Check for updates in Jdeveloper but my proxy does not
    allow it. so the only possible option for me is to download it to my local disk and should update it. I searched for it but was unable to find the appropriate link so I got to post here. Kindly help me out in finding it please....
    Thanks,
    Phanindra.

    Hi Timo,
    Now I am more confused whether it is available or not. In the oracle site I have seen that I can develop mobile apps using trinidad components in which <trinidad-config> file can be used to define the different platforms on
    which the application can be rendered. Is it true ?? When I created a mobile app I got only <trinidad-config> I didnt get <trinidad-skins> in which I can define the style sheet. There is a lot of confusion in how to proceed to
    develop the application. Kindly help me on this. I need to develop a mobile app which is not only accessible in Blackberry but should also be able to get rendered on the other platforms also. Which is the best way to develop a
    POC on this. Kindly help me timo.
    thanks,
    Phanindra.

  • How DI Server  Support Mobile Clients

    Hi All,
              I have following doubts regarding DI Server,
    How DI Server Will Support Mobile Clients Applications?
    How to install SBO Client in Mobiles Client and PDA’s?
    Will B1DE and B1TE Released for dot net 2005?
    Please, Send Relevant Information for Above Questions. With proper documents.

    Hi Mahesh,
    Please publish such questions in the SAP Business One forum. This one is exclusively for B1i.
    B1DE and B1TE are already released for .Net 2005
    Best and thanks for your cooperation
    Felipe

  • Anyconnect Secure Mobility Client, Network Access Module, wired PEAP

    Hello there,
    I am testing AnyConnect Secure Mobility Client, Network Access Module as supplicant with PEAP authentication for wired network users. With default configuration it is working well.  With default configuration it is Trusting any Root CA certificates installed on the OS.  Do you know how to configure NAM that it will validate ACS certificate with specific Root CA Certificate ?
    In Network Access Module profile editor it has two options about Certificates:
    One is Certificate Trusted Authority which has two options by its self  first is too trust any Root CA certificate that is installed on OS, and second is to import Root CA certificate in Profile. Potentially Second option can help in my case, I can manually import Root CA certificates in each profile. But I think it will be hard to update Root CA certificates in future  in that way.
    Second is Certificate Trusted Server Rules,  this option have matching capability by certificate Common Name.  For what can be used this option ?

    Normally the way it works is that you set up your Enterprise Root CA, and then have it issue a certifcate for the AAA server (ie ACS, ISE, etc). You then install this certificate on the AAA server and (in an Active Directory environment) add the Root CA certificate to the client systems local certificate store. What that means is that any certificates (such as the one installed on the AAA server) that are presented to the client that are signed by the root are automatically trusted.
    Server validation is an extra step in terms of proving the identity of the AAA server to the authenticating client. As such, when you build the policy in the NAM editor, it would look similar to the image below:
    I like to use the CN (Common Name) as the match criteria and build my CA issuance policy to always include the FQDN in the certificate for identity purposes.
    Hope this helps!

  • Network becomes limited or unavailable as soon as i connect to cisco anyconnect secure mobility client, version - 3.1.05170

    Hiee,
    I am using cisco anyconnect secure mobility client, version - 3.1.05170 , in my windows 8.1 PC to access vpn to my office desktop. But as soon as i connect cisco anyconnect client, my wifi networks becomes limited or unavailable. Thus, i am not able to get remote access to my office desktop. And not even able to access any other websites also. But as soon as i disconnect from the cisco anyconnect vpn client, every thing becomes normal, and the exclamation mark from the network icon also disappears.
    kindly help me in this regard.
    Thanks and regards
    Neeraj

    There are a few things to consider here:
    - The IPSec VPN client is EoL, so even if we consider this as a bug, it wouldn't be fixed
    - fixing the file server access would break the DHCP renew which means there is no completely clean way to fix this, at least not at the IP level since the client can't route to the same destination using 2 different paths.
    Is there any chance we could do a static policy NAT for the DHCP traffic so it appears to come from another IP? It's twisted and it may not work (the client might use the DHCP server IP embedded inside the payload and not the source IP) but if it does, then we'd fix the overlap.
    Could the server use another IP address for the DHCP service (much like using a loopback for a certain service on a router?)
    A third solution would be to NAT the destination server IP on the ASA for traffic from the IP pool going to the server. We'd need DNS doctoring as well to resolve the server's name to the NATted IP. This way the server would appear from the VPN client as being at a different IP, thereby fixing the overlap.
    All these potential solutions are quite involved... you may be better off wityh a simpler design: splitting of your server into 2 or using something else to do DHCP for the VPN clients.

  • Network Shares, Mobile Clients, Kerberos and Single Sign On Woes

    Hi anybody,
    I'm sure there is a really simple answer to my network share problems but I just can't seem to get them to work. Does anybody understand OD/Kerberos/SSO?
    I am running 10.4.10 with DNS, AFP and OD.
    My DNS is correctly configured, I can resolve IP into name and back again on server and client machines and it's not using a .local domain.
    My OD is set up as a master with the correct LDAP search base settings, Netinfo is off for some reaseon but I can't turn it back on even if I wanted to. I have directory binding enabled as well as requiring clients to bind to directory.
    My AFP is set to enable Bonjour registration and Authentication is set to Kerberos.
    My client computers are able to access network accounts and my mobile clients are able to sync their home directories.
    All seams to be working exceptionally well except for access to the shared network folders.
    I am convinced that the network folder is set up correctly as I have RTFM many times and if I play with the acess settings such that anybody has read and write permisions, clients are able to access the data.
    However, I wan't to reach my networking Nirvana where I can control access to the network share depending on group id. This shouldn't be difficult but it does seem unatainable for me .....
    Having done a bit of trouble shooting and more reading, I can see that the clients are trying to access the share as an unauthenticated user ..... which is where it all goes wrong for me.
    I thought that Kerberos SSO would have sorted this out but I don't think the clients are even trying to authenticate with the server as thay use the local Netinfo database to log in.
    How do I get clients and mobile clients to do a Kerberised SSO at login?
    Anybody !
    Thanks in advance.

    bump?

  • J2me Mobile client calling method which return byte[] java.rmi.MarshalExcep

    J2me Mobile client calling method which return byte[]
    java.rmi.MarshalException: Expected Byte, received: SGVsbG8gV29ybGQ=
    WebService1_Stub ws=new WebService1_Stub();
    try {
    String s=ws.getStringHelloWorld();// works fine
    byte s[]=ws.helloWorld(); // error java.rmi.MarshalException: Expected Byte, received: SGVsbG8gV29ybGQ=
    }catch(Expception e){
    ex.printStackTrace();
    }This same ws working fine in java standalone application please guide me what can be a problem ??
    Regards
    Haroon Idrees

    clear your app. server logs ( or make copies of them if will you need them) and redo the whole process. check out the logs and you should see some reason for this. i do not know if Borland's logs will turn out helpful, but it did help me out in certain other situations.

  • How to make a Java application that will change the client box's IP address

    HI how to make a Java application( that application would be run on the client ) that will change the client box's IP address ( IP address of itself )

    If you can do that through the command line, then use Runtime.getRuntime().exec(...) to execute your command.

  • Clicking on an e-mail address will NOT open Windows Live Mail which is already the default mail program which is already set as the default mail program

    Clicking on an e-mail address will NOT open Windows Live Mail. Windows Live mail is already set as my default e-mail program.

    Sorry you're having this problem. I think it was previously reported only by Windows XP users.
    When you reinstall, were you making Firefox your default browser? Some users have reported that ''not'' making Firefox the default browser was an effective workaround.
    However, you may have success with this approach, suggested by a user in another thread, which appears to more thoroughly update the Windows registry:
    # Open Adobe Reader / Acrobat
    # Edit->Preferences
    # In the Categories column click 'General'
    # Near the bottom of the page click the button marked 'Select Default PDF Handler'
    # In the dialog, select 'Adobe Reader XI' (or Adobe Acrobat, as the case may be) and click 'Apply'
    # A Windows Configuration screen will appear. Allow it to do its stuff (takes a few minutes), then restart your computer when prompted.
    Does that resolve the issue for you?

  • HT1923 I cannot install the latest version of itunes as it instructed me to uninstall the version I had, which I did, but the "Apple mobile device support" will not uninstall.  This has left me with no itunes .  Help please

    I cannot install the latest version of iTunes as it instructed me to uninstall the version I had, which I did, but the "Apple mobile device support" will not uninstall.  This has left me with no iTunes and the new version will not install until I can uninstall all the old components.  Help please

    You could try downloading and installing 7-Zip (free) and downloading a fresh copy of the iTunesSetup.exe installer, unpack the installer into its components using 7-Zip then try installing AppleApplicationSupport again. It may still fail to install but you may get more useful error messages as to why not.
    tt2

  • Which network is Oracle using for RAC traffic ? where you will get info ? ?

    Hi,
    I am using two node RAC on Oracle 10g R2 (10.2.0.3.0) version on SUN Solaris 10 . I want to know "Which network is Oracle using for RAC traffic ? where you will get info "
    --Kumar                                                                                                                                                                                                                                                                                                                                                                                           

    Hi Kumar,
    In 10g, you can query x$ksxpia. If the cluster_interconnect information is stored in OCR (default), you will get
    SQL> select INST_ID,PUB_KSXPIA,PICKED_KSXPIA, NAME_KSXPIA,IP_KSXPIA from x$ksxpia;
    If you specified the cluster_interconnects parameter in your init.ora:
    Columns to look in : INST_ID P PICK NAME_KSXPIA IP_KSXPIA
    And also you can use 'oradebug ipc' to see which interconnects the database is using:
    SQL> oradebug setmypid
    SQL> oradebug ipc
    Hope it helps...
    Thanks
    LaserSoft

Maybe you are looking for