DHCP Client will not work on a WLAN 4402

Wireless Scenario
I am attempting to create a wireless network using a 4402 WLAN Controller and 1200 series LWAPP access points.
The WLAN Controller has the following interface settings:
Management Interface 10.71.50.9
Ap-Manager Intereface 10.71.50.8
Virtual Interface 1.1.1.1
VLAN 451 10.29.64.27
I have two access points that both pulled a DHCP Address and recognize the WLAN Controller.
Access Point 1 10.29.64.20
Access Point 2 10.29.64.21
I have configured the WLAN Controller to use the Cisco ACS Server for Authentication. I am using LEAP at present, but intend to go with certificate based authentication at a later date. The ssid I am using is ybor-wirenew. The client gets authenticated and associated but does not get an IP Address from DHCP.
I have tried the internal DHCP server on the controller, and although the wireless client gets a 10.29.64.x address it will not communicate with the default gateway or the rest of the network.
The only thing that works is creating a scope on the 10.71.50.x network. The client then gets an address and functions normally.
I need this to work across subnets. Is there something that I am missing???

The problem is with your AP's and wireless clients being in the same subnet/vlan. I learned the hard way the thw WLC's expect the AP's to appear like any other client device on your wired network. Once they are associated with the WLC, your wireless clients are dropped into a different VLAN/subnet. An example config would be:
Management - 10.0.1.2 VLAN 1
AP-Manager - 10.0.1.3 VLAN 1
AP - 10.0.2.2 VLAN 2
Wireless Clients - 10.0.3.x VLAN 3
There are other known issues with crossing address space and the service port on the WLC.

