ISR router cannot receive packets addressed to itself?

Hello, Support Team and All Members,
I have a C881G router connected to 2 different ISP networks with a failover function configured and running properly. The following is a simple network diagram:
The main WAN traffic goes through the ISP 1 LTE network and the router, provided by that ISP. The DMS Host on that router points to our C881G router Fa4 WAN interface (192.168.1.10), so the ISP 1 NAT Router is practically transparent to our traffic. Our C881G tracks the DNS server within the ISP 1 network (194.dns.isp.1) and in case of it's inaccessibility the traffic is switched to the backup link, served by the on-board HSPA+ modem (interface Dialer0 of our C881G), connected to the ISP 2 HSPA network. It works fine, but the problem is with the PPTP connections from outside to the C881G router. The PPTP calls work always from the PPTP Client 2 PC (directly connected to the Fa4 subnet), but from PPTP Client 1 PC it works only in the failover mode - when all traffic goes through the ISP 2. The incoming path via ISP 1 does not work. The problem is rather not connected to the PPTP VPN, GRE, authentication or encryption, because just the first TCP 1723 SYN packets are dropped at Fa4 much earlier by the C881G router. The debug ip packet detail shows the following routing decision:
IP: s=194.xxx.yyy.80 (FastEthernet4), d=192.168.1.10, len 40, input feature
    TCP src=4241, dst=1723, seq=791503628, ack=4111924253, win=0 ACK RST, MCI Check(94), rtype 0, forus FALSE, sendself FALSE, mtu 0, fwdchk FALSE
FIBipv4-packet-proc: route packet from FastEthernet4 src 194.xxx.yyy.80 dst 192.168.1.10
FIBfwd-proc: Default:192.168.1.10/32 receive entry
FIBipv4-packet-proc: packet routing failed
All other packets addressed from outside networks to the router itself and received via the Fa4 are also dropped in this way. All packets sent to Fa4 from the local subnet 192.168.1.0 are accepted. The routing table shows only standard connected interfaces and 1 static route to the 194.dns.isp.1 via 192.168.1.1, which is also the tracked gateway of last resort.
Router runs the CEF.
I cannot locate in the following configuration file any statement preventing the packets addressed to the router itself:
version 15.3
no service pad
service timestamps debug datetime msec
service timestamps log datetime msec
service password-encryption
service internal
hostname C881_xyz
boot-start-marker
boot-end-marker
logging buffered 8192
no logging console
no logging monitor
no aaa new-model
clock timezone PCTime 1 0
clock summer-time PCTime date Mar 30 2003 2:00 Oct 26 2003 3:00
crypto ...
... <removed for sanity>
crypto pki ...
ip dhcp excluded-address 192.168.70.1 192.168.70.99
ip dhcp excluded-address 192.168.70.180 192.168.70.254
ip dhcp excluded-address 192.168.71.1 192.168.71.99
ip dhcp excluded-address 192.168.71.180 192.168.71.254
ip dhcp pool ccp-pool
 import all
 network 192.168.70.0 255.255.255.0
 dns-server 8.8.8.8 8.8.4.4
 default-router 192.168.70.1
 lease 0 12
ip dhcp pool NVR
 import all
 network 192.168.71.0 255.255.255.0
 dns-server 8.8.8.8 8.8.4.4
 default-router 192.168.71.1
 lease 0 12
ip domain name mydomain.com
ip name-server 8.8.8.8
ip name-server 8.8.4.4
ip inspect WAAS flush-timeout 10
ip cef
no ipv6 cef
multilink bundle-name authenticated
vpdn enable
vpdn-group 1
 ! Default PPTP VPDN group
 accept-dialin
  protocol pptp
  virtual-template 1
chat-script gsm "" "AT!SCACT=1,1" TIMEOUT 60 "OK"
license udi pid C881G+7-K9 sn ***********
username admin privilege 15 secret 5 ******************************
controller Cellular 0
track 1 ip sla 1 reachability
 delay down 1 up 30
interface FastEthernet0
 description All VLANs Trunk
 switchport mode trunk
 no ip address
interface FastEthernet1
 description VLAN 1 - LAN Main
 no ip address
interface FastEthernet2
 description VLAN 20 - LAN NVR
 switchport access vlan 20
 no ip address
interface FastEthernet3
 description Traffic Monitoring only
 no ip address
interface FastEthernet4
 description WAN SP1$ETH-WAN$
 ip address 192.168.1.10 255.255.255.0
 ip nat outside
 ip virtual-reassembly in
 duplex auto
 speed auto
interface Virtual-Template1
 ip unnumbered FastEthernet4
 peer default ip address pool vpn_pptp_pool
 no keepalive
 ppp encrypt mppe auto
 ppp authentication ms-chap-v2
interface Cellular0
 ip address negotiated
 ip nat outside
 ip virtual-reassembly in
 encapsulation slip
 dialer in-band
 dialer pool-member 1
 dialer-group 1
 async mode interactive
interface Vlan1
 description LAN Main
 ip address 192.168.70.1 255.255.255.0
 ip flow ingress
 ip flow egress
 ip nat inside
 ip virtual-reassembly in
interface Vlan20
 description LAN NVR
 ip address 192.168.71.1 255.255.255.0
 ip flow ingress
 ip flow egress
 ip nat inside
 ip virtual-reassembly in
interface Dialer0
 ip address negotiated
 ip nat outside
 ip virtual-reassembly in
 encapsulation slip
 dialer pool 1
 dialer idle-timeout 0
 dialer string gsm
 dialer persistent
 dialer-group 1
ip local policy route-map track-primary-if
ip local pool vpn_pptp_pool 192.168.70.180 192.168.70.199
ip forward-protocol nd
no ip http server
ip http access-class 1
ip http authentication local
ip http secure-server
ip http timeout-policy idle 60 life 86400 requests 10000
ip flow-top-talkers
 top 32
 sort-by bytes
 cache-timeout 600000
ip nat inside source route-map ISP_1 interface FastEthernet4 overload
ip nat inside source route-map ISP_2 interface Dialer0 overload
ip route 0.0.0.0 0.0.0.0 192.168.1.1 track 1
ip route 0.0.0.0 0.0.0.0 Dialer0 253
ip route 194.dns.isp.1 255.255.255.255 192.168.1.1
ip sla auto discovery
ip sla 1
 icmp-echo 194.dns.isp.1 source-interface FastEthernet4
 frequency 10
ip sla schedule 1 life forever start-time now
logging trap debugging
dialer-list 1 protocol ip permit
route-map track-primary-if permit 1
 match ip address 100
 set interface FastEthernet4
route-map Static_ISP_2 permit 10
 match interface Dialer0
route-map Static_ISP_1 permit 10
 match interface FastEthernet4
route-map ISP_2 permit 10
 match ip address 1
 match interface Dialer0
route-map ISP_1 permit 10
 match ip address 1
 match interface FastEthernet4
access-list 1 remark List for outside NATs
access-list 1 remark CCP_ACL Category=2
access-list 1 permit 192.168.70.0 0.0.0.255
access-list 1 permit 192.168.71.0 0.0.0.255
access-list 100 remark CCP_ACL Category=0
access-list 100 permit icmp any host 194.dns.isp.1
access-list 105 remark List for debugging local ICMP tests
access-list 105 remark CCP_ACL Category=16
access-list 105 permit icmp any any
control-plane
line con 0
 no modem enable
