Problem using Gateway address

Having a little trouble setting up my macbook to connect to the work network. The way it is setup is that the wirless router I am trying to connect too requires the use of DHCP, but it also requires that you put in an IP Address for both the Gateway (Which I believe is refered to as Router in OS X) and the DNS Servers. While the DNS servers are not a problem, the Gateway(Router) Box is not available when configured to DHCP. Anyone know of a way to accomplish, both using DHCP and manually entering the IP of the Gateway?

Actually I got it working today with full manual mode. It seems that the IP Address that the router first assigned me with DHCP was not even in it's normal IP range. Don't know what was going on there. Thanks for the help though! Full manual mode did work

Similar Messages

  • Problems using Gateway on OWSM 10.1.3.1 and OWSM 10.1.3.3

    Hi,
    I have a problem reaching a Gateway WSDL defined on OWSM 10.1.3.3. My scenario is the following:
    I have a SOA Suite 10.1.3.1 on a machine1 and I have defined a Gateway for a Webservice http://arqc:7021/CasaBolsaProxy
    <?xml version="1.0" encoding="utf-8" ?>
    - <s0:definitions name="CasaBolsa" targetNamespace="http://xmlns.oracle.com/BPELPreCasaBolsa" xmlns:s0="http://schemas.xmlsoap.org/wsdl/" xmlns:s1="http://xmlns.oracle.com/BPELPreCasaBolsa" xmlns:s2="http://schemas.xmlsoap.org/wsdl/soap/">
    - <s0:types>
    - <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:client="http://xmlns.oracle.com/BPELPreCasaBolsa" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://xmlns.oracle.com/BPELPreCasaBolsa">
    <import namespace="http://xmlns.oracle.com/BPELPreCasaBolsa" schemaLocation="http://arqc:7021/CasaBolsaProxy?SCHEMA%2FMaqueta+ESB%2FServicios+de+Negocio%2FBpel%2FBPELPreCasaBolsa" />
    </schema>
    </s0:types>
    - <s0:service name="BPELPreCasaBolsaBindingQSService">
    - <s0:port binding="s1:BPELPreCasaBolsaBinding" name="BPELPreCasaBolsaBindingQSPort">
    <s2:address location="http://arqc:7021/CasaBolsaProxy" />
    </s0:port>
    </s0:service>
    </s0:definitions>
    The URL generated by the gateway is http://arqc:8890/gateway/services/SID0003017?wsdl
    <?xml version="1.0" encoding="UTF-8" ?>
    - <s0:definitions name="CasaBolsa" targetNamespace="http://xmlns.oracle.com/BPELPreCasaBolsa" xmlns:s0="http://schemas.xmlsoap.org/wsdl/" xmlns:s1="http://xmlns.oracle.com/BPELPreCasaBolsa" xmlns:s2="http://schemas.xmlsoap.org/wsdl/soap/">
    - <s0:types>
    - <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:client="http://xmlns.oracle.com/BPELPreCasaBolsa" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://xmlns.oracle.com/BPELPreCasaBolsa">
    <import namespace="http://xmlns.oracle.com/BPELPreCasaBolsa" schemaLocation="http://192.168.20.134:7021/CasaBolsaProxy?SCHEMA%2FMaqueta+ESB%2FServicios+de+Negocio%2FBpel%2FBPELPreCasaBolsa" />
    </schema>
    </s0:types>
    - <s0:service name="BPELPreCasaBolsaBindingQSService">
    - <s0:port binding="s1:BPELPreCasaBolsaBinding" name="BPELPreCasaBolsaBindingQSPort">
    <s2:address location="http://arqc:8890/gateway/services/SID0003012" />
    </s0:port>
    </s0:service>
    </s0:definitions>
    and if try to test it from the menu "tools->test page" on my OWSM I don't have problems.
    By needs I have another machine with SOA Suite 10.1.3.3 and I have made the same configuration as in the first machine, when I register the service on the gateway this generate the following URL http://arqdatabase:8888/gateway/services/SID0003011?wsdl and the following code:
    <?xml version="1.0" encoding="UTF-8" ?>
    - <s0:definitions name="CasaBolsa" targetNamespace="http://xmlns.oracle.com/BPELPreCasaBolsa" xmlns:s0="http://schemas.xmlsoap.org/wsdl/" xmlns:s1="http://xmlns.oracle.com/BPELPreCasaBolsa" xmlns:s2="http://schemas.xmlsoap.org/wsdl/soap/">
    - <s0:types>
    - <schema xmlns="http://www.w3.org/2001/XMLSchema" xmlns:client="http://xmlns.oracle.com/BPELPreCasaBolsa" xmlns:plnk="http://schemas.xmlsoap.org/ws/2003/05/partner-link/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:tns="http://xmlns.oracle.com/BPELPreCasaBolsa">
    <import namespace="http://xmlns.oracle.com/BPELPreCasaBolsa" schemaLocation="SID0003011,33/CasaBolsaProxy?SCHEMA%2FMaqueta+ESB%2FServicios+de+Negocio%2FBpel%2FBPELPreCasaBolsa" />
    </schema>
    </s0:types>
    - <s0:service name="BPELPreCasaBolsaBindingQSService">
    - <s0:port binding="s1:BPELPreCasaBolsaBinding" name="BPELPreCasaBolsaBindingQSPort">
    <s2:address location="http://arqdatabase:8888/gateway/services/SID0003011" />
    </s0:port>
    </s0:service>
    </s0:definitions>
    When I try to test this URL again by the menu "tools->test page" on my OWSM I reach the following message:
    java.io.IOException: Fallo al leer WSDL de http://arqdatabase:8888/gateway/services/SID0003011,35/CasaBolsaProxy?SCHEMA%2FMaqueta+ESB%2FServicios+de+Negocio%2FBpel%2FBPELPreCasaBolsa: No se ha encontrado WSDL.
    I have analized the generated code by the two OAS and I´ve noticed that on the version 10.1.3.3 the WSDL to reach the webservice is different from the 10.1.3.1 version. The 10.1.3.3 version adds a "SID0003011,33" on the section schemaLocation of the WSDL, while the version 10.1.3.1 it has schemaLocation="http://192.168.20.134:7021/
    Any idea to solve this issue. Why this difference??
    Thank's in advance

    ENGLISH AND SPANISH RESPONSE
    ENGLISH
    Hi!
    Yes i had the same problem.
    And I dont now why but the OWSM is defining WRONG in the wsdl the endpoint...
    so ...
    if u check the :
    http://arqdatabase:8888/gateway/services/SID0003011?wsdl
    in some part... in defines the endpoint... u must see the endpoint:
    http://arqdatabase:8888/gateway/services/SID0003011,35/CasaBolsaProxy?SCHEMA%2FMaqueta+ESB%2FServicios+de+Negocio%2FBpel%2FBPELPreCasaBolsa:
    That endpoint doesnt exists!!!...
    I workaround this doing the following:
    I download the WSDL to my machine (http://arqdatabase:8888/gateway/services/SID0003011?wsdl )
    i save it in test.wsdl
    and i changed the endpoint in test.wsdl file
    i change this: http://arqdatabase:8888/gateway/services/SID0003011,35/CasaBolsaProxy?SCHEMA%2FMaqueta+ESB%2FServicios+de+Negocio%2FBpel%2FBPELPreCasaBolsa
    to this:
    http://arqdatabase:8888/gateway/services/SID0003011 (try first that u can reach this URL)
    When u create the client, for example in JDEV, specify the wsdl file instead specify the URL
    and it works...
    SPANISH
    Hola!
    Yo tambien tuve el mismo problema... no se porque el OWSM genera mal el wsdl... pero me paso y lo pude resolver de cierto modo...
    Si te das cuenta en la URL
    http://arqdatabase:8888/gateway/services/SID0003011?wsdl
    te debe de mostrar el endpoint al que va a llamar el cliente del web service...
    asi que a ti ... (como me paso a mi) te muestra esto:
    http://arqdatabase:8888/gateway/services/SID0003011,35/CasaBolsaProxy?SCHEMA%2FMaqueta+ESB%2FServicios+de+Negocio%2FBpel%2FBPELPreCasaBolsa:
    Esa direccion NO EXISTE!
    Ese endpoint esta mal, no se porque lo genera asi, pero esta mal.
    El endpoint deberia ser http://arqdatabase:8888/gateway/services/SID0003011
    Asi que entra a la url del WSDL:
    http://arqdatabase:8888/gateway/services/SID0003011?wsdl
    y guarda en tu maquina este archivo. yo le puse este nombre:
    test.wsdl
    ya que lo guardaste
    Cambia a mano, el endpoint
    en lugar de esto:
    http://arqdatabase:8888/gateway/services/SID0003011,35/CasaBolsaProxy?SCHEMA%2FMaqueta+ESB%2FServicios+de+Negocio%2FBpel%2FBPELPreCasaBolsa
    pon esto:
    http://arqdatabase:8888/gateway/services/SID0003011
    (Prueba primero que este endpoint funciona)
    Y ya que tienes eso, cuando general el cliente del WS, por ejemplo si lo haces desde el jdeveloper, en vez de especificar el URL WSDL... especifica la ubicacion del archivo test.wsdl.
    eso debe funcionar.
    Saludos!
    Mauricio

  • RSV4000 DHCP Gateway address problem

    I have an RSV4000 which I'm using as a gateway. I changed the default 192.168.1.0/24 network to 10.255.255.0/24 and configured the DHCP address pool to use 64 host addresses starting at 10.255.255.64
    Every so often users on VLAN 1 get a gateway IP address of 192.168.1.1 even though they received a DHCP address of 10.255.255.64, 65, 66, etc.
    I ran a packet capture and the RSV4000 is actually giving out the wrong gateway address.
    I have to power cycle the RSV4000 and it works until some random point in time, then starts giving out the wrong gateway address again.
    Is Cisco going to fix this?
    I'm running version 1.3.2.0 and I do not have the V4 model so I can't run v2.0.0.3

    Hey mdoldan,
    Were you the one that upgraded the firmware of 1.3.2.0 on the router or did you receive it like that.
    This is a very odd case, where it is giving out ip address on the default lan even though you changed it.
    Have you tried reflashing the firmware, factory resetting the router and reloading the configurations back to it.
    I would try that and see if the problem persist.

  • Excluded client problem - "Attempted to use IP Address assigned to another device" / "Identity Theft"

    Hi all
    Problem:
    Client gets excluded caused by "Identity Theft" (when looking in the controller) and "Attempted to use IP Address assigned to another device" (when looking in the WCS).
    Setup:
    Centrally placed WLAN Controller - The SSID and AP is in H-REAP mode, and the DHCP server locally is a ASA5505.
    Client:
    Samsung Galaxy Tap 10.1
    Other clients on the same site do not apeer to have this problem.
    The problem is peoridic.
    Other info:
    We have recently upgraded to 7.0.230 because the same type of client would get excluded with reason "unknown", and not be removed from the exclusion list - this apears to have been a bug in the WLC software.
    Now we have the reason, and the client will get removed from the exlusion list after the default 60 seconds, but then get excluded again.
    When doing a troupleshoot client from the WCS the following shows up:
    04/16/2012 12:10:32 CEST INFO 10.1.33.13 DHCP offer received,dhcp server set. 
    04/16/2012 12:10:32 CEST ERROR 10.1.33.13 Received DHCP ACK, could not update client state. 
    04/16/2012 12:10:32 CEST INFO 10.1.33.13 Received DHCP request, error processing packet.
    04/16/2012 12:10:42 CEST ERROR 10.1.33.13 De-authentication sent to client. slot 0 (claller apf_ms.c:5113)
    The question right now is:
    The "could not update client state" - is this the WLC not being able to update the client or is it the DHCP server ?

    As i tried to explain before, we have local switching at the remote site, not centralized for this SSID.
    And the DHCP server is on the same local VLAN.
    It works fine, but all of a sudden a client will get "stuck" in this error.
    If anyone wants to look, I have this debug output from the WLC.
    The debug starts from right after I have removed the client from the exclusion list.
    I can see in the ASA that the clients lease time in the DHCP server will get renewed duing this process to the default 3600 seconds.
    The clients MAC is :8c:77:12:ac:8c:3b
    The ASA inside interface is: 192.168.2.1 /24
    Any suggestions will be greatly appreciated.
    (WiSM-slot2-1) >*emWeb: Apr 17 10:09:31.613: 8c:77:12:ac:8c:3b apfMsDeleteByMscb Scheduling mobile for deletion with deleteReason 6, reasonCode 1
    *emWeb: Apr 17 10:09:31.613: 8c:77:12:ac:8c:3b Scheduling deletion of Mobile Station:  (callerId: 30) in 1 seconds
    *osapiBsnTimer: Apr 17 10:09:32.612: 8c:77:12:ac:8c:3b apfMsExpireCallback (apf_ms.c:609) Expiring Mobile!
    *apfReceiveTask: Apr 17 10:09:32.622: 8c:77:12:ac:8c:3b apfMsAssoStateDec
    *apfReceiveTask: Apr 17 10:09:32.622: 8c:77:12:ac:8c:3b apfMs1xStateDec
    *apfReceiveTask: Apr 17 10:09:32.622: 8c:77:12:ac:8c:3b Deleting mobile on AP 00:1d:a2:87:02:30(0)
    *apfMsConnTask_0: Apr 17 10:09:36.655: 8c:77:12:ac:8c:3b Adding mobile on LWAPP AP 00:1d:a2:87:02:30(0)
    *apfMsConnTask_0: Apr 17 10:09:36.655: 8c:77:12:ac:8c:3b Association received from mobile on AP 00:1d:a2:87:02:30
    *apfMsConnTask_0: Apr 17 10:09:36.655: 8c:77:12:ac:8c:3b 0.0.0.0 START (0) Changing ACL 'none' (ACL ID 0) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:1633)
    *apfMsConnTask_0: Apr 17 10:09:36.655: 8c:77:12:ac:8c:3b Applying site-specific IPv6 override for station 8c:77:12:ac:8c:3b - vapId 3, site 'PDA-GST-KNS-MED-ITV', interface 'dummy-itv-105'
    *apfMsConnTask_0: Apr 17 10:09:36.655: 8c:77:12:ac:8c:3b Applying IPv6 Interface Policy for station 8c:77:12:ac:8c:3b - vlan 199, interface id 13, interface 'dummy-itv-105'
    *apfMsConnTask_0: Apr 17 10:09:36.655: 8c:77:12:ac:8c:3b Applying site-specific override for station 8c:77:12:ac:8c:3b - vapId 3, site 'PDA-GST-KNS-MED-ITV', interface 'dummy-itv-105'
    *apfMsConnTask_0: Apr 17 10:09:36.655: 8c:77:12:ac:8c:3b 0.0.0.0 START (0) Changing ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:1633)
    *apfMsConnTask_0: Apr 17 10:09:36.655: 8c:77:12:ac:8c:3b STA - rates (8): 130 132 139 150 36 48 72 108 0 0 0 0 0 0 0 0
    *apfMsConnTask_0: Apr 17 10:09:36.655: 8c:77:12:ac:8c:3b STA - rates (12): 130 132 139 150 36 48 72 108 12 18 24 96 0 0 0 0
    *apfMsConnTask_0: Apr 17 10:09:36.655: 8c:77:12:ac:8c:3b Processing RSN IE type 48, length 20 for mobile 8c:77:12:ac:8c:3b
    *apfMsConnTask_0: Apr 17 10:09:36.655: 8c:77:12:ac:8c:3b 0.0.0.0 START (0) Initializing policy
    *apfMsConnTask_0: Apr 17 10:09:36.655: 8c:77:12:ac:8c:3b 0.0.0.0 START (0) Change state to AUTHCHECK (2) last state AUTHCHECK (2)
    *apfMsConnTask_0: Apr 17 10:09:36.655: 8c:77:12:ac:8c:3b 0.0.0.0 AUTHCHECK (2) Change state to 8021X_REQD (3) last state 8021X_REQD (3)
    *apfMsConnTask_0: Apr 17 10:09:36.655: 8c:77:12:ac:8c:3b 0.0.0.0 8021X_REQD (3) DHCP Not required on AP 00:1d:a2:87:02:30 vapId 3 apVapId 3for this client
    *apfMsConnTask_0: Apr 17 10:09:36.655: 8c:77:12:ac:8c:3b Not Using WMM Compliance code qosCap 00
    *apfMsConnTask_0: Apr 17 10:09:36.656: 8c:77:12:ac:8c:3b 0.0.0.0 8021X_REQD (3) Plumbed mobile LWAPP rule on AP 00:1d:a2:87:02:30 vapId 3 apVapId 3
    *apfMsConnTask_0: Apr 17 10:09:36.656: 8c:77:12:ac:8c:3b apfMsAssoStateInc
    *apfMsConnTask_0: Apr 17 10:09:36.656: 8c:77:12:ac:8c:3b apfPemAddUser2 (apf_policy.c:223) Changing state for mobile 8c:77:12:ac:8c:3b on AP 00:1d:a2:87:02:30 from Idle to Associated
    *apfMsConnTask_0: Apr 17 10:09:36.656: 8c:77:12:ac:8c:3b Stopping deletion of Mobile Station: (callerId: 48)
    *apfMsConnTask_0: Apr 17 10:09:36.656: 8c:77:12:ac:8c:3b Sending Assoc Response to station on BSSID 00:1d:a2:87:02:30 (status 0) ApVapId 3 Slot 0
    *apfMsConnTask_0: Apr 17 10:09:36.656: 8c:77:12:ac:8c:3b apfProcessAssocReq (apf_80211.c:5272) Changing state for mobile 8c:77:12:ac:8c:3b on AP 00:1d:a2:87:02:30 from Associated to Associated
    *apfMsConnTask_0: Apr 17 10:09:36.658: 8c:77:12:ac:8c:3b Updating AID for REAP AP Client 00:1d:a2:87:02:30 - AID ===> 2
    *dot1xMsgTask: Apr 17 10:09:36.660: 8c:77:12:ac:8c:3b Creating a PKC PMKID Cache entry for station 8c:77:12:ac:8c:3b (RSN 2)
    *dot1xMsgTask: Apr 17 10:09:36.660: 8c:77:12:ac:8c:3b Adding BSSID 00:1d:a2:87:02:32 to PMKID cache for station 8c:77:12:ac:8c:3b
    *dot1xMsgTask: Apr 17 10:09:36.661: New PMKID: (16)
    *dot1xMsgTask: Apr 17 10:09:36.661:      [0000] 1b 92 b6 05 89 09 d5 c7 45 82 72 72 6a f2 b6 7e
    *dot1xMsgTask: Apr 17 10:09:36.661: 8c:77:12:ac:8c:3b Initiating RSN PSK to mobile 8c:77:12:ac:8c:3b
    *dot1xMsgTask: Apr 17 10:09:36.661: 8c:77:12:ac:8c:3b dot1x - moving mobile 8c:77:12:ac:8c:3b into Force Auth state
    *dot1xMsgTask: Apr 17 10:09:36.661: 8c:77:12:ac:8c:3b Skipping EAP-Success to mobile 8c:77:12:ac:8c:3b
    *dot1xMsgTask: Apr 17 10:09:36.661: Including PMKID in M1  (16)
    *dot1xMsgTask: Apr 17 10:09:36.661:      [0000] 1b 92 b6 05 89 09 d5 c7 45 82 72 72 6a f2 b6 7e
    *dot1xMsgTask: Apr 17 10:09:36.661: 8c:77:12:ac:8c:3b Starting key exchange to mobile 8c:77:12:ac:8c:3b, data packets will be dropped
    *dot1xMsgTask: Apr 17 10:09:36.661: 8c:77:12:ac:8c:3b Sending EAPOL-Key Message to mobile 8c:77:12:ac:8c:3b
                                                                                                                  state INITPMK (message 1), replay counter 00.00.00.00.00.00.00.00
    *Dot1x_NW_MsgTask_0: Apr 17 10:09:36.674: 8c:77:12:ac:8c:3b Received EAPOL-Key from mobile 8c:77:12:ac:8c:3b
    *Dot1x_NW_MsgTask_0: Apr 17 10:09:36.674: 8c:77:12:ac:8c:3b Ignoring invalid EAPOL version (1) in EAPOL-key message from mobile 8c:77:12:ac:8c:3b
    *Dot1x_NW_MsgTask_0: Apr 17 10:09:36.674: 8c:77:12:ac:8c:3b Received EAPOL-key in PTK_START state (message 2) from mobile 8c:77:12:ac:8c:3b
    *Dot1x_NW_MsgTask_0: Apr 17 10:09:36.674: 8c:77:12:ac:8c:3b Stopping retransmission timer for mobile 8c:77:12:ac:8c:3b
    *Dot1x_NW_MsgTask_0: Apr 17 10:09:36.675: 8c:77:12:ac:8c:3b Sending EAPOL-Key Message to mobile 8c:77:12:ac:8c:3b
                                                                                                                        state PTKINITNEGOTIATING (message 3), replay counter 00.00.00.00.00.00.00.01
    *Dot1x_NW_MsgTask_0: Apr 17 10:09:36.681: 8c:77:12:ac:8c:3b Received EAPOL-Key from mobile 8c:77:12:ac:8c:3b
    *Dot1x_NW_MsgTask_0: Apr 17 10:09:36.681: 8c:77:12:ac:8c:3b Ignoring invalid EAPOL version (1) in EAPOL-key message from mobile 8c:77:12:ac:8c:3b
    *Dot1x_NW_MsgTask_0: Apr 17 10:09:36.681: 8c:77:12:ac:8c:3b Received EAPOL-key in PTKINITNEGOTIATING state (message 4) from mobile 8c:77:12:ac:8c:3b
    *Dot1x_NW_MsgTask_0: Apr 17 10:09:36.681: 8c:77:12:ac:8c:3b apfMs1xStateInc
    *Dot1x_NW_MsgTask_0: Apr 17 10:09:36.681: 8c:77:12:ac:8c:3b 0.0.0.0 8021X_REQD (3) Change state to L2AUTHCOMPLETE (4) last state L2AUTHCOMPLETE (4)
    *Dot1x_NW_MsgTask_0: Apr 17 10:09:36.682: 8c:77:12:ac:8c:3b 0.0.0.0 L2AUTHCOMPLETE (4) State Update from Mobility-Incomplete to Mobility-Complete, mobility role=Local, client state=APF_MS_STATE_ASSOCIATED
    *Dot1x_NW_MsgTask_0: Apr 17 10:09:36.682: 8c:77:12:ac:8c:3b 0.0.0.0 L2AUTHCOMPLETE (4) DHCP Not required on AP 00:1d:a2:87:02:30 vapId 3 apVapId 3for this client
    *Dot1x_NW_MsgTask_0: Apr 17 10:09:36.682: 8c:77:12:ac:8c:3b Not Using WMM Compliance code qosCap 00
    *Dot1x_NW_MsgTask_0: Apr 17 10:09:36.683: 8c:77:12:ac:8c:3b 0.0.0.0 L2AUTHCOMPLETE (4) Plumbed mobile LWAPP rule on AP 00:1d:a2:87:02:30 vapId 3 apVapId 3
    *Dot1x_NW_MsgTask_0: Apr 17 10:09:36.683: 8c:77:12:ac:8c:3b 0.0.0.0 L2AUTHCOMPLETE (4) pemAdvanceState2 4817, Adding TMP rule
    *Dot1x_NW_MsgTask_0: Apr 17 10:09:36.683: 8c:77:12:ac:8c:3b 0.0.0.0 L2AUTHCOMPLETE (4) Adding Fast Path rule
      type = Airespace AP - Learn IP address
      on AP 00:1d:a2:87:02:30, slot 0, interface = 29, QOS = 0
      ACL Id = 255, Ju
    *Dot1x_NW_MsgTask_0: Apr 17 10:09:36.683: 8c:77:12:ac:8c:3b 0.0.0.0 L2AUTHCOMPLETE (4) Fast Path rule (contd...) 802.1P = 0, DSCP = 0, TokenID = 5006  IPv6 Vlan = 199, IPv6 intf id = 13
    *Dot1x_NW_MsgTask_0: Apr 17 10:09:36.683: 8c:77:12:ac:8c:3b 0.0.0.0 L2AUTHCOMPLETE (4) Successfully plumbed mobile rule (ACL ID 255)
    *Dot1x_NW_MsgTask_0: Apr 17 10:09:36.683: 8c:77:12:ac:8c:3b 0.0.0.0 L2AUTHCOMPLETE (4) Change state to DHCP_REQD (7) last state DHCP_REQD (7)
    *Dot1x_NW_MsgTask_0: Apr 17 10:09:36.683: 8c:77:12:ac:8c:3b 0.0.0.0 DHCP_REQD (7) pemAdvanceState2 4833, Adding TMP rule
    *Dot1x_NW_MsgTask_0: Apr 17 10:09:36.028: 8c:77:12:ac:8c:3b 0.0.0.0 DHCP_REQD (7) Replacing Fast Path rule
      type = Airespace AP - Learn IP address
      on AP 00:1d:a2:87:02:30, slot 0, interface = 29, QOS = 0
      ACL Id = 255, Jumb
    *Dot1x_NW_MsgTask_0: Apr 17 10:09:36.684: 8c:77:12:ac:8c:3b 0.0.0.0 DHCP_REQD (7) Fast Path rule (contd...) 802.1P = 0, DSCP = 0, TokenID = 5006  IPv6 Vlan = 199, IPv6 intf id = 13
    *Dot1x_NW_MsgTask_0: Apr 17 10:09:36.684: 8c:77:12:ac:8c:3b 0.0.0.0 DHCP_REQD (7) Successfully plumbed mobile rule (ACL ID 255)
    *Dot1x_NW_MsgTask_0: Apr 17 10:09:36.684: 8c:77:12:ac:8c:3b Stopping retransmission timer for mobile 8c:77:12:ac:8c:3b
    *pemReceiveTask: Apr 17 10:09:36.689: 8c:77:12:ac:8c:3b 0.0.0.0 Added NPU entry of type 9, dtlFlags 0x0
    *pemReceiveTask: Apr 17 10:09:36.695: 8c:77:12:ac:8c:3b 0.0.0.0 Added NPU entry of type 9, dtlFlags 0x0
    *DHCP Proxy DTL Recv Task: Apr 17 10:09:36.831: 8c:77:12:ac:8c:3b DHCP received op BOOTREPLY (2) (len 325,vlan 0, port 29, encap 0xec03)
    *DHCP Proxy DTL Recv Task: Apr 17 10:09:36.831: 8c:77:12:ac:8c:3b DHCP setting server from ACK (server 192.168.2.1, yiaddr 192.168.2.13)
    *DHCP Proxy DTL Recv Task: Apr 17 10:09:36.853: 8c:77:12:ac:8c:3b apfBlacklistMobileStationEntry2 (apf_ms.c:4296) Changing state for mobile 8c:77:12:ac:8c:3b on AP 00:1d:a2:87:02:30 from Associated to Exclusion-list (1)
    *DHCP Proxy DTL Recv Task: Apr 17 10:09:36.853: 8c:77:12:ac:8c:3b Scheduling deletion of Mobile Station:  (callerId: 44) in 10 seconds
    *DHCP Proxy DTL Recv Task: Apr 17 10:09:36.854: 8c:77:12:ac:8c:3b DHCP failed to register IP 192.168.2.13 - dropping ACK

  • HH3 Gateway Address Problem

    Hi,
    I have just had Infinity installed and have an issue with the BT homehub3.  
    The hub has an IP 192.168.1.254 however when it assigns an IP address to either my desktop or laptop using DHCP  it assigns the gateway address as 192.168.1.1 and consequently I can’t get an internet connection. If I set the IP and gateway manually it works fine.
    Any ideas as to why it isn’t setting the correct gateway?

    Does it work if you set the IP address manually e.g
    IP Address          192.168.1.50
    Subnet Mask       255.255.255.0
    Default Gateway  192.168.1.254
    DNS                   192.168.1.254
    There is no advantage in using DHCP, unless your computer is used on other networks. Static addressing is quicker and more reliable.
    If you need to use DHCP, then make sure the subnet mask is set to 255.255.255.0
    There are a couple of DHCP pools within the home hub, one is reserved for the BT Openzone/FON VLAN connection.
    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.

  • Unable to find appropriate driver for my mcbook air using a ricoh aficio mp36501SP network printer.  had similar problem with another ricoh copier/printer, but was able to resolve that problem entering ip address.  this one wants job code

    unable to find appropriate driver for my mcbook air using a ricoh aficio mp36501SP network printer.  had similar problem with another ricoh copier/printer, but was able to resolve that problem entering ip address.  this one wants job code.  i don't believe mac allows for input on job code or printer code for permission to print

    I'm having similar problems with an HP OfficeJet 6500. One suggestion that improved the situation, but did not totally solve the problem, was to select "OfficeJet Pro L7700" for its drivers.
    One other suggestion is to turn off the printer, then simultaneously hold down the "#" and "9" keys and turn the printer back on. This hot key seems to reset the printer to factory defaults, allowing you to set things up anew.
    Finally, kvetch to HP. Their networking software clearly has problems in its relationship to OSX, but nobody on either side seems motivated to bring in a good therapist.

  • Problems using Address Book

    Hi I have two problems using address book:
    1) I am writing a new email and I need the address from adsress book. How do I do this while the Email is already open? There is no icon to open the adress book?
    2) When I open the adress book and add people to a group it is not updated when I type in the name of the group in while I write an email. I just added 2 people to a group of 4. It shows all 6 members in the group but only 4 show up when I want to send them an email...
    I hope I was able to describe my problems.
    Thank you.

    For 1) just customise your toolbar to add the Address:
    Sorry, don't know the answer to 2).
    Regards,
    Colin R.

  • Time Capsule, DHCP not providing correct gateway address

    I have gone back and forth between my AP Extreme and Time Capsule and have determined that Time Capsule is not providing the proper gateway address to my wireless clients. Instead of providing the correct gw address it provides the address I assigned the base station. This is contrary to my Airport Extreme which provides the proper gw address to my wireless clients. Sounds like a bug in the DHCP base station software. Any thoughts?

    I have a very similar problem. I originally had cable broadband and a Airport Extreme (AE) upgraded to 7.3.1 all worked fine. The AE was being used as a DHCP server to distribute the dynamic IP address provided by the ISP. I then replaced the AE for a Time Capsule (TC) and installed a new 802.11n Airport Express. I upgraded the TC and AExpress to 7.3.1. The TC was setup identically to the now replaced (disconnected and switched off) AE.
    Unfortunately the TC failed to work as a DHCP server. It did not recognize the ISP provided dynamic IP address and replaced it with an 'Invalid' IP address which of course meant no internet access. I then replaced the TC with the original AE (identically set up) and all worked fine, including the AExpress.
    While I wait for Apple to fix the TC firmware I am running the AE as the DHCP Server and the TC as a wireless bridge to the AExpress. Time Machine is recognizing Time Capsule and backups from two macs are working fine.

  • Get IPv6 gateway address on Windows XP

    Hi guys,
    Windows XP supports IPv6, but if I want to get the IPv6 gateway address linked to an adapter I've a big problem:
    GetAdaptersInfo can get the gateway address but works only with IPv4
    GetAdaptersAddresses works with IPv6 and can get the gateway address, but the related parameter FirstGatewayAddress of its structure ip_adapter_addresses was added only on Windows Vista and later
    Win32_NetworkAdapterConfiguration WMI class can retrieve IPV6 gateway address but it is available only from Vista
    What can I do?

    No simple way, basically, on XP+ use GetAdaptersAddresses, it adds ipv6.
    XP has been end of support by MS, so maybe upgrading OS is a better way to promote things forward.
    Best Regards,
    Please remember to mark the replies as answers if they help

  • Huge problem using apple mail while sending email to a group...

    Hey - I am quite confused... apple mail has huge problems using groups with about 150 addresses when writing and sending an email... the writing of emails is nearly impossible. Once the group name is inserted in the addressline (address book in iCloud!), apple mail uses nearly 100% CPU and further writing is nearly impossible. When sending such an email, all addresses are suddenly visible - though the box is NOT checked and the addresses should be hidden... what can I do? I use this feature (sending mails to groups) on a daily basis and cannot accept visible addresses...
    Greetings and sorry for inconvenient english...
    Christof

    How about next time you send to the group, cc yourself, or include yourself in the group. Then receive the email on the iphone, you can "reply all" in order to send to the group. If you use an imap account, you can make a new folder, call it something like "groups", and save different group emails there for the next time you need to "reply all".

  • I have an "old" Apple ID set up 13 years ago.  Apple has now gone to using email address as the apple ID.  I have apps to update and they ask for old ID.  it does not exist.  How can I get the ID on the app changed to the new apple ID

    I set up an apple id many years ago when itunes was established.  Within the past year or so, Apple has changed to using email address as user id.  My problem is that I have many applications that I can not update due to the fact that it is asking for the password of the old ID.  It does not exist anymore.  Any ideas on how to get the new apple id associated with the application without deleting the application.  Several of these apps I purchased.

    You can not merge accounts.
    Apps are tied to the Apple ID used to download them, you can not transfer them.

  • I get an error trying to use Apple Address Book with Word Mail merge - says it cannot open data file?

    I am running MS Word 2011, latest Mac OS, and trying to use the Mail Merge option with the Apple Address Book as the data source.
    However whenever I select the Apple Address Book as the data source, I get the error "Word was unable to open the data source".
    Anybody got any idea why?
    Thanks for your help

    I am guessing you could have solved this little problem already but perhaps someone else may benefit:
    I struggled with the same problem - not being able to use Mac Address Book (i.e. Contacts) with Word 2013 for mac mail-merge (on Mountain Lion and, now, on Mavericks) - with the exact same error message reported by Klausngigtoas above .
    So I read lots of techie stuff on forums which passed a nice few hours but didn't help. Finally, with slumped, defeated expression, I gave up.
    But I just now (such is life) I accidentally stumbled upon the simple solution:
    1. Enter System Preferences and click Security & Privacy.
    2. Select the Privacy tab and then on Contacts on the left hand panel.
    3. In the right hand panel ("Allow the apps below to access your contacts") just tick the Contacts box.
    4. And Voilà! - at least it worked for me - hope it does for you.

  • To use IP address as condition in TS

    Wanna ask, is it possible if I want to use IP address range or subnet as the TS conditions? For example, I have a different site that is within a different ip range and would want to use only 1 Wipe and Load TS, therefore I would think to create each Apply
    Windows Settings step for each site as each will use a different local admin password and set the condition based on the IP address/subnet.
    Right now I am using WMI query (as below) to install some of my software on a specific machine model. Is it possible if I would want to do the same, using the WMI query to create a condition based on the IP address/subnet? FYI, im using TS without MDT integration.

    No you can, set the dynamic variable at any time during your task sequence. What it actually does, I can use your picture as an example:
    If computer default gateway is 123.255.124.214 then OSDLocalAdminPassword will be xxxxxxx
    If computer default gateway is "255.255.255.244 then someothervariable is something else
    Basically, you populate a value in to your OSDLocalAdmin task sequence variable, a variable that can now be used during the task sequence, again at some point.
    If you want to change the local admin password based on the gateway, you just should use the dynamic variables step before you're using the OSDLocalAdminPassword -variable, or before the OSDLocalAdminPassword -variable is processed.

  • How to invoke a web service asynchronously using ws-addressing model?

    Hi Gurus,
    We are invoking an external web service asynchronously using Oracle Work Flow Business events using the following mechanism -
    1)Created a web service invoker event to invoke the web service.
    2)Created a subscription that invokes the web service (provided the wsdl address, operation info).
    3)Defined a subscription parameter WFBES_CALLBACK_EVENT with value pointing to a recieve event.
    4)Created a receive event(parameter value for WFBES_CALLBACK_EVENT) and a subscription that directs the response to a custom PL/SQL function to process response.
    so far so good. We were able to invoke the web service and get and process the response.
    Problem: The external web service can take upto 10 hrs to process the request. A time out of 2 hrs is set on the server hosting the external web service. So when the external web service takes more than 2 hrs to process the request and it times out and we get the following error on EBS side -
    'l_error_message:oracle.apps.fnd.wf.bes.InvokerException: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: oracle.j2ee.ws.saaj.ContentTypeException: Not a valid SOAP Content-Type: text/html; charset=iso-8859-1'
    Now the external web service providers are suggesting that we are not calling their web service asynchronously and we should use ws-addressing model to do so.
    Is there a way to invoke this web service using ws-addressing model using business events or from PL/SQL or OA middle-tier?
    Regards,
    Sunil
    CMRO Development.
    I am providing here the WSDL of the external web service -
    <?xml version="1.0" encoding="UTF-8"?>
    <wsdl:definitions targetNamespace="http://service.sdk.webservices.enigma.com" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:ns1="http://org.apache.axis2/xsd" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:ax21="http://service.sdk.webservices.enigma.com/xsd" xmlns:ns="http://service.sdk.webservices.enigma.com" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
    <wsdl:types>
    <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://service.sdk.webservices.enigma.com/xsd" xmlns:ax22="http://service.sdk.webservices.enigma.com">
    <xs:import namespace="http://service.sdk.webservices.enigma.com"/>
    <xs:complexType name="JCGWebServicesException">
    <xs:complexContent>
    <xs:extension base="ax22:Exception">
    <xs:sequence>
    <xs:element minOccurs="0" name="id" nillable="true" type="xs:string"/>
    <xs:element minOccurs="0" name="message" nillable="true" type="xs:string"/>
    </xs:sequence>
    </xs:extension>
    </xs:complexContent>
    </xs:complexType>
    <xs:complexType name="JCGServiceReply">
    <xs:sequence>
    <xs:element maxOccurs="unbounded" minOccurs="0" name="pdfStatus" nillable="true" type="ax21:PdfStatus"/>
    </xs:sequence>
    </xs:complexType>
    <xs:complexType name="PdfStatus">
    <xs:sequence>
    <xs:element minOccurs="0" name="jobCardID" nillable="true" type="xs:string"/>
    <xs:element minOccurs="0" name="pdfPath" nillable="true" type="xs:string"/>
    <xs:element minOccurs="0" name="status" nillable="true" type="xs:string"/>
    </xs:sequence>
    </xs:complexType>
    </xs:schema>
    <xs:schema attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://service.sdk.webservices.enigma.com" xmlns:ax23="http://service.sdk.webservices.enigma.com/xsd">
    <xs:import namespace="http://service.sdk.webservices.enigma.com/xsd"/>
    <xs:complexType name="Exception">
    <xs:sequence>
    <xs:element minOccurs="0" name="Exception" nillable="true" type="xs:anyType"/>
    </xs:sequence>
    </xs:complexType>
    <xs:element name="JCGWebServicesException">
    <xs:complexType>
    <xs:sequence>
    <xs:element minOccurs="0" name="JCGWebServicesException" nillable="true" type="ax21:JCGWebServicesException"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="runJobCard">
    <xs:complexType>
    <xs:sequence>
    <xs:element minOccurs="0" name="a_WorkpackageFilePath" nillable="true" type="xs:string"/>
    <xs:element minOccurs="0" name="a_userName" nillable="true" type="xs:string"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:element name="runJobCardResponse">
    <xs:complexType>
    <xs:sequence>
    <xs:element minOccurs="0" name="return" nillable="true" type="ax21:JCGServiceReply"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    </xs:schema>
    </wsdl:types>
    <wsdl:message name="JCGWebServicesException">
    <wsdl:part name="parameters" element="ns:JCGWebServicesException">
    </wsdl:part>
    </wsdl:message>
    <wsdl:message name="runJobCardResponse">
    <wsdl:part name="parameters" element="ns:runJobCardResponse">
    </wsdl:part>
    </wsdl:message>
    <wsdl:message name="runJobCardRequest">
    <wsdl:part name="parameters" element="ns:runJobCard">
    </wsdl:part>
    </wsdl:message>
    <wsdl:portType name="JCGServicePortType">
    <wsdl:operation name="runJobCard">
    <wsdl:input message="ns:runJobCardRequest" wsaw:Action="urn:runJobCard">
    </wsdl:input>
    <wsdl:output message="ns:runJobCardResponse" wsaw:Action="urn:runJobCardResponse">
    </wsdl:output>
    <wsdl:fault name="JCGWebServicesException" message="ns:JCGWebServicesException" wsaw:Action="urn:runJobCardJCGWebServicesException">
    </wsdl:fault>
    </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="JCGServiceSoap11Binding" type="ns:JCGServicePortType">
    <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="runJobCard">
    <soap:operation soapAction="urn:runJobCard" style="document"/>
    <wsdl:input>
    <soap:body use="literal"/>
    </wsdl:input>
    <wsdl:output>
    <soap:body use="literal"/>
    </wsdl:output>
    <wsdl:fault name="JCGWebServicesException">
    <soap:fault name="JCGWebServicesException" use="literal"/>
    </wsdl:fault>
    </wsdl:operation>
    </wsdl:binding>
    <wsdl:binding name="JCGServiceSoap12Binding" type="ns:JCGServicePortType">
    <soap12:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="runJobCard">
    <soap12:operation soapAction="urn:runJobCard" style="document"/>
    <wsdl:input>
    <soap12:body use="literal"/>
    </wsdl:input>
    <wsdl:output>
    <soap12:body use="literal"/>
    </wsdl:output>
    <wsdl:fault name="JCGWebServicesException">
    <soap12:fault name="JCGWebServicesException" use="literal"/>
    </wsdl:fault>
    </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="JCGService">
    <wsdl:port name="JCGServiceHttpSoap12Endpoint" binding="ns:JCGServiceSoap12Binding">
    <soap12:address location="http://localhost:8080/JCG/services/JCGService"/>
    </wsdl:port>
    <wsdl:port name="JCGServiceHttpSoap11Endpoint" binding="ns:JCGServiceSoap11Binding">
    <soap:address location="http://localhost:8080/JCG/services/JCGService"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    Edited by: sikumar on Jun 22, 2010 1:50 PM

    Bharat,
    You dont need a Business Event setup to invoke a BPEL process from PL/SQL unless you have a special case and you need to process the response from the BPEL process in a separate thread (or in background)..
    For a straight call to BPEL process from PL/SQL, here is a sample script -
    function "MYTEST0" return varchar2 AS
    soap_request varchar2(30000);
    soap_respond varchar2(30000);
    http_req utl_http.req;
    http_resp utl_http.resp;
    resp XMLType;
    i integer;
    helpStr varchar2(30000);
    BEGIN
    soap_request:= '<?xml version = ''1.0'' encoding = ''UTF-8''?>
    <env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"
    xmlns:xsd="http://www.w3.org/2001/XMLSchema"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xmlns:ns0="
    http://xmlns.oracle.com/TestWS">
    <env:Body>
    <ns0:TestWSProcessRequest>
    <ns0:input>abc</ns0:input>
    </ns0:TestWSProcessRequest>
    </env:Body>
    </env:Envelope>
    /* the BPEL process name is TestWS */
    http_req:= utl_http.begin_request
    ( 'http://hostname:7777/orabpel/default/TestWS/1.0'
    , 'POST'
    , 'HTTP/1.1'
    utl_http.set_header(http_req, 'Content-Type', 'text/xml');
    utl_http.set_header(http_req, 'Content-Length', length(soap_request));
    utl_http.set_header(http_req, 'SOAPAction', 'process');
    utl_http.write_text(http_req, soap_request);
    http_resp:= utl_http.get_response(http_req);
    utl_http.read_text(http_resp, soap_respond);
    utl_http.end_response(http_resp);
    resp:= XMLType.createXML(soap_respond);
    resp:= resp.extract('/soap:Envelope/soap:Body/child::node()',
    'xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"');
    helpStr := '';
    i:=0;
    loop
    helpStr := helpStr || substr(soap_respond,1+ i*255,250);
    i:= i+1;
    if i*250> length(soap_respond)
    then
    exit;
    end if;
    end loop;
    return helpStr;
    END;

  • When ever I try to watch any video, from a link or YouTube say, using Firefox, I get a message 'An error as occurred. Please try again later'. It has been this way for some weeks. I don't have this problem using Safari or Opera.

    When ever I try to watch any video, from a link or YouTube say, using Firefox, I get a message ‘An error as occurred. Please try again later’. It has been this way for some weeks. I don’t have this problem using Safari or Opera.

    I believe that our “Werbung problem” adds an additional second hyperlink to the pop-up window. This second link is activated whenever you trigger a saved hyperlink to a Mail.com site.
    I had the same problem and eliminated it by deleting all bookmarks, hyperlinks and automatic links that take firefox to a mail.com address. So I just deleted all bookmarks I had saved for mail.com. I also changed my home page link because it also went to my email at mail.com. I then did a warm boot, opened firefox and re-saved my bookmarks and homepage to the desired addresses. Good luck.

Maybe you are looking for