Similar Messages

  • DHCP client does not work poperly after systemd and Gnome 3.6 upgrade

    Upgraded my system today from Gnome 3.4 to 3.6 (and systemd was updated as well), and since then acquiring an IP address using DHCP does not work anymore.
    I am using IPv4 only internally, but neither dhclient or dhcpcd manages to get an IPv4 address.
    It seems like IPv6 is priority one, and beacuse there is no IPv6 DHCP server available NetworkManager aborts the whole setup process.
    To make sure that IPv6 should not be considered, I have changed "method" in NetworkManager to "Ignore" for IPv6.
    I have also tried to downgrade NM to 0.9.6.0 from 0.9.6.4 (since that version works on another, not upgraded, machine), without any result.
    Also switched dhclient to dhcpcd, without any result.
    The machine is a "pure" systemd machine.
    DHCP works for other devices in the network.
    Versions:
    systemd 195-2
    NetworkManager 0.9.6.4
    isc-dhclient-4.2.3-P2
    I have no issues on a system where following versions are running:
    systemd 189-4
    NetworkManager 0.9.6.0
    dhcpcd 5.6.2
    Log: http://pastebin.com/2wMC0JLe

    Think I have identified the issue now.
    Neither dhcpcd or dhclient is sending the host name properly to the DHCP server anymore. I had an IP address reserved in the DHCP server for my host and after deleting this reservation my host is able to acquire an IP (dynamic) address. The reserved static address could never be acquired.
    Conclusion: dhclient and dhcpcd is not sending the host name as before, causing the DHCP server to get stuck (while waiting for the host name) whenever a NIC with a reserved IP address is requesting an IP address.
    Downgrading the dhcp clients has not yet worked, so there might be some underlying component that is causing the problem. ath5k? systemd?

  • Email client will not work

    My mail client on my new iPad works fine with my .mac address, but will not work with my network solutions email. I keep getting a message "the mail server is not responding. It works fine on my iPhone and iMac.

    These are the settings. Note particularly the requirement for SSL.
    IMAP information for the incoming mail server
    Server name: imap.mail.me.com
    SSL Required: Yes
    If you receive errors when using SSL, try using TLS instead.
    Port: 993
    Username: The name part of your iCloud email address (for example, emilyparker, not [email protected])
    Password: Your iCloud password
    SMTP information for the outgoing mail server
    Server name: smtp.mail.me.com
    SSL Required: Yes
    If you receive errors when using SSL, try using TLS or STARTTLS instead.
    Port: 587
    SMTP Authentication Required: Yes
    Username: Your full iCloud email address (for example, [email protected], not emilyparker)
    Password: Your iCloud password

  • [solved] NFS client will not work correctly

    I have all my $HOME on an NFS Server. So long I used suse and debian, now I want switch to arch but the nfs-client ist not working correctly:
    I start "portmap nfslock nfsd netfs" over rc.conf. When I do a "rpcinfo -p <ip-arch-system>" I got the following
    stefan:/home/stefan # rpcinfo -p 192.168.123.3
       Program Vers Proto   Port
        100000    2   tcp    111  portmapper
        100000    2   udp    111  portmapper
        100021    1   udp  32768  nlockmgr
        100021    3   udp  32768  nlockmgr
        100021    4   udp  32768  nlockmgr
        100003    2   udp   2049  nfs
        100003    3   udp   2049  nfs
        100003    4   udp   2049  nfs
        100021    1   tcp  48988  nlockmgr
        100021    3   tcp  48988  nlockmgr
        100021    4   tcp  48988  nlockmgr
        100003    2   tcp   2049  nfs
        100003    3   tcp   2049  nfs
        100003    4   tcp   2049  nfs
        100005    3   udp    891  mountd
        100005    3   tcp    894  mountd
    As you see "status" is missing, so the statd is not running. It sould look like the result on my suse box:
    stefan:/home/stefan # rpcinfo -p 192.168.123.2
       Program Vers Proto   Port
        100000    2   tcp    111  portmapper
        100000    2   udp    111  portmapper
        100024    1   udp  32768  status
        100021    1   udp  32768  nlockmgr
        100021    3   udp  32768  nlockmgr
        100021    4   udp  32768  nlockmgr
        100024    1   tcp  35804  status
        100021    1   tcp  35804  nlockmgr
        100021    3   tcp  35804  nlockmgr
        100021    4   tcp  35804  nlockmgr
    There is the "status" line and so the statd is running.
    How can I fix that problem, so that statd ist running on my arch box too?
    Last edited by stka (2007-06-10 15:59:48)

    The Problem ist solved.
    I use ldap for authentication. During the setup of the ldapclient I copied the nsswitch.ldap to nsswitch.conf. But the line for "hosts:" was:
    hosts:          dns ldap
    but in my dns ist no localhost entry. After I changed this line to:
    hosts:          files dns ldap
    everything was ok. The statd is now running and I can start to migrate to archlinux ;-)

  • SAPUI5 App in Fiori Client - Double tap will not work.

    Hi ,
    I have developed a SAPUI5 app  and when i try to access the app in an iPhone using the Fiori Client , the app works fine , but double tab will not work when i am in the app, double tap works when i am on the launchpad.
    Please help.
    i have used sap.m.splitapp and viz charts.
    Thanks

    Did you solve this? I have the same issue.

  • CLIENT_TEXT_IO.fopen will not work Error

    I keep getting the following -
    WebUtil Error: oracle.forms.webutil.file.FileFunctions bean not found. CLIENT_TEXT_IO.fopen will not work.
    Nothing I have found on any forum threads has helped me resolve this issue. I believe it has to do w/ configuration. The error occurs in my Development Suite environment I have set up on my laptop. The webutil set up on the Application Server seems to be fine.
    I've checked both default.env and formsweb.cfg and both seem to be set correctly. I have the webutil.pll attached to the forms and the webutil.olb in the object library.
    I'm using WebUtil 1.0.6 on Oracle 10g (9.0.4).
    If anyone has any guidance on this issue, your help is appreciated.

    The error isn't obvious. The Java Console outputs the following. I went through the webutil docs again and still didn't get the issue resolved. Can you help?
    Oracle JInitiator: Version 1.3.1.17
    Using JRE version 1.3.1.17-internal Java HotSpot(TM) Client VM
    User home directory = C:\Documents and Settings\localadmin
    Proxy Configuration: no proxy
    JAR cache enabled
    Location: C:\Documents and Settings\localadmin\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    Loading http://server.domain.com:8889/forms90/java/f90all_jinit.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    Forms Applet version is : 9.0.4.0
    java.lang.ClassNotFoundException: java.io.IOException: open HTTP connection failed.
         at sun.applet.AppletClassLoader.getBytes(Unknown Source)
         at sun.applet.AppletClassLoader.access$100(Unknown Source)
    at sun.applet.AppletClassLoader$1.run(Unknown Source)
    at java.security.AccessController.doPrivileged(Native Method)
         at sun.applet.AppletClassLoader.findClass(Unknown Source)
         at sun.plugin.security.PluginClassLoader.findClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at sun.applet.AppletClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClass(Unknown Source)
         at java.lang.ClassLoader.loadClassInternal(Unknown Source)
         at java.lang.Class.forName0(Native Method)
         at java.lang.Class.forName(Unknown Source)
         at oracle.forms.handler.UICommon.instantiate(Unknown Source)
         at oracle.forms.handler.UICommon.onCreate(Unknown Source)
         at oracle.forms.handler.JavaContainer.onCreate(Unknown Source)
         at oracle.forms.engine.Runform.onCreateHandler(Unknown Source)
         at oracle.forms.engine.Runform.processMessage(Unknown Source)
         at oracle.forms.engine.Runform.processSet(Unknown Source)
         at oracle.forms.engine.Runform.onMessageReal(Unknown Source)
         at oracle.forms.engine.Runform.onMessage(Unknown Source)
         at oracle.forms.engine.Runform.sendInitialMessage(Unknown Source)
         at oracle.forms.engine.Runform.startRunform(Unknown Source)
         at oracle.forms.engine.Main.createRunform(Unknown Source)
         at oracle.forms.engine.Main.start(Unknown Source)
         at sun.applet.AppletPanel.run(Unknown Source)
         at java.lang.Thread.run(Unknown Source)

  • Mail, iCal Server and iChat server will not work over VPN

    I have an Airport Extreme Base Station at the office running the network. Behind it sits a Mac Mini Snow Leopard server running 10.6.3. The ports necessary for Mail, iCal Server and iChat work fine through that external connection. I can also connect with VPN from my 10.6.3 clients.
    HOWEVER, when I connect with the VPN clients, I am suddenly unable to access the Mail, iCal Server, Wiki server and iChat server. All connections time out. I can ping the server and I can do other things that do NOT work on the public Airport like ssh or VNC. ssh and VNC are closed at the airport extreme.
    So it's pretty odd. When I'm connected via the VPN, all ports that are forwarded to the Snow Leopard server time out over the VPN.
    I've tried various and sundry configurations with the VPN client. This includes trying to send all traffic over the VPN, moving it up in the service order, etc. etc. Nothing fixes it. DNS resolution is working fine, however when I do a wireshark capture of ppp0 traffic, I notice that SSL and TLSv1 handshakes appear to occur on the public IP address instead of the private network IP address... and they're all resets.
    Has anyone gotten this to work successfully? Like I said, all ports that are NOT forwarded through the Airport work fine over the VPN, but will not work when connected to the VPN. It's really bizarre.

    New data: any ports that are normally forwarded on the Airport Extreme to the Mac Mini server will not work when connected to the VPN.
    For instance, if I have imaps/993 forwarded from the Airport Extreme to the Mac Mini, it works fine over the Internet. If I connect to the VPN, I can connect to all OTHER services on the Mac Mini, but Mail, for instance, will not work.

  • Webutil.host.HostBean not found WEBUTIL_HOST.execute will not work

    Hi everyone:
    I've got a form. I've attached webtill.pll and subclassed webutil.olb.
    In the WHEN-NEW-FORM-INSTANCE trigger it does:
    client_host('cmd /c cd > arch.txt');
    When I execute my form I got the errror:
    webutil.host.HostBean not found
    WEBUTIL_HOST.execute will not work
    Could anyone give me some help on it?
    Thanks!
    Carolina

    Hi!
    this is what I got in the Java console
    JInitiator: Versión 1.3.1.22
    Usar versión JRE 1.3.1.22-internal Java HotSpot(TM) Client VM
    Directorio local del usuario = C:\Documents and Settings\Administrador
    Configuración del delegado: sin delegado
    JAR cache enabled
    Location: C:\Documents and Settings\Administrador\Oracle Jar Cache
    Maximum size: 50 MB
    Compression level: 0
    c: clear console window
    f: finalize objects on finalization queue
    g: garbage collect
    h: display this help message
    l: dump classloader list
    m: print memory usage
    q: hide console
    s: dump system properties
    t: dump thread list
    x: clear classloader cache
    0-5: set trace level to <n>
    Loading http://rx26201:7778/forms/java/frmall_jinit.jar from JAR cache
    Loading http://rx26201:7778/forms/java/frmwebutil.jar from JAR cache
    Loading http://rx26201:7778/forms/java/jacob.jar from JAR cache
    Loading http://rx26201:7778/forms/java/dgrImages.jar from JAR cache
    proxyHost=null
    proxyPort=0
    connectMode=HTTP, native.
    La versión del applet Forms es: 10.1.2.0
    thanks!

  • WEBUTIL_FILE_TRANSFER.getMaxTransfer will not work

    oracle.forms.webutil.file Transfer.File Transfer bean not found.
    WEBUTIL_FILE_TRANSFER.getMaxTransfer will not work.
    while loading image from client machine through foms 10g in a three tier environement ,i am getting this error.can anyone help me with solution of above error.

    Please refer your other thread:
    about webutil error
    Posted: Jul 29, 2006 7:31 AM
    Message was edited by:
    Raja M

  • Document library open in client application not working for img,pdf,txt files

    In an office 365 sharepoint site i have enabled open in client applicartion for document library but it is not working for image/txt/pdf files for word and excel files it is working fine. I have even turned on the feature open document in client application
    by default from site collection features also but there is no change.
    Please advice.
    Regards,
    Chaitanya

    Hi Chaitanya,
    The feature is currently designed to be used with HTTPS, and will not work as expected with the HTTP connection available on Office 365 for professionals and
    small businesses sites.
    To take advantage of this update, do the following steps:
    Wait for the update to the SharePoint Online service, which is in progress now.
    Upgrade Adobe Reader to the version 10.1.2 client.
    Add your SharePoint Online root URL/domain to the Trusted Sites security zone in Internet Explorer1 (e.g., 
    https://contoso.sharepoint.com).
    Check the Keep me signed in box when you log in to a SharePoint Online site.
    This
    SharePoint Online update is currently
    being rolled out worldwide along with several other new features.
    Best regards.
    Thanks
    Victoria Xia
    TechNet Community Support

  • FRM-99999: A network error occurred, the client will not...

    Hi Folks,
    I'm getting the below Forms error message appears as an alert,
    while loading it in a browser using static HTML.
    ====
    FRM-99999: A network error occured, the client will not be able
    to continue.
    Details...
    Java Exception
    java.net.SocketException: Socket read failed|
    |at java/net/SocketInputStream.socketRead|
    |at java/net/SocketInputStream.read|
    |at oracle/forms/net/EncryptedInputStream.fill|
    |at oracle/forms/net/EncryptedInputStream.read|
    |at java/io/DataInputStream.readUnsignedByte|
    |at oracle/forms/engine/Message.readDetails|
    |at oracle/forms/engine/Message.readDetails|
    |at oracle/forms/net/StreamMessageReader.run|
    ====
    If you have any solution for this problem, Pls mail me.
    Regards
    Ramasundaram
    ([email protected])
    null

    Erik Martens (guest) wrote:
    : Ramasundaram Perumal (guest) wrote:
    : : Hi Folks,
    : : I'm getting the below Forms error message appears as an
    alert,
    : : while loading it in a browser using static HTML.
    : : ====
    : : FRM-99999: A network error occured, the client will not be
    : able
    : : to continue.
    : : Details...
    : : Java Exception
    : : java.net.SocketException: Socket read failed|
    : : |at java/net/SocketInputStream.socketRead|
    : : |at java/net/SocketInputStream.read|
    : : |at oracle/forms/net/EncryptedInputStream.fill|
    : : |at oracle/forms/net/EncryptedInputStream.read|
    : : |at java/io/DataInputStream.readUnsignedByte|
    : : |at oracle/forms/engine/Message.readDetails|
    : : |at oracle/forms/engine/Message.readDetails|
    : : |at oracle/forms/net/StreamMessageReader.run|
    : : ====
    : : If you have any solution for this problem, Pls mail me.
    : : Regards
    : : Ramasundaram
    : : ([email protected])
    : To troubleshoot your Developer 6 Server
    : WinNT
    : ifsrv60.exe -listen port=9000
    : Unix
    : $ f60ctl start pool=10
    : $ ps -ef | grep f60
    : oracle 24713 24709 2 10:35:47 pts/4 0:01 f60runw
    : webfile=7,2,(null)
    : oracle 24714 24709 2 10:35:47 pts/4 0:01 f60runw
    : webfile=8,3,(null)
    : oracle 24719 24709 2 10:35:49 pts/4 0:01 f60runw
    : webfile=13,8,(null)
    : oracle 24712 24709 2 10:35:47 pts/4 0:01 f60runw
    : webfile=6,1,(null)
    : oracle 24718 24709 2 10:35:48 pts/4 0:01 f60runw
    : webfile=12,7,(null)
    : oracle 24715 24709 2 10:35:47 pts/4 0:01 f60runw
    : webfile=9,4,(null)
    : oracle 24717 24709 2 10:35:48 pts/4 0:01 f60runw
    : webfile=11,6,(null)
    : oracle 24709 1 0 10:35:47 pts/4 0:00 f60srvm
    port=9000
    : pool=10
    : oracle 24720 24709 2 10:35:50 pts/4 0:01 f60runw
    : webfile=14,9,(null)
    : oracle 24716 24709 2 10:35:48 pts/4 0:01 f60runw
    : webfile=10,5,(null)
    : oracle 24711 24709 2 10:35:47 pts/4 0:01 f60runw
    : webfile=5,0,(null)
    I have got the same problem and I do not know how to troubleshoot
    Developer 6 Server with ifsrv60.exe -listen port=9000 command. I
    am working on WinNt server. Can any one help me.
    Thanks
    null

  • The latest safari will not work with yahoo games

    I just followed the latest updates from Apple to Safari and now I can't play any Yahoo games. The first notice said to reload Java which I did and it still will not work. I am very dissapointed in Apple for this, being a 20 plus year customer. And there does not seem to be an easy way to figure this out.

    Installing the OS X Lion Update 10.7.5 (Client Combo) will reinstall any missing system files.
    Then restart your Mac and launch Safari.
    Then go to Safari > Preferences > Security
    Make sure Java is selected.
    It's ok to do this even though v10.7.5 is already installed.

  • I am trying to get on to i cloud but the passwork will not work

    I am trying to get onto I CLOUD but the passwork will not work.

    Thanks for the reply, Bobwild. At least I'm getting a clearer idea that this is never going to work for me.
    As I said, I really do not want to change my email address because it is my work email.
    I am a freelance professional and all my clients have been using this mac address for over ten years.
    New clients arrive all the time through word of mouth, i.e. old clients who pass on my emial address to people who also need my services. Unfortunately a lot of business works this way, so I would lose lots of clients if I changed my email address. But I guess Apple doesn't know, or doesn't care, about how business works for other people (as long as they're making loads of money from products made by suicidal, slave-driven Chinese workers).
    Why are Apple saying you can use iCloud on a PC when this is clearly not the case?
    Why didn't they warn me that from one day to the next, the email address I've been using for a decade wouldn't work anymore? I've already lost so many work hours trying to sort this out.
    I don't want an iPhone as my new HTC has a better CPU, a larger, higher-resolution screen, more memory, more powerful antennas, a better camera, it's lighter, etc., etc,; iPads are over-priced and more or less useless for my needs; and I already have three laptops and two desktops so I'm not buying an iBook o iMac just for the sake of it.
    And with this attitude of Apple's, I'm hardly enthusiastic about buying anything from them anyway. So much for customer care. I feel abandoned and vaguely blackmailed by Apple.

  • Apple Mail will not work without webmail login

    Spontaneously 2 weeks ago I got a triangle next to my Apple Mail Inbox and could neither send nor receive email. I have used ATT for DSL and my email address for over two years without this problem. I have checked all my settings with ATT and they claim they have even "rebuilt" my mailbox and all is good. But unless I use a browser to log into webmail first, Mail will not work. The user name/password/port info is all correct, but Mail cannot connect. Even when the "keep me logged in" box is checked when I log in to webmail, Mail will stop working if I close out the browser and put the computer to sleep. This is driving me crazy.

    I've had what sounds very similar issue with another DSL ISP: Qwest.
    Ran both Comcast & Qwest simultaneously (alternately, not really concurrently)
    for awhile & got sporadic blips & failures to connect.
    I never could establish conclusively whether it was the ISP, or a local client problem.
    I think its the ISP. Had other email annoyances with them that never quite got resolved
    Sometimes my mail was left on the webmail server & never got delivered & would do so, same as you describe.
    Its never anyone's fault, or problem...
    I doubt they'd tell you if it was an issue on their end, if it not resolved.

  • E61i - will not auto-connect to WLAN for SIP

    Although my SIP client is set to "always on," the phone will not connect to a WLAN network. If I go into the SIP profile settings, change it to "as needed," then change it back, the phone will prompt me and connect.
    Does everyone else's E61i behave this way? I don't have a sim card in the phone right now... do you think that could be it?
    I have my Gizmo Project account set up and have made and received calls successfully, even with my Grandcentral account.
    Thanks very much for reading.
    Todd
    Message Edited by teye on 18-Dec-2007 04:11 PM

    No, Hyundai Veloster.
    Funny, cause I did see the forum on a subaru.
    It's connecting... I just have to do it every time I get in my car. I had no problem with the razor connecting automatically.

Maybe you are looking for

  • How  to find the Request in R/3??

    HI Guru's I have done the Re-process of InfoPackage in BW and the data is coming from R/3 I want to see the request in R/3 I know the request in R/3 will start with BI but i don't know how to see in R/3 any help much appreciated... Regards, BH

  • How to translate a XYLineChart along with other items?

    This code plots a XYLineChart and a straigth line: by left mouse click and drag anywhere on the graph, XYLine is translated left/right and up down while the black line do not. I would like to bind the black line and the XYLine so that when I click an

  • Where to find the javadoc ?

    I'm looking for the javadoc of all packages starting with com.sun.xml.rpc. Where is it ?

  • Elements 8 redownloading error

    Last Saturday I bought a new laptop and downloaded PSE8.  Yesterday the "brand new" laptop had a Windows7 OS crash (according to the geek guys).  They had me bring back the computer and instead of trying to fix it they exchanged it for another one. 

  • Battery Not Found ???

    Although I have a fully-charged battery pack installed on my 17" 2.16 MBP, there's an "X" through the battery icon on the top bar, and "No batteries available" plus a solid orange LED on my MagSafe charger. Unplug the charger, and - of course - all i