line aux 0
line 3
 script dialer gsm
 modem InOut
 no exec
 transport input all
 rxspeed 21600000
 txspeed 5760000
line vty 0 4
 exec-timeout 0 0
 privilege level 15
 login local
 transport input telnet ssh
line vty 5 15
 access-class 23 in
 privilege level 15
 login local
 transport input telnet ssh
ntp update-calendar
ntp server 195.time.srv.1
end
Do you have an idea what can be the reason of that behaviour?
I really appreciate your suggestions,
Maciex

Hello Maciex,
I am afraid that the debug ip packet detailed has led you to a wrong conclusion. Whatever the "forus FALSE" means, it does not indicate that the router refuses to consider the packet as addressed to itself. I've just concocted a very quick test - two routers connected back to back, one is 10.0.1.1/24, the other is 10.0.1.2/24. I am pinging 10.0.1.2 from 10.0.1.1 and this is what 10.0.1.2 shows me:
*Aug 4 23:09:38.067: IP: s=10.0.1.1 (Ethernet2/1), d=10.0.1.2, len 100, input feature
*Aug 4 23:09:38.071: ICMP type=8, code=0, MCI Check(94), rtype 0, forus FALSE, sendself FALSE, mtu 0, fwdchk FALSE
*Aug 4 23:09:38.079: FIBipv4-packet-proc: route packet from Ethernet2/1 src 10.0.1.1 dst 10.0.1.2
*Aug 4 23:09:38.083: FIBfwd-proc: Default:10.0.1.2/32 receive entry
*Aug 4 23:09:38.083: FIBipv4-packet-proc: packet routing failed
*Aug 4 23:09:38.087: IP: tableid=0, s=10.0.1.1 (Ethernet2/1), d=10.0.1.2 (Ethernet2/1), routed via RIB
*Aug 4 23:09:38.091: IP: s=10.0.1.1 (Ethernet2/1), d=10.0.1.2 (Ethernet2/1), len 100, rcvd 3
*Aug 4 23:09:38.095: ICMP type=8, code=0
*Aug 4 23:09:38.099: IP: s=10.0.1.1 (Ethernet2/1), d=10.0.1.2, len 100, stop process pak for forus packet
*Aug 4 23:09:38.103: ICMP type=8, code=0
*Aug 4 23:09:38.107: FIBipv4-packet-proc: route packet from (local) src 10.0.1.2 dst 10.0.1.1
*Aug 4 23:09:38.111: FIBfwd-proc: packet routed by adj to Ethernet2/1 10.0.1.1
*Aug 4 23:09:38.111: FIBipv4-packet-proc: packet routing succeeded
*Aug 4 23:09:38.115: IP: s=10.0.1.2 (local), d=10.0.1.1 (Ethernet2/1), len 100, sending
*Aug 4 23:09:38.119: ICMP type=0, code=0
*Aug 4 23:09:38.127: IP: s=10.0.1.2 (local), d=10.0.1.1 (Ethernet2/1), len 100, sending full packet
*Aug 4 23:09:38.131: ICMP type=0, code=0
Note that even here, the router said the same as yours - and yet it did respond successfully to the ping request.
There is, I am afraid, a more mundane problem. PPTP is generally incompatible with PAT. PPTP uses two data streams: one is the control channel run over TCP port 1723, the other is the actual tunneled traffic - however, that traffic is essentially GRE-encapsulated, put directly into IP packets with no port information (there is no TCP/UDP involved). Without special support on the ISP 1 NAT box, PPTP sessions will not be able to pass through it. You will have to negotiate this with your ISP 1 - ask him to configure its NAT box with PPTP Application Layer Gateway support and allow IP protocol 47 (GRE).
This would explain why the PPTP Client 2 can always connect to your router - it is because there is no NAT/PAT/FW between the client and the router. It would also explain why Client 1 is able to connect over ISP 2 - because on that path, there is no NAT/PAT/FW box apparently present and there is a direct connectivity to the public IP address of your router.
Try talking to your ISP 1 about this.
Best regards,
Peter

Similar Messages

  • Windows XP connects, but cannot receive network address

    Okay. This is a tricky one, as I do not have admin privileges on the Windows computer (I am testing it for my school, so I am rather limited at to what I can do).
    Basically, I have my Airport Express set up (from my Macs) to broadcast a G signal protected by WPA2. I connected Windows to the network just fine, but it cannot acquire a network address.
    I cannot get into the IP settings for the computer (unless someone knows a way around their blocks), so does anyone have an idea?
    Thanks!

    Hi
    Can you access run from the Start Menu? If you can key in cmd or command. At the Prompt issue ipconfig /all. Should display IP address currently in use.
    If you know the PC's Name (Right click on My Computer > Properties > Network) then you should be able to ping its name which should return the IP address in use.
    Beyond that and unless someone else offers something different you really need to know the admin account's details to go any further.
    Tony

  • Router connected to cable modem by Ethernet port cannot get IP address from DHCP.

    I have an ethernet cable on Fa0/0 connecting my 1841 router to my cable modem. The issue is that the router cannot obtain an IP address via DHCP when I have the "ACL-OUTSIDE-IN" ACL applied inbound on the Fa0/0 interface. I tried to allow all BOOTP and BOOTPS traffic in my ACL, but still no luck. I really don't want to run the router without a simple ACL firewall and connect it to the internet. When I take off the ACL off of Fa0/0, the router is able to get an IP address via DHCP.
    Router#sh run
    Building configuration...
    Current configuration : 10736 bytes
    ! Last configuration change at 18:14:42 MST Fri Nov 16 2012 by matt.chan
    version 12.4
    service nagle
    service timestamps debug datetime msec localtime show-timezone year
    service timestamps log datetime msec localtime show-timezone year
    service password-encryption
    hostname Router
    boot-start-marker
    boot system flash:c1841-advipservicesk9-mz.124-25f.bin
    boot-end-marker
    logging count
    logging userinfo
    logging buffered 1048576 informational
    enable secret 5 <removed>
    aaa new-model
    aaa authentication login AUTH-LOCAL local-case
    aaa session-id unique
    memory-size iomem 25
    clock timezone MST -7
    ip cef
    ip nbar pdlm flash:directconnect.pdlm
    ip nbar pdlm flash:citrix.pdlm
    ip nbar pdlm flash:bittorrent.pdlm
    ip nbar custom steam destination udp range 27000 27030
    ip nbar custom rdp destination tcp range 3389 3391 55402
    ip domain lookup source-interface FastEthernet0/0
    ip name-server 8.8.8.8
    ip inspect name fa0/0_inspect_ou icmp router-traffic timeout 10
    ip inspect name fa0/0_inspect_ou ftp timeout 300
    ip inspect name fa0/0_inspect_ou udp router-traffic timeout 120
    ip inspect name fa0/0_inspect_ou tcp router-traffic timeout 300
    login block-for 60 attempts 4 within 60
    login quiet-mode access-class ACL-ACCESS-QUIET
    password encryption aes
    crypto pki trustpoint TP-self-signed-1755372391
    enrollment selfsigned
    subject-name cn=IOS-Self-Signed-Certificate-1755372391
    revocation-check none
    rsakeypair TP-self-signed-1755372391
    crypto pki certificate chain TP-self-signed-1755372391
    certificate self-signed 01
      3082023F 308201A8 A0030201 02020101 300D0609 2A864886 F70D0101 04050030
      31312F30 2D060355 04031326 494F532D 53656C66 2D536967 6E65642D 43657274
      69666963 6174652D 31373535 33373233 3931301E 170D3132 31313137 30313130
      35325A17 0D323030 31303130 30303030 305A3031 312F302D 06035504 03132649
      4F532D53 656C662D 5369676E 65642D43 65727469 66696361 74652D31 37353533
      37323339 3130819F 300D0609 2A864886 F70D0101 01050003 818D0030 81890281
      8100D53F 9EB5B123 3103A4D5 82E786F7 F91C2DE5 9E409A22 80AF78F6 812F624A
      89FE9103 73C4AAAB 13FF880D F628607D 6888AC49 18BEDD77 778F0DB1 F9A796E9
      E92717CD 6DD19450 5066620A 91278C33 E38349EA 92B8C671 80761609 0AC46E6F
      2C8C6BCF ABC7E1F7 A64BD28C C85477FE B23F8A7C 555ECDF9 CE461B8D 6C017370
      0ED70203 010001A3 67306530 0F060355 1D130101 FF040530 030101FF 30120603
      551D1104 0B300982 074E5543 4C455553 301F0603 551D2304 18301680 146CA2E0
      936C651F E2ED4DCD D7025FF3 2AB029E0 95301D06 03551D0E 04160414 6CA2E093
      6C651FE2 ED4DCDD7 025FF32A B029E095 300D0609 2A864886 F70D0101 04050003
      8181004A AFA4D07C 1424DE0E EF3F17F2 BB1EA63B CB17C13D 1AEA31A1 BAB6AF77
      DB6EA8A2 2117DCD1 5530A18C 3618D568 CC7EF520 E039ACBD DA906352 BB7E51BD
      0954490C B2AB30C2 FBBE4738 C214BE1C CB63FFEA BAFC46E0 3DC419EE 714B9ABD
      144A21E3 3E54C103 FF47FAF1 412FE5C4 59ACD1FE FD72356B C8DC04C3 E2EDF275 45954C
      quit
    username <removed secret 5 <removed>
    ip ssh maxstartups 10
    ip ssh time-out 60
    ip ssh authentication-retries 2
    ip ssh port 2226 rotary 1
    ip ssh version 2
    class-map match-all Zuri-YouTube-Class
    match access-group name NAT-Pool-Zuri-WLAN
    match protocol http host "*youtube.com*"
    policy-map PMAP-QOS-VTI-IN
      description QOS FOR TU0
    class class-default
      shape peak 1512000
    policy-map PMAP-QOS-VTI-OUT
      description QOS FOR TU0
    class class-default
      shape peak 512000
    crypto isakmp policy 1
    encr aes 256
    authentication pre-share
    group 5
    lifetime 43200
    crypto isakmp key 6 <removed> address <removed>
    crypto isakmp invalid-spi-recovery
    crypto isakmp keepalive 10 5 periodic
    crypto ipsec transform-set EDGE-TS ah-sha-hmac esp-aes 256
    crypto ipsec profile EDGE
    set security-association lifetime kilobytes 256000
    set transform-set EDGE-TS
    set pfs group5
    interface Loopback0
    no ip address
    interface Tunnel0
    description "VTI Link"
    bandwidth 4000
    ip address 172.20.0.2 255.255.255.0
    ip mtu 1400
    ip nbar protocol-discovery
    ip nat inside
    ip virtual-reassembly
    ip tcp adjust-mss 1360
    ip ospf authentication message-digest
    ip ospf message-digest-key 1 md5 7 12090011003E5A0C0F186E752220211B4A
    keepalive 10 5
    tunnel source FastEthernet0/0
    tunnel destination <removed>
    tunnel mode ipsec ipv4
    tunnel path-mtu-discovery
    tunnel protection ipsec profile EDGE
    service-policy output PMAP-QOS-VTI-OUT
    hold-queue 75 out
    interface FastEthernet0/0
    description "Link to ISP"
    bandwidth 4000
    ip address dhcp
    ip access-group ACL-OUTSIDE-IN in
    no ip proxy-arp
    ip nbar protocol-discovery
    ip nat outside
    ip inspect fa0/0_inspect_ou out
    ip virtual-reassembly
    ip ospf cost 1
    duplex auto
    speed auto
    no keepalive
    no cdp enable
    interface FastEthernet0/1
    description "Link to LAN"
    ip address 172.16.0.1 255.255.255.248
    ip access-group ACL-INSIDE-IN in
    no ip proxy-arp
    ip nbar protocol-discovery
    ip nat inside
    ip virtual-reassembly
    ip ospf cost 1
    ip ospf priority 255
    duplex auto
    speed auto
    no keepalive
    router ospf 1
    log-adjacency-changes
    redistribute static subnets
    passive-interface default
    no passive-interface Tunnel0
    network 172.20.0.0 0.0.0.3 area 0
    ip forward-protocol nd
    ip route 10.0.0.0 255.0.0.0 Null0 name "Class A Private"
    ip route 172.16.0.0 255.240.0.0 Null0 name "Class B Private"
    ip route 172.17.0.0 255.255.0.0 FastEthernet0/1 172.16.0.2 name "Home WLAN"
    ip route 172.19.73.31 255.255.255.255 Null0
    ip route 172.27.0.0 255.255.0.0 Tunnel0 172.20.0.1 name "IPsec GRE Tunnel"
    ip route 192.168.0.0 255.255.0.0 Null0 name "Class C Private"
    ip route 192.168.0.0 255.255.255.0 Tunnel0 172.20.0.1 name "VLAN 70"
    ip route 192.168.100.1 255.255.255.255 FastEthernet0/0 70.162.0.1 permanent name "CABLE MODEM MANAGEMENT"
    ip route 0.0.0.0 0.0.0.0 FastEthernet0/0 dhcp 253
    ip dns server
    no ip http server
    ip http authentication local
    ip http secure-server
    ip http timeout-policy idle 60 life 86400 requests 10000
    ip nat translation tcp-timeout 300
    ip nat translation udp-timeout 120
    ip nat translation max-entries 2048
    ip nat inside source list ACL-NAT-172.16.0.0/29 interface FastEthernet0/0 overload
    ip nat inside source list ACL-NAT-MANAGEMENT interface FastEthernet0/0 overload
    ip nat inside source static tcp 172.16.0.4 22 interface FastEthernet0/0 2227
    ip nat inside source static tcp 172.16.0.5 3389 interface FastEthernet0/0 3391
    ip nat inside source static tcp 172.16.0.3 3389 interface FastEthernet0/0 3390
    ip nat inside source static tcp 172.16.0.4 80 interface FastEthernet0/0 8084
    ip access-list standard ACL-ACCESS-QUIET
    permit 216.161.180.16
    permit 172.16.0.0 0.1.255.255
    permit 172.27.0.0 0.0.127.255
    permit 172.20.0.0 0.0.0.3
    ip access-list standard ACL-NAT-172.16.0.0/29
    permit 172.16.0.0 0.0.0.7
    ip access-list standard ACL-NAT-172.17.0.0/24
    permit 172.17.0.0 0.0.0.255
    ip access-list standard ACL-NAT-172.17.1.0/24
    permit 172.17.1.0 0.0.0.255
    ip access-list standard ACL-SNMP
    permit 172.16.0.4
    ip access-list extended ACL-CRY-MAP
    ip access-list extended ACL-INSIDE-IN
    deny   ip host 172.16.0.2 172.27.0.0 0.0.127.255
    deny   ip host 172.16.0.2 172.20.0.0 0.0.0.3
    permit ip 172.17.0.0 0.0.0.255 any
    permit ip 172.16.0.0 0.0.0.7 any
    permit ip 172.17.1.0 0.0.0.255 any
    ip access-list extended ACL-NAT-MANAGEMENT
    permit tcp host 172.27.10.11 eq 3389 host 72.166.77.196
    ip access-list extended ACL-OUTSIDE-IN
    deny   ip 10.0.0.0 0.255.255.255 any
    deny   ip 172.16.0.0 0.15.255.255 any
    deny   ip 192.168.0.0 0.0.255.255 any
    permit tcp any any range 3390 3391
    permit udp any any eq bootpc
    permit udp any any eq bootps
    permit tcp any any range 2226 2228
    permit tcp any any range 8081 8084
    permit icmp any any echo
    permit icmp any any net-unreachable
    permit icmp any any host-unreachable
    permit icmp any any port-unreachable
    permit icmp any any parameter-problem
    permit icmp any any packet-too-big
    permit icmp any any administratively-prohibited
    permit icmp any any source-quench
    permit icmp any any ttl-exceeded
    deny   icmp any any
    deny   ip any any
    ip access-list log-update threshold 10
    logging history informational
    logging trap debugging
    logging 172.17.228.17
    logging 172.17.228.10
    control-plane
    line con 0
    exec-timeout 15 0
    privilege level 15
    logging synchronous
    login authentication AUTH-LOCAL
    line aux 0
    login authentication AUTH-LOCAL
    line vty 0 4
    exec-timeout 60 0
    privilege level 15
    logging synchronous
    login authentication AUTH-LOCAL
    rotary 1
    transport input ssh
    scheduler allocate 20000 1000
    ntp clock-period 17178311
    ntp source FastEthernet0/0
    ntp server 148.167.132.201
    end

    Hi Matt,
    Try adding below line
    ip access-list extended ACL-OUTSIDE-IN
    permit udp any eq bootpc any eq bootps
    Regards
    Najaf
    Please rate when applicable or helpful !!!

  • WRVS4400N - eth0: received packet with own address as source address

    I am using a WRVS4400N as my primary router for a small office.  I get the following message repeated over and over in my logs.  This seems to happen for 2 or 3 days and then it will go away for about a week and then come back.  Does anyone know what is causing this?  The best I can tell I don't have any IP conflicts on the network and most of the time the network has very little traffic other than 2 or 3 computers surfing the web.
    Jan  3 16:48:09  - eth0: received packet with  own address as source address
    Jan  3 16:48:09  - eth0: received packet with  own address as source address
    Jan  3 16:48:15  - eth0: received packet with  own address as source address
    Jan  3 16:48:27  - eth0: received packet with  own address as source address
    Jan  3 16:48:51  - eth0: received packet with  own address as source address

    any news on this issue?
    I am getting more and more messages (20+/day) - hundreds this month.
    Now Coming every 10 minutes - HELP
    eth0: received packet with own address as source address
    Done everything, now waiting for input from Cisco.
    Please, anyone as Cisco got any answers?
    1:38 AM [email protected] WRVS4400N Security Log [6B:C6:FD]
    12:36 AM [email protected] WRVS4400N Security Log [6B:C6:FD]
    2:38 AM [email protected] WRVS4400N Security Log [6B:C6:FD]
    3:38 AM [email protected] WRVS4400N Security Log [6B:C6:FD]
    4:38 AM [email protected] WRVS4400N Security Log [6B:C6:FD]
    5:38 AM [email protected] WRVS4400N Security Log [6B:C6:FD]
    6:38 AM [email protected] WRVS4400N Security Log [6B:C6:FD]
    7:38 AM [email protected] WRVS4400N Security Log [6B:C6:FD]
    8:38 AM [email protected] WRVS4400N Security Log [6B:C6:FD]

  • TS2621 I cannot receive email on my iPad but I can send emails. The incoming address is correct as it is working on my iPhone! I keep getting a pop up to verify my incoming address. It is correct and I have tried deleting it and putting it in again. Any i

    I cannot receive emails on my ipad but I can send them. When I try to fetch emails a pop up box tells me to says verify your incoming email setting in settings.  I have, it is correct as I am receiving emails on my iPhone with the same incoming address.  I have tried deleting it and putting it in again but that does work. The wifi is working fine when using the Internet. Has anyone any ideas what is happening and how I can rectify the problem?

    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Try a Reset - iPad How-Tos  http://ipod.about.com/lr/ipad_how-tos/903396/1/
    Or this - Delete the account in Mail and then set it up again.
     Cheers, Tom

  • After mail was moved to iCloud on jan 1, my mail app emails received have 23 lines of "routing info" between the address and the message. How can I get rid of this info?

    After my mail was moved to iCloud, my mail app emails received have 23 lines of "routing data between the address and the message how can Imget rid of this "data"?

    Found the answer a Mail>preferances>Viewing>Show header detail. Changed it to Default.

  • How do I do this. Users without FormsCentral accounts or accounts with unverified email addresses cannot receive email notifications. No notifications will be sent until the accounts are created and verified.

    How do I do this. Users without FormsCentral accounts or accounts with unverified email addresses cannot receive email notifications. No notifications will be sent until the accounts are created and verified.

    Moving this discussion to the FormsCentral forum.

  • I receive email on my computer but cannot receive on my IPad air. Both have the same email address???

    I receive email on my computer but cannot receive on my IPad air and they both have the same email address???

    Hello bentley1212,
    The article linked below details a number of steps, such as removing and re-adding the account on your iPad Air, that can help restore your iPad Air's ability to receive e-mail.
    Get help with Mail on iPhone, iPad, and iPod touch
    http://support.apple.com/kb/TS3899
    Cheers,
    Allen

  • HT201356 Can you please put the steps to change the rescuer email address since I cannot receive any emails

    Can you please put the steps to change the rescuer email address since I cannot receive any emails

    The steps on the page that you posted from should work, but you can only change your rescue email address if you remember your answers to your security questions :
    - log into the account via the 'manage your apple id' button on http://appleid.apple.com
    - select the Password & Security section on the left-hand side of your account's screen
    - answer the account's security questions
    - you will then get a screen where you can change the address (and/or the questions)
    If you can't remember your answers, and you aren't receiving the reset email to your current rescue email account (and you've checked the spam folder as well as the inbox on it, and tried clicking the reset link again) then you will have to contact Support in your country to get the questions reset.
    Contacting Apple about account security : Contact Apple for help with Apple ID account security
    If your country isn't on that page then try this form to contact Support : https://www.apple.com/emea/support/itunes/contact.html
    When they've been reset follow the above steps for changing your rescue email address

  • I cannot receive emails to a new email address on my iphone 4

    I cannot receive emails to a new email address on my iphone 4. It is coming up with the message "cannot get mail. The Mail server ..... is not responding. Verify that you have entered the correct account info in Mail settings"

    more info please?
    internet mail accounts will set up easily.   If your email is a hotmail, outlook, godaddy, or other email, you have to setup from both email end and the settings on your iPad.

  • HT4436 I cannot receive my account verification email...Ive checked email addresses etc numerous times

    I cannot receive my account verification email...Ive checked email addresses etc numerous times

    Welcome to the Apple community.
    Put in a request for another verification e-mail to be sent to you.
    Start here, change your country if necessary and go to manage your account.

  • NICDRV test04 fails saying  driver cannot receive ICMP reply from the peer

    Hi,
    I am running NICDRV tests and while running test04 check multicast support, I fail with the error:
    driver xxx cannot receive ICMP reply from the peer.COuld anyone tell me why is this happening?
    For full report:
    stdout| STRATEGY:
    stdout| - Add multicast route and join multicast group
    stdout| - Receive ip_multicast traffic from the client side
    stdout| with 1 multicast group.
    stdout| - Send ip_multicast traffic to the client side
    stdout| with 1 multicast group.
    stdout| - Join multiple multicast groups, and receive multicast
    stdout| traffic of multiple groups from the client.
    stdout| - For WiFi drivers, ping 224.0.0.1 multicast address for
    stdout| 10 seconds and verify the traffic using snoop.
    stdout|
    stdout| TESTABILITY: implicit
    stdout|
    stdout| 192.168.11.10 is alive
    stdout| 192.168.11.11 is alive
    stdout| ping -i xxx -s 224.0.0.1
    stdout| snoop -d xxx -o /tmp/snoop-multicast.tmp
    stdout| sleep 10 seconds to collect packet
    stdout| verify if driver igb can send multicast packet to the peer
    stdout| 1 0.00000 192.168.11.10 -> 224.0.0.1 ICMP Echo request (ID: 18511 Sequence number: 1)
    stdout| 2 0.99996 192.168.11.10 -> 224.0.0.1 ICMP Echo request (ID: 18511 Sequence number: 2)
    stdout| 3 1.00000 192.168.11.10 -> 224.0.0.1 ICMP Echo request (ID: 18511 Sequence number: 3)
    stdout| 4 1.00002 192.168.11.10 -> 224.0.0.1 ICMP Echo request (ID: 18511 Sequence number: 4)
    stdout| 5 0.99997 192.168.11.10 -> 224.0.0.1 ICMP Echo request (ID: 18511 Sequence number: 5)
    stdout| 6 1.00002 192.168.11.10 -> 224.0.0.1 ICMP Echo request (ID: 18511 Sequence number: 6)
    stdout| 7 0.99999 192.168.11.10 -> 224.0.0.1 ICMP Echo request (ID: 18511 Sequence number: 7)
    stdout| 8 0.99998 192.168.11.10 -> 224.0.0.1 ICMP Echo request (ID: 18511 Sequence number: 8)
    stdout| 9 1.00002 192.168.11.10 -> 224.0.0.1 ICMP Echo request (ID: 18511 Sequence number: 9)
    stdout| verify if driver xxx can receive ICMP reply from the peer
    stdout| driver xxx cannot receive ICMP reply from the peer
    Test_Case_End| 18498 tests/functional/test04/runme | FAIL | 11:44:29 80659327923251 0 |
    Thkx,
    Ram

    Well, I finally figured it out.  When trying to receive text messages from my iPhone pals, I would get a failure message and a suggestion to update my profile.  When I selected that option, the phone would sit for a long time trying to connect and then fail.  I went into my settings and was able to force an update.  Lo and behold, all of the backed up text messages started to down load.  It seems as though when I received the texts from my friends, the system was aware that I had not received then and they were held somewhere in the cloud.  Then they were continuously resent until I fixed the problem at my end.  They all downloaded over night and the problem has been resolved.

  • Client not receive ip address - dhcp_reqd

    Hi,
    In my environment there's a  5508 (firmware 7.4.110.0) and ap 1600 with a ias radius server. All wlan are in flex-connect local switching, one client try to connect on a wlan but not receive ip address. After enabled debug aaa all i took the log corresponding :
    Cisco Controller) >*emWeb: Feb 11 16:52:36.047: Created WARP Capabilities IE (length 12) for WLAN LAB
    *apfMsConnTask_2: Feb 11 16:54:22.495: 18:3d:a2:25:01:a4 Adding mobile on LWAPP AP 00:3a:9a:77:55:a0(0)
    *apfMsConnTask_2: Feb 11 16:54:22.495: 18:3d:a2:25:01:a4 Association received from mobile on BSSID 00:3a:9a:77:55:06
    *apfMsConnTask_2: Feb 11 16:54:22.495: 18:3d:a2:25:01:a4 Rf profile 200 Clients are allowed to AP radio
    *apfMsConnTask_2: Feb 11 16:54:22.495: 18:3d:a2:25:01:a4 Max Client Trap Threshold: 50  cur: 3
    *apfMsConnTask_2: Feb 11 16:54:22.495: 18:3d:a2:25:01:a4 Rf profile 200 Clients are allowed to AP wlan
    *apfMsConnTask_2: Feb 11 16:54:22.495: 18:3d:a2:25:01:a4 Applying Interface policy on Mobile, role Unassociated. Ms NAC State 0 Quarantine Vlan 0 Access Vlan 0
    *apfMsConnTask_2: Feb 11 16:54:22.495: 18:3d:a2:25:01:a4 Re-applying interface policy for client
    *apfMsConnTask_2: Feb 11 16:54:22.495: 18:3d:a2:25:01:a4 0.0.0.0 START (0) Changing IPv4 ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:2018)
    *apfMsConnTask_2: Feb 11 16:54:22.495: 18:3d:a2:25:01:a4 0.0.0.0 START (0) Changing IPv6 ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:2246)
    *apfMsConnTask_2: Feb 11 16:54:22.495: 18:3d:a2:25:01:a4 In processSsidIE:4264 setting Central switched to FALSE
    *apfMsConnTask_2: Feb 11 16:54:22.496: 18:3d:a2:25:01:a4 Applying site-specific Local Bridging override for station 18:3d:a2:25:01:a4 - vapId 103, site 'Test', interface 'management'
    *apfMsConnTask_2: Feb 11 16:54:22.496: 18:3d:a2:25:01:a4 Applying Local Bridging Interface Policy for station 18:3d:a2:25:01:a4 - vlan 0, interface id 0, interface 'management'
    *apfMsConnTask_2: Feb 11 16:54:22.496: 18:3d:a2:25:01:a4 Applying site-specific override for station 18:3d:a2:25:01:a4 - vapId 103, site 'Test', interface 'management'
    *apfMsConnTask_2: Feb 11 16:54:22.496: 18:3d:a2:25:01:a4 Applying Interface policy on Mobile, role Unassociated. Ms NAC State 2 Quarantine Vlan 0 Access Vlan 0
    *apfMsConnTask_2: Feb 11 16:54:22.496: 18:3d:a2:25:01:a4 Re-applying interface policy for client
    *apfMsConnTask_2: Feb 11 16:54:22.496: 18:3d:a2:25:01:a4 0.0.0.0 START (0) Changing IPv4 ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:2018)
    *apfMsConnTask_2: Feb 11 16:54:22.496: 18:3d:a2:25:01:a4 0.0.0.0 START (0) Changing IPv6 ACL 'none' (ACL ID 255) ===> 'none' (ACL ID 255) --- (caller apf_policy.c:2246)
    *apfMsConnTask_2: Feb 11 16:54:22.496: 18:3d:a2:25:01:a4 processSsidIE  statusCode is 0 and status is 0
    *apfMsConnTask_2: Feb 11 16:54:22.496: 18:3d:a2:25:01:a4 processSsidIE  ssid_done_flag is 0 finish_flag is 0
    *apfMsConnTask_2: Feb 11 16:54:22.496: 18:3d:a2:25:01:a4 STA - rates (8): 130 132 139 150 12 18 24 36 0 0 0 0 0 0 0 0
    *apfMsConnTask_2: Feb 11 16:54:22.496: 18:3d:a2:25:01:a4 suppRates  statusCode is 0 and gotSuppRatesElement is 1
    *apfMsConnTask_2: Feb 11 16:54:22.496: 18:3d:a2:25:01:a4 STA - rates (12): 130 132 139 150 12 18 24 36 48 72 96 108 0 0 0 0
    *apfMsConnTask_2: Feb 11 16:54:22.496: 18:3d:a2:25:01:a4 extSuppRates  statusCode is 0 and gotExtSuppRatesElement is 1
    *apfMsConnTask_2: Feb 11 16:54:22.496: 18:3d:a2:25:01:a4 Processing WPA IE type 221, length 24 for mobile 18:3d:a2:25:01:a4
    *apfMsConnTask_2: Feb 11 16:54:22.496: 18:3d:a2:25:01:a4 Setting active key cache index 8 ---> 8
    *apfMsConnTask_2: Feb 11 16:54:22.496: 18:3d:a2:25:01:a4 unsetting PmkIdValidatedByAp
    *apfMsConnTask_2: Feb 11 16:54:22.496: 18:3d:a2:25:01:a4 0.0.0.0 START (0) Initializing policy
    *apfMsConnTask_2: Feb 11 16:54:22.496: 18:3d:a2:25:01:a4 0.0.0.0 START (0) Change state to AUTHCHECK (2) last state START (0)
    *apfMsConnTask_2: Feb 11 16:54:22.496: 18:3d:a2:25:01:a4 0.0.0.0 AUTHCHECK (2) Change state to 8021X_REQD (3) last state AUTHCHECK (2)
    *apfMsConnTask_2: Feb 11 16:54:22.496: 18:3d:a2:25:01:a4 0.0.0.0 8021X_REQD (3) DHCP required on AP 00:3a:9a:77:55:a0 vapId 103 apVapId 1for this client
    *apfMsConnTask_2: Feb 11 16:54:22.497: 18:3d:a2:25:01:a4 0.0.0.0 8021X_REQD (3) Plumbed mobile LWAPP rule on AP 00:3a:9a:77:55:a0 vapId 103 apVapId 1 flex-acl-name:
    *apfMsConnTask_2: Feb 11 16:54:22.497: 18:3d:a2:25:01:a4 apfMsAssoStateInc
    *apfMsConnTask_2: Feb 11 16:54:22.497: 18:3d:a2:25:01:a4 apfPemAddUser2 (apf_policy.c:276) Changing state for mobile 18:3d:a2:25:01:a4 on AP 00:3a:9a:77:55:a0 from Idle to Associated
    *apfMsConnTask_2: Feb 11 16:54:22.497: 18:3d:a2:25:01:a4 apfPemAddUser2:session timeout forstation 18:3d:a2:25:01:a4 - Session Tout 0, apfMsTimeOut '0' and sessionTimerRunning flag is  0
    *apfMsConnTask_2: Feb 11 16:54:22.497: 18:3d:a2:25:01:a4 Stopping deletion of Mobile Station: (callerId: 48)
    *apfMsConnTask_2: Feb 11 16:54:22.497: 18:3d:a2:25:01:a4 Func: apfPemAddUser2, Ms Timeout = 0, Session Timeout = 0
    *apfMsConnTask_2: Feb 11 16:54:22.497: 18:3d:a2:25:01:a4 Sending Assoc Response to station on BSSID 00:3a:9a:77:55:a0 (status 0) ApVapId 1 Slot 0
    *apfMsConnTask_2: Feb 11 16:54:22.497: 18:3d:a2:25:01:a4 apfProcessAssocReq (apf_80211.c:7399) Changing state for mobile 18:3d:a2:25:01:a4 on AP 00:3a:9a:77:55:a0 from Associated to Associated
    *apfMsConnTask_2: Feb 11 16:54:22.506: 18:3d:a2:25:01:a4 Updating AID for REAP AP Client 00:3a:9a:77:55:a0 - AID ===> 4
    *dot1xMsgTask: Feb 11 16:54:22.512: 18:3d:a2:25:01:a4 Station 18:3d:a2:25:01:a4 setting dot1x reauth timeout = 1800
    *dot1xMsgTask: Feb 11 16:54:22.512: 18:3d:a2:25:01:a4 dot1x - moving mobile 18:3d:a2:25:01:a4 into Connecting state
    *dot1xMsgTask: Feb 11 16:54:22.512: 18:3d:a2:25:01:a4 Sending EAP-Request/Identity to mobile 18:3d:a2:25:01:a4 (EAP Id 1)
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.513: 18:3d:a2:25:01:a4 Received EAPOL START from mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.513: 18:3d:a2:25:01:a4 dot1x - moving mobile 18:3d:a2:25:01:a4 into Connecting state
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.513: 18:3d:a2:25:01:a4 Sending EAP-Request/Identity to mobile 18:3d:a2:25:01:a4 (EAP Id 2)
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.541: 18:3d:a2:25:01:a4 Received EAPOL EAPPKT from mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.541: 18:3d:a2:25:01:a4 Received EAP Response packet with mismatching id (currentid=2, eapid=1) from mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.554: 18:3d:a2:25:01:a4 Received EAPOL EAPPKT from mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.554: 18:3d:a2:25:01:a4 Received Identity Response (count=2) from mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.554: 18:3d:a2:25:01:a4 EAP State update from Connecting to Authenticating for mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.554: 18:3d:a2:25:01:a4 dot1x - moving mobile 18:3d:a2:25:01:a4 into Authenticating state
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.554: 18:3d:a2:25:01:a4 Entering Backend Auth Response state for mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.572: 18:3d:a2:25:01:a4 Processing Access-Challenge for mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.572: 18:3d:a2:25:01:a4 Entering Backend Auth Req state (id=3) for mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.572: 18:3d:a2:25:01:a4 Sending EAP Request from AAA to mobile 18:3d:a2:25:01:a4 (EAP Id 3)
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.585: 18:3d:a2:25:01:a4 Received EAPOL EAPPKT from mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.585: 18:3d:a2:25:01:a4 Received EAP Response from mobile 18:3d:a2:25:01:a4 (EAP Id 3, EAP Type 25)
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.585: 18:3d:a2:25:01:a4 Entering Backend Auth Response state for mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.598: 18:3d:a2:25:01:a4 Processing Access-Challenge for mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.598: 18:3d:a2:25:01:a4 Entering Backend Auth Req state (id=4) for mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.598: 18:3d:a2:25:01:a4 Sending EAP Request from AAA to mobile 18:3d:a2:25:01:a4 (EAP Id 4)
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.613: 18:3d:a2:25:01:a4 Received EAPOL EAPPKT from mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.613: 18:3d:a2:25:01:a4 Received EAP Response from mobile 18:3d:a2:25:01:a4 (EAP Id 4, EAP Type 25)
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.613: 18:3d:a2:25:01:a4 Entering Backend Auth Response state for mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.627: 18:3d:a2:25:01:a4 Processing Access-Challenge for mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.627: 18:3d:a2:25:01:a4 Entering Backend Auth Req state (id=7) for mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.627: 18:3d:a2:25:01:a4 WARNING: updated EAP-Identifier 4 ===> 7 for STA 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.627: 18:3d:a2:25:01:a4 Sending EAP Request from AAA to mobile 18:3d:a2:25:01:a4 (EAP Id 7)
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.643: 18:3d:a2:25:01:a4 Received EAPOL EAPPKT from mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.643: 18:3d:a2:25:01:a4 Received EAP Response from mobile 18:3d:a2:25:01:a4 (EAP Id 7, EAP Type 25)
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.643: 18:3d:a2:25:01:a4 Entering Backend Auth Response state for mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.656: 18:3d:a2:25:01:a4 Processing Access-Accept for mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.656: 18:3d:a2:25:01:a4 Resetting web IPv4 acl from 255 to 255
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.656: 18:3d:a2:25:01:a4 Resetting web IPv4 Flex acl from 65535 to 65535
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.656: 18:3d:a2:25:01:a4 Setting re-auth timeout to 1800 seconds, got from WLAN config.
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.656: 18:3d:a2:25:01:a4 Station 18:3d:a2:25:01:a4 setting dot1x reauth timeout = 1800
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.656: 18:3d:a2:25:01:a4 Username entry (pippo) created for mobile, length = 253
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.656: 18:3d:a2:25:01:a4 Username entry (pippo) created in mscb for mobile, length = 253
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.656: 18:3d:a2:25:01:a4 Creating a PKC PMKID Cache entry for station 18:3d:a2:25:01:a4 (RSN 0)
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.656: 18:3d:a2:25:01:a4 Setting active key cache index 8 ---> 8
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.656: 18:3d:a2:25:01:a4 Setting active key cache index 8 ---> 0
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.656: 18:3d:a2:25:01:a4 Sending EAP-Success to mobile 18:3d:a2:25:01:a4 (EAP Id 7)
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.657: 18:3d:a2:25:01:a4 Freeing AAACB from Dot1xCB as AAA auth is done for  mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.657: 18:3d:a2:25:01:a4 Starting key exchange to mobile 18:3d:a2:25:01:a4, data packets will be dropped
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.657: 18:3d:a2:25:01:a4 Sending EAPOL-Key Message to mobile 18:3d:a2:25:01:a4
                                                                                                                        state INITPMK (message 1), replay counter 00.00.00.00.00.00.00.00
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.657: 18:3d:a2:25:01:a4 Entering Backend Auth Success state (id=7) for mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.657: 18:3d:a2:25:01:a4 Received Auth Success while in Authenticating state for mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.657: 18:3d:a2:25:01:a4 dot1x - moving mobile 18:3d:a2:25:01:a4 into Authenticated state
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.671: 18:3d:a2:25:01:a4 Received EAPOL-Key from mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.671: 18:3d:a2:25:01:a4 Received EAPOL-key in PTK_START state (message 2) from mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.671: 18:3d:a2:25:01:a4 Stopping retransmission timer for mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.671: 18:3d:a2:25:01:a4 Sending EAPOL-Key Message to mobile 18:3d:a2:25:01:a4
                                                                                                                        state PTKINITNEGOTIATING (message 3), replay counter 00.00.00.00.00.00.00.01
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.689: 18:3d:a2:25:01:a4 Received EAPOL-Key from mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.689: 18:3d:a2:25:01:a4 Received EAPOL-key in PTKINITNEGOTIATING state (message 4) from mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.689: 18:3d:a2:25:01:a4 Stopping retransmission timer for mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.689: 18:3d:a2:25:01:a4 apfMs1xStateInc
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.689: 18:3d:a2:25:01:a4 0.0.0.0 8021X_REQD (3) Change state to L2AUTHCOMPLETE (4) last state 8021X_REQD (3)
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.689: 18:3d:a2:25:01:a4 0.0.0.0 L2AUTHCOMPLETE (4) DHCP required on AP 00:3a:9a:77:55:a0 vapId 103 apVapId 1for this client
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.689: 18:3d:a2:25:01:a4 0.0.0.0 L2AUTHCOMPLETE (4) Plumbed mobile LWAPP rule on AP 00:3a:9a:77:55:a0 vapId 103 apVapId 1 flex-acl-name:
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.690: 18:3d:a2:25:01:a4 0.0.0.0 L2AUTHCOMPLETE (4) Change state to DHCP_REQD (7) last state L2AUTHCOMPLETE (4)
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.690: 18:3d:a2:25:01:a4 0.0.0.0 DHCP_REQD (7) pemAdvanceState2 5952, Adding TMP rule
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.690: 18:3d:a2:25:01:a4 0.0.0.0 DHCP_REQD (7) Adding Fast Path rule
      type = Airespace AP - Learn IP address
      on AP 00:3a:9a:77:55:a0, slot 0, interface = 13, QOS = 0
      IPv4 ACL ID = 255, IP
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.690: 18:3d:a2:25:01:a4 0.0.0.0 DHCP_REQD (7) Fast Path rule (contd...) 802.1P = 0, DSCP = 0, TokenID = 15206  Local Bridging Vlan = 0, Local Bridging intf id = 0
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.690: 18:3d:a2:25:01:a4 0.0.0.0 DHCP_REQD (7) Successfully plumbed mobile rule (IPv4 ACL ID 255, IPv6 ACL ID 255)
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.690: 18:3d:a2:25:01:a4 Key exchange done, data packets from mobile 18:3d:a2:25:01:a4 should be forwarded shortly
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.690: 18:3d:a2:25:01:a4 Sending EAPOL-Key Message to mobile 18:3d:a2:25:01:a4
                                                                                                                        state PTKINITDONE (message 5 - group), replay counter 00.00.00.00.00.00.00.02
    *pemReceiveTask: Feb 11 16:54:22.690: 18:3d:a2:25:01:a4 0.0.0.0 Added NPU entry of type 9, dtlFlags 0x0
    *spamApTask3: Feb 11 16:54:22.707: 18:3d:a2:25:01:a4 Sent EAPOL-Key M5 for mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.768: 18:3d:a2:25:01:a4 Received EAPOL-Key from mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.768: 18:3d:a2:25:01:a4 Received EAPOL-key in REKEYNEGOTIATING state (message 6) from mobile 18:3d:a2:25:01:a4
    *Dot1x_NW_MsgTask_4: Feb 11 16:54:22.769: 18:3d:a2:25:01:a4 Stopping retransmission timer for mobile 18:3d:a2:25:01:a4
    *apfReceiveTask: Feb 11 16:54:25.619: 18:3d:a2:25:01:a4 0.0.0.0 DHCP_REQD (7) State Update from Mobility-Incomplete to Mobility-Complete, mobility role=Local, client state=APF_MS_STATE_ASSOCIATED
    *apfReceiveTask: Feb 11 16:54:25.619: 18:3d:a2:25:01:a4 0.0.0.0 DHCP_REQD (7) pemAdvanceState2 5576, Adding TMP rule
    *apfReceiveTask: Feb 11 16:54:25.619: 18:3d:a2:25:01:a4 0.0.0.0 DHCP_REQD (7) Replacing Fast Path rule
      type = Airespace AP - Learn IP address
      on AP 00:3a:9a:77:55:a0, slot 0, interface = 13, QOS = 0
      IPv4 ACL ID = 255,
    *apfReceiveTask: Feb 11 16:54:25.619: 18:3d:a2:25:01:a4 0.0.0.0 DHCP_REQD (7) Fast Path rule (contd...) 802.1P = 0, DSCP = 0, TokenID = 15206  Local Bridging Vlan = 0, Local Bridging intf id = 0
    *apfReceiveTask: Feb 11 16:54:25.619: 18:3d:a2:25:01:a4 0.0.0.0 DHCP_REQD (7) Successfully plumbed mobile rule (IPv4 ACL ID 255, IPv6 ACL ID 255)
    *pemReceiveTask: Feb 11 16:54:25.619: 18:3d:a2:25:01:a4 0.0.0.0 Added NPU entry of type 9, dtlFlags 0x0
    (Cisco Controller) >*emWeb: Feb 11 16:54:46.127: 18:3d:a2:25:01:a4 Central Switch = FALSE
    *emWeb: Feb 11 16:54:46.128: 18:3d:a2:25:01:a4 Central Switch = FALSE
    (Cisco Controller) >
    (Cisco Controller) >
    (Cisco Controller) >
    (Cisco Controller) >*emWeb: Feb 11 16:55:36.461: 18:3d:a2:25:01:a4 Central Switch = FALSE
    *emWeb: Feb 11 16:55:36.463: 18:3d:a2:25:01:a4 Central Switch = FALSE
    From log i know that 802.1x passed, while dhcp don't send ip address. It seems that the local vlan id is 0 while in reality is 3... WHY ? i don't understand.
    Someone can help me to find the problem? i think the problem is on the network, the dhcp ( the corporate router) is directly connected to the ap.

    Are you setting your FlexConnect native vlan and the wlan to vlan mapping?  You also need to make sure you have the ip helpers setup and that dhcp is working.  I would configure a switch port to a vlan that the wireless users is suppose to be on locally at that site and connect a laptop to that port and make sure that the laptop gets an address.
    Thanks,
    Scott
    *****Help out other by using the rating system and marking answered questions as "Answered"*****

  • I've upgraded to mountain lion and cannot receive email

    Can anyone help?
    I've upgraded to mountain lion and now cannot receive email in any account although I can send emails
    Thanks

    I have exactly the same problem but with a worringly more complex situation. I too can see TC in finder. I can see the backup disk for my iMac in TM. I can also see the backup disk for my MBP in TM (this sits on a HD that is daisy chained to my 1TB TC).
    Here's the worring bit. My MBP was upgraded to Moutain Lion but my iMac is still on Lion. Both have the same issue in that all disks can be seen as normal but not connect to make backups.
    I receive the notificaiton that includes: "cannot connect...xxxtimecapsule.local. Verify server name or IP address. "
    I have made a backup since the Mountain Lion upgrade with no issues then suddenly it cannot connect to repsective backup disks on either machine. I was attempting a restore of my MBP from my backup so I could have a cleaner disk to create a new partition for windows. When I choose the backup disk to restore from (in recovery mode) was when it failed to connect and its been downhill from there.
    Router works fine and I am still connected to my dsl modem,
    I have reset TC and all machines. I am now at a complete loss!

  • Bytes Received/Packet received in CPI report

    Hey guys,
    I am working on a  client session report in Prime infrastructure and dont understand tthis report coloums
    Header 1
    Header 2
    Header 3
    Header 4
    Header 5
    Bytes received
    Bytes send
    Packet received
    Packet send
    Data retries
    18923
    32393
    113
    79
    0
    Can any one tell me what is the difference between Byte and a Packet, on ethernet world one packet is equal to 1500 bytes (MTU). My 2nd question how do they calculate Data retries ? Data retries in bytes or packets ?
    what results can we get from this coloums.
    Thanks

    In most computer systems, a byte is a unit of data that is eight binary digits long. A byte is the unit most computers use to represent a character such as a letter, number, or typographic symbol (for example, "g", "5", or "?"). A byte can also hold a string of bits that need to be used in some larger unit for application purposes (for example, the stream of bits that constitute a visual image for a program that displays images or the string of bits that constitutes the machine code of a computer program).
    Packet switching is a communications paradigm in which packets (units of information carriage) are routed between nodes over data links shared with other traffic. In each network node, packets are queued or buffered, resulting in variable delay. This contrasts with the other principal paradigm, circuit switching, which sets up limited number of constant bit rate and constant delay connections between the nodes for their exclusive use for the duration of the communication. When a unit of data, beginning at the application layer (top layer) is transmitted to lower layers, headers and trailers are appended to it. Once the unit of data reaches the IP layer and source and destination IP addresses are added to it, it then is known as an IP datagram. The unit of data, feeling a little bloated from having all this extra baggage is then sent to the link layer where source and destination MAC addresses are perpended to it. Now it is called a frame - and more accurately an Ethernet frame (if the physical layer is Ethernet). To be precise, the unit of data passed between the IP layer and the network interface card is really a packet of data. Thus, a packet can be an entire IP datagram or perhaps a fragment of an IP datagram.
    In computer networking, the maximum transmission unit (MTU) of a communications protocol of a layer is the size (in bytes) of the largest protocol data unit that the layer can pass onwards. MTU parameters usually appear in association with a communications interface (NIC, serial port, etc.). Standards (Ethernet, for example) can fix the size of an MTU; or systems (such as point-to-point serial links) may decide MTU at connect time.

Maybe you are looking for

  • Buying a new Plasmsa - want to use my mac on it - Please Help....

    Hello, I am pretty new to Apple Mac's and so am a bit of a novice. I have a Macbook Pro laptop. I am about to buy a new HD ready Plasma TV for my living room and would like to know the following? 1. Will it be possible for me to have the display on m

  • IPhone music is distorted

    Hello.. I've been an iPhone owner for about two weeks now and I am on my second iPhone. The first one had an issue where the back light would not stop flickering. My current iPhone has a problem where if I change the equalizer settings to anything ot

  • Connection Pooling in Weblogic Server6.1

    Hi All.., I want to implement Connection pooling in my EJB application.When i use a oci driver i am getting the following error.Can anyone plz help me out?. Thanks & Regards., B.Naveen Kumar Starting Loading jDriver/Oracle ..... <Jul 2, 1999 12:57:04

  • POLL: Your background and your interest in Oracle XE

    Hi, I am really curious about the "audience" or potential "customers" of Oracle XE. Please help me to understand the requirements for an entry-level book about XE I am going to write :-). What is : - your programming background - the databases used p

  • Oracle BI  Setup

    Hi DBAs, I am just starting up working with OBIEE . Please refer me to some installation document for OBIEE 10.1.3.4.1 on OEL 5.x. I need to install and configure the following components. Oracle Business Intelligence Suite Enterprise Edition 10.1.3.