Clients cannot ping the default gateway when connected to SSID

Here is my environment,
My controller is vWLC installed in ESXi which has to vNet Cards configured with all vlans(4095), then it is connected to a 3560 switch with trunk. The configuration of the switch interface is as belows:
LS3560CG#sh run int fa0/1
Building configuration...
Current configuration : 138 bytes
interface FastEthernet0/1
description To_WLC
switchport trunk encapsulation dot1q
switchport mode trunk
spanning-tree portfast
end
The IP of management interface of WLC is 10.10.10.90, VLAN is 10, DHCP primary is 10.10.10.1 which is in the 3560, the DHCP pool is configured as blows:
LS3560CG#sh run int fa0/1
Building configuration...
Current configuration : 138 bytes
interface FastEthernet0/1
description To_WLC
switchport trunk encapsulation dot1q
switchport mode trunk
spanning-tree portfast
end
The SSID is BYOD and I can connect the SSID and get the IP address such as 10.10.10.118/24, but for now, i cannot ping 10.10.10.1, but i can ping 10.10.10.90:
Can anyone help me with this? Thanks

Hi Scott
Correct! I have resolved this a few minutes earlier. I have assigned the vSwitch to Promiscuous Mode but forgot to switch it to "Accept", the default value is "Reject"
Thanks so much!

Similar Messages

  • Default Gateway when connected to VPN

    Thanks for reading!
    This is probably a dump question so bear with me...
    I have set up a VPN connection with a Cisco ASA 5505 fronting internet, with the customers environment behind it (on the same subnet), When connected ot the VPN I can reach the inside Router fronting me and one switch behind the Router (every switch is connected to the router), but nothing else.
    My beet is that the Router is messing with my connection, but,, nevermind that!, the setup ain't complete anyway... my question is more related to the Gateway I'm missing when I'm, from the outside, is connected to the VPN on the ASA, could this mess it up? Shouldn't I have a Standard-Gateway in the ipconfig settings in windows?
    This is who it looks like now:
            Anslutningsspecifika DNS-suffix . : VPNOFFICE
            IP-adress . . . . . . . . . . . . : 10.10.10.1
            Nätmask . . . . . . . . . . . . . : 255.255.255.0
            Standard-gateway  . . . . . . . . :
    The internal network is :
    172.16.12.0 255.255.255.0
    Below is my config for the ASA, thanks a lot!!!!!!!
    !FlASH PÅ ROUTERN FRÅN BÖRJAN
    !asa841-k8.bin
    hostname DRAKENSBERG
    domain-name default.domain.invalid
    enable password XXXXXXX
    names
    interface Vlan1
    nameif inside
    security-level 100
    ip address 172.16.12.4 255.255.255.0
    interface Vlan10
    nameif outside
    security-level 0
    ip address 97.XX.XX.20 255.255.255.248
    interface Ethernet0/0
    switchport access vlan 10
    interface Ethernet0/1
    interface Ethernet0/2
    interface Ethernet0/3
    interface Ethernet0/4
    interface Ethernet0/5
    interface Ethernet0/6
    interface Ethernet0/7
    ftp mode passive
    clock timezone CEST 1
    clock summer-time CEDT recurring last Sun Mar 2:00 last Sun Oct 3:00
    dns server-group DefaultDNS
    domain-name default.domain.invalid
    object-group protocol TCPUDP
    protocol-object udp
    protocol-object tcp
    access-list nonat extended permit ip 172.16.12.0 255.255.255.0 10.10.10.0 255.255.255.0
    access-list MSS_EXCEEDED_ACL extended permit tcp any any
    access-list VPN-SPLIT-TUNNEL remark VPN SPLIT TUNNEL
    access-list VPN-SPLIT-TUNNEL standard permit 172.16.12.0 255.255.255.0
    tcp-map MSS-MAP
      exceed-mss allow
    pager lines 24
    logging enable
    logging timestamp
    logging buffer-size 8192
    logging console notifications
    logging buffered notifications
    logging asdm notifications
    mtu inside 1500
    mtu outside 1500
    ip local pool VPN 10.10.10.1-10.10.10.40 mask 255.255.255.0
    icmp unreachable rate-limit 1 burst-size 1
    icmp permit any inside
    icmp permit any outside
    asdm image disk0:/asdm-625-53.bin
    no asdm history enable
    arp timeout 14400
    global (outside) 1 interface
    nat (inside) 0 access-list nonat
    nat (inside) 1 172.16.12.0 255.255.255.0
    route outside 0.0.0.0 0.0.0.0 97.XX.XX.17 1
    timeout xlate 3:00:00
    timeout conn 1:00:00 half-closed 0:10:00 udp 0:02:00 icmp 0:00:02
    timeout sunrpc 0:10:00 h323 0:05:00 h225 1:00:00 mgcp 0:05:00 mgcp-pat 0:05:00
    timeout sip 0:30:00 sip_media 0:02:00 sip-invite 0:03:00 sip-disconnect 0:02:00
    timeout uauth 0:05:00 absolute
    dynamic-access-policy-record DfltAccessPolicy
    aaa authentication ssh console LOCAL
    http server enable
    http 172.16.12.0 255.255.255.0 inside
    no snmp-server location
    no snmp-server contact
    snmp-server enable traps snmp authentication linkup linkdown coldstart
    crypto ipsec transform-set ESP-AES-256-MD5 esp-aes-256 esp-md5-hmac
    crypto ipsec transform-set ESP-DES-SHA esp-des esp-sha-hmac
    crypto ipsec transform-set ESP-DES-MD5 esp-des esp-md5-hmac
    crypto ipsec transform-set ESP-AES-192-MD5 esp-aes-192 esp-md5-hmac
    crypto ipsec transform-set ESP-3DES-MD5 esp-3des esp-md5-hmac
    crypto ipsec transform-set ESP-AES-256-SHA esp-aes-256 esp-sha-hmac
    crypto ipsec transform-set ESP-AES-128-SHA esp-aes esp-sha-hmac
    crypto ipsec transform-set ESP-AES-192-SHA esp-aes-192 esp-sha-hmac
    crypto ipsec transform-set ESP-AES-128-MD5 esp-aes esp-md5-hmac
    crypto ipsec transform-set ESP-3DES-SHA esp-3des esp-sha-hmac
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set pfs group1
    crypto dynamic-map SYSTEM_DEFAULT_CRYPTO_MAP 65535 set transform-set ESP-AES-128-SHA ESP-AES-128-MD5 ESP-AES-192-SHA ESP-AES-192-MD5 ESP-AES-256-SHA ESP-AES-256-MD5 ESP-3DES-SHA ESP-3DES-MD5 ESP-DES-SHA ESP-DES-MD5
    crypto map outside_map 65535 ipsec-isakmp dynamic SYSTEM_DEFAULT_CRYPTO_MAP
    crypto map outside_map interface outside
    crypto isakmp enable outside
    crypto isakmp policy 10
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    crypto isakmp policy 65535
    authentication pre-share
    encryption 3des
    hash sha
    group 2
    lifetime 86400
    telnet timeout 5
    ssh 172.16.12.0 255.255.255.0 inside
    ssh timeout 5
    console timeout 0
    threat-detection basic-threat
    threat-detection statistics access-list
    group-policy VPNOFFICE internal
    group-policy VPNOFFICE attributes
    dns-server value 215.122.145.18
    vpn-tunnel-protocol IPSec
    split-tunnel-policy tunnelspecified
    split-tunnel-network-list value VPN-SPLIT-TUNNEL
    default-domain value VPNOFFICE
    split-dns value 215.122.145.18
    msie-proxy method no-proxy
    username admin password XXXXXX privilege 15
    username Daniel password XXXXX privilege 0
    username Daniel attributes
    vpn-group-policy VPNOFFICE
    tunnel-group VPNOFFICE type remote-access
    tunnel-group VPNOFFICE general-attributes
    address-pool VPN
    default-group-policy VPNOFFICE
    tunnel-group VPNOFFICE ipsec-attributes
    pre-shared-key XXXXXXXXXX
    class-map MSS_EXCEEDED_MAP
    match access-list MSS_EXCEEDED_ACL
    class-map inspection_default
    match default-inspection-traffic
    policy-map type inspect dns preset_dns_map
    parameters
      message-length maximum 512
    policy-map global_policy
    class inspection_default
      inspect dns preset_dns_map
      inspect ftp
      inspect h323 h225
      inspect h323 ras
      inspect netbios
      inspect rsh
      inspect rtsp
      inspect skinny 
      inspect esmtp
      inspect sqlnet
      inspect sunrpc
      inspect tftp
      inspect sip 
      inspect xdmcp
      inspect icmp error
      inspect pptp
      inspect ipsec-pass-thru
      inspect icmp
    class MSS_EXCEEDED_MAP
      set connection advanced-options MSS-MAP
    service-policy global_policy global
    privilege cmd level 3 mode exec command perfmon
    privilege cmd level 3 mode exec command ping
    privilege cmd level 3 mode exec command who
    privilege cmd level 3 mode exec command logging
    privilege cmd level 3 mode exec command failover
    privilege cmd level 3 mode exec command packet-tracer
    privilege show level 5 mode exec command import
    privilege show level 5 mode exec command running-config
    privilege show level 3 mode exec command reload
    privilege show level 3 mode exec command mode
    privilege show level 3 mode exec command firewall
    privilege show level 3 mode exec command asp
    privilege show level 3 mode exec command cpu
    privilege show level 3 mode exec command interface
    privilege show level 3 mode exec command clock
    privilege show level 3 mode exec command dns-hosts
    privilege show level 3 mode exec command access-list
    privilege show level 3 mode exec command logging
    privilege show level 3 mode exec command vlan
    privilege show level 3 mode exec command ip
    privilege show level 3 mode exec command ipv6
    privilege show level 3 mode exec command failover
    privilege show level 3 mode exec command asdm
    privilege show level 3 mode exec command arp
    privilege show level 3 mode exec command route
    privilege show level 3 mode exec command ospf
    privilege show level 3 mode exec command aaa-server
    privilege show level 3 mode exec command aaa
    privilege show level 3 mode exec command eigrp
    privilege show level 3 mode exec command crypto
    privilege show level 3 mode exec command vpn-sessiondb
    privilege show level 3 mode exec command ssh
    privilege show level 3 mode exec command dhcpd
    privilege show level 3 mode exec command vpnclient
    privilege show level 3 mode exec command vpn
    privilege show level 3 mode exec command blocks
    privilege show level 3 mode exec command wccp
    privilege show level 3 mode exec command webvpn
    privilege show level 3 mode exec command module
    privilege show level 3 mode exec command uauth
    privilege show level 3 mode exec command compression
    privilege show level 3 mode configure command interface
    privilege show level 3 mode configure command clock
    privilege show level 3 mode configure command access-list
    privilege show level 3 mode configure command logging
    privilege show level 3 mode configure command ip
    privilege show level 3 mode configure command failover
    privilege show level 5 mode configure command asdm
    privilege show level 3 mode configure command arp
    privilege show level 3 mode configure command route
    privilege show level 3 mode configure command aaa-server
    privilege show level 3 mode configure command aaa
    privilege show level 3 mode configure command crypto
    privilege show level 3 mode configure command ssh
    privilege show level 3 mode configure command dhcpd
    privilege show level 5 mode configure command privilege
    privilege clear level 3 mode exec command dns-hosts
    privilege clear level 3 mode exec command logging
    privilege clear level 3 mode exec command arp
    privilege clear level 3 mode exec command aaa-server
    privilege clear level 3 mode exec command crypto
    privilege cmd level 3 mode configure command failover
    privilege clear level 3 mode configure command logging
    privilege clear level 3 mode configure command arp
    privilege clear level 3 mode configure command crypto
    privilege clear level 3 mode configure command aaa-server
    prompt hostname context
    Cryptochecksum:aaa1f198bf3fbf223719e7920273dc2e
    : end

    I didn't realise I had that crypto settings on, thanks my bad!!!
    But... the 172.16.12.0 network is directly connected, the Router (that to be honest is a firewall) / switches is all on the same subnet (172.16.12.X/24), so sorry I didn't explain thoroughly, was more wondering about the GW and didn't want to overcomplicate things..
    The Firewall/Router dosen't do any routing, so it should work right (I you count out the firewalling in the firewall and so forth, there shouldn't be any problems accomplishing this with the ASA)? The Firewall is more a DHCP for the clients/Firwall for the clients.. this will change in the future.. it will be removed,
    the vpn network is staticly routed back to my ASA in that firewall...
    I don't like this solution.. but this is who it looks.. for now..
    (VPN network is 10.10.10.X/24)
    But... shouldn't I see a default gateway under ipconfig when I'm connected to the VPN from internet, on the vpn client that's vpned in, is this correct?
    THANKS for all the help!

  • I have a Airport Express I use primarily for AirPlay with my iPhone 4 (iOS6.1.3). Is there a way to set AirPlay as the default audio when connected to wifi?

    At the moment, when I re-connect to wifi (come home), I must select AirPlay as the desired audio.
    I know this is managble, but it would work a lot more easily if it was possible to select a default for AirPlay, or iPhone.

    I would suggest that you perform a "soft" reset on the AirPort Extreme Base Station (AEBS) that you just got from eBay. This type of reset will temporarily (5 minutes) disable both the base station and wireless security passwords so that you can access it with the AIrPort Utility to make the necessary changes.

  • Either there is no default mail client or the current mail client cannot fulfill the messaging request" error message when you send e-mail from Office 2010 in Outlook

    Hi,
    If save and send as attachment used in MS Office 2010 then outlook 2010 displays error "Either
    there is no default mail client of the current mail client cannot fulfill the messaging request-----error Outlook 2010"
    Windows 7 32 bit Enterprise edition and Offoce Professional plus 2010 32 bit is installed in the machine.
    I have followed the below troubleshooting steps but still getting the same error.
    Method 1:
    Followed the  Microsoft fix
    http://support.microsoft.com/kb/813745
    1. On the Windows taskbar, click
    Start > Run.
    2. In the Open box, type the following text:
    3. regedit
    4. Press Enter.
    5. Go to the following registry key:
    6. HKEY_LOCAL_MACHINE\SOFTWARE\Clients\Mail
    7. In the right pane, right-click
    the following registry value:
    8. PreFirstRun
    9. Click Delete
    10. Click Start, and then click Run.
    11. In the Open box, type regedit, and then pressENTER.
    12. InRegistry Editor, locate the followingsubkey in the registry:
    13. HKEY_LOCAL_MACHINE\Software\Clients\Mail\Microsoft Outlook
    14. Select thesubkey, and then pressDELETE.
    15. Click
    Yes.
    Method 2:
    Repaired Office
    Method 3:
    fixmapi.exe. Mapi32.dll
    Method 4:
    Created the below registry key HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Offlce\15.0\Outlook
    Create the following String value if it does not exist: Bitness Set the String value for Bitness to the following if it is not already set to x86
    Method 5:
    Compared the installed applications
    Uninstalled the below program :Microsfot Visuall C++ 2008 Redistributable - x86 - KB2467175" and installed "Microsfot Visuall C++ 2008 Redistributable - x86  - 9.0.21022"
    Please help to solve the issue.
    Regards,
    Boopathi S

    Hi,
    Do you mean Send as Attachment button under File>Save & Send>Sending Using E-mail
    in Office applications, like Excel or Word?
    Is this an issue that come up recently? Have you ever made any changes to your system?
    If you have installed multiple e-mail programs on the same computer, please try to make Outlook the default mail client and then try again:
    http://office.microsoft.com/en-us/outlook-help/make-outlook-the-default-program-for-email-messages-contacts-and-calendar-HP010355552.aspx
    http://support.microsoft.com/kb/223877
    Regards,
    Ethan Hua
    TechNet Community Support
    It's recommended to download and install
    Configuration Analyzer Tool (OffCAT), which is developed by Microsoft Support teams. Once the tool is installed, you can run it at any time to scan for hundreds of known issues in Office
    programs.

  • Cannot ping the gateway

    Hi
    Network:
    One firewall where the IP address is the gateway for all the internal computers and server
    From one if the internal computers I can ping the the gateway
    From the server I can ping all the internal computers but I cannot ping the gateway
    On the server I can ping:
    -  127.0.0.1, 
    - the IP address on the server
    - All the internal computers
    A hint would be nice
    Best Regards
    John B

    Arp -a
    Interface: 10.0.0.2 on Interface 0x1000003
      Internet Address      Physical Address      Type
      10.0.0.1              10-7b-ef-3a-58-09     dynamic  
      10.0.0.26             00-01-e6-b4-e1-fe     dynamic  
    Ipconfig /all
    Windows 2000 IP Configuration
     Host Name . . . . . . . . . . . . : krogh01
     Primary DNS Suffix  . . . . . . . : Krogh.local
     Node Type . . . . . . . . . . . . : Hybrid
     IP Routing Enabled. . . . . . . . : No
     WINS Proxy Enabled. . . . . . . . : No
     DNS Suffix Search List. . . . . . : Krogh.local
    Ethernet adapter Inside:
     Connection-specific DNS Suffix  . :
     Description . . . . . . . . . . . : HP NC7760 Gigabit Server Adapter
     Physical Address. . . . . . . . . : 00-0B-CD-1C-7C-D9
     DHCP Enabled. . . . . . . . . . . : No
     IP Address. . . . . . . . . . . . : 10.0.0.2
     Subnet Mask . . . . . . . . . . . : 255.255.255.0
     Default Gateway . . . . . . . . . : 10.0.0.1
     DNS Servers . . . . . . . . . . . : 10.0.0.2
                                         212.242.40.3
                                         212.242.40.51
    Ping 10.0.0.1
    Pinging 10.0.0.1 with 32 bytes of data:
    Request timed out.
    Request timed out.
    Request timed out.
    Request timed out.
    Ping statistics for 10.0.0.1:
        Packets: Sent = 4, Received = 0, Lost = 4 (100% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum =  0ms, Average =  0ms
    Ping 10.0.0.26
    Pinging 10.0.0.26 with 32 bytes of data:
    Reply from 10.0.0.26: bytes=32 time=1ms TTL=64
    Reply from 10.0.0.26: bytes=32 time<10ms TTL=64
    Reply from 10.0.0.26: bytes=32 time<10ms TTL=64
    Reply from 10.0.0.26: bytes=32 time<10ms TTL=64
    Ping statistics for 10.0.0.26:
        Packets: Sent = 4, Received = 4, Lost = 0 (0% loss),
    Approximate round trip times in milli-seconds:
        Minimum = 0ms, Maximum =  1ms, Average =  0ms
    I can ping every computer on internal network without any problems, it is only the gateway I have problem with.
    I have now made a ping session from a computer on the internal network:
    Microsoft Windows [version 6.1.7601]
    Copyright (c) 2009 Microsoft Corporation. Alle rettigheder forbeholdes.
    C:\Users\lh>ipconfig /all
    Windows IP-konfiguration
       Værtsnavn. . . . . . . . . . . . . . . . . . : NUC-lone
       Primært DNS-suffiks. . . . . . . . . . . . . : Krogh.local
       Nodetype . . . . . . . . . . . . . . . . . . : Hybrid
       IP-routing aktiveret . . . . . . . . . . . . : Nej
       WINS-proxy aktiveret . . . . . . . . . . . . : Nej
       Søgeliste for DNS-suffiks. . . . . . . . . . : Krogh.local
    Ethernet-netværkskort LAN-forbindelse:
       Forbindelsesspecifikt DNS-suffiks. . . . . . :
       Beskrivelse. . . . . . . . . . . . . . . . . : Intel(R) Ethernet Connection I
    218-V
       Fysisk adresse . . . . . . . . . . . . . . . : C0-3F-D5-61-7A-3A
       DHCP aktiveret . . . . . . . . . . . . . . . : Ja
       Automatisk konfiguration aktiveret . . . . . : Ja
       Link-local-IPv6-adresse . . . . . : fe80::5c7a:dcbe:f8:7de7%11(Foretrukken)
       IPv4-adresse . . . . . . . . . . . . . . . . : 10.0.0.113(Foretrukken)
       Undernetmaske. . . . . . . . . . . . . . . . : 255.255.255.0
       Rettigheden opnået . . . . . . . . . . . . . : 12. december 2014 03:15:59
       Rettigheden udløber. . . . . . . . . . . . . : 19. december 2014 08:05:30
       Standardgateway. . . . . . . . . . . . . . . : 10.0.0.1
       DHCP-server. . . . . . . . . . . . . . . . . : 10.0.0.1
       DHCPv6 IAID . . . . . . . . . . . : 247480277
       DHCPv6 Client DUID. . . . . . . . : 00-01-00-01-1B-40-6D-C9-C0-3F-D5-61-7A-3A
       DNS-servere. . . . . . . . . . . . . . . . . : 10.0.0.2
    212.242.40.3
    212.242.40.51
       NetBIOS over Tcpip . . . . . . . . . . . . . : Aktiveret
    Tunnel-netværkskort isatap.{B46FAFD6-A60A-48D9-967D-4081FAE7F6AE}:
       Medietilstand. . . . . . . . . . . . . . . . : Mediet afbrudt
       Forbindelsesspecifikt DNS-suffiks. . . . . . :
       Beskrivelse. . . . . . . . . . . . . . . . . : Microsoft ISATAP-netværkskort
       Fysisk adresse . . . . . . . . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP aktiveret . . . . . . . . . . . . . . . : Nej
       Automatisk konfiguration aktiveret . . . . . : Ja
    Tunnel-netværkskort Teredo Tunneling Pseudo-Interface:
       Medietilstand. . . . . . . . . . . . . . . . : Mediet afbrudt
       Forbindelsesspecifikt DNS-suffiks. . . . . . :
       Beskrivelse. . . . . . . . . . . . . . . . . : Teredo Tunneling Pseudo-Interf
    ace
       Fysisk adresse . . . . . . . . . . . . . . . : 00-00-00-00-00-00-00-E0
       DHCP aktiveret . . . . . . . . . . . . . . . : Nej
       Automatisk konfiguration aktiveret . . . . . : Ja
    C:\Users\lh>ping 10.0.0.1
    Pinger 10.0.0.1 med 32 byte data:
    Svar fra 10.0.0.1: byte=32 tid=1ms TTL=64
    Svar fra 10.0.0.1: byte=32 tid=1ms TTL=64
    Svar fra 10.0.0.1: byte=32 tid=1ms TTL=64
    Svar fra 10.0.0.1: byte=32 tid=1ms TTL=64
    Ping-statistikker for 10.0.0.1:
        Pakker: Sendt = 4, modtaget = 4, tabt = 0 (0% tab),
    Beregnet tid for rundtur i millisekunder:
        Minimum = 1ms, Maksimum = 1ms, Gennemsnitlig = 1ms
    C:\Users\lh>
    A hint would be nice :-)
    Best Regards
    John B

  • Why should client PCs always know the default gateway?

    Considering that my home computer has only one connection and it is to my ISP,
    why does it need the default gateway to be configured (being DHCP client)?
    Where else my connection can be deviated from this unique connection cable?
    Is it possible to configure a router to which my PC is connected and, then,
    the client PCs would not need to be configured with default gateway?
    Or client PCs always have to know default gateway? 
    Why?

    How IP Packets are Routed on a Local Area Network
    http://www.anitkb.com/2010/06/how-ip-packets-are-routed-on-local-area.html
    Thanks, this helps but still confuses.
    The article tells:
    " Now that WK1 has WK2's MAC, it can send the packet directly to WK2"
    A)
    I do not understand what does it mean if computer has one outgoing network cable to switch.
    It is switch who has different connections and, thereafter, can commutate different communication circuits.
    So, I can only understand that WK1 somehow tells to switch to connect him directly to WK2 but not to router.
    How?
    B)
    Were  WK1 and WK2 connected directly to a hub, instead of switcher, would they be able to communicate directly?
    (The definition of a hub is that it takes a signal and broadcast it through all connections)
    C)
    Also, reading about switch-router-hub, I cannot understand which role is played by a client computer in communication
    (of a hub, of a switcher?)?  Neither of them? What? 
    A. I believe a fundamental understanding of what a switch and the differences and the similarities between a hubs, bridges and switches, as well as the OSI model, may be helpful at this time.
    First, the OSI model is an industry standard defining how hosts communicate with each other. There are 7 layers. THe bottom layer has no intelligence and is the physical connection. As you go up the ladder, the intelligence increases.
    7 Application (Application Gateways, Proxies, etc, operate at this level)
    6 Presentation
    5 Session
    4 Transport (TCP, UDP, SPX live here and operate at this layer, NAT overlaps 3 & 4)
    3 Network (IP & IPX live here. NetBEUI and DLC overlap 3 & 4. Routers operate at this layer)
    2 Datalink (MAC addresses live here. Bridges and Switches operate at this level)
    1 Physical (Hubs operate at this level)
    Hubs, Bridges and switches allow ethernet hosts to communicate with each other, no matter what protocol is being used, whether TCP/IP, IPX/SPX, NetBEUI, DLC, etc.  They transmit packets on the network.
    A hub is a Layer 1 device. It is a dumb device blatantly allowing all hosts to communicate to each other with no discerning source or destination addresses, whether MAC, IP, IPX or any other factor, in the packets.
    A bridge is a Layer 2 device. It bascially has two interfaces connecting two network segments together. If a host on one side of the bridge, we'll call that SegmentA, is trying to communicate to another host on the same SegmentA, the
    bridge will not allow the traffic to go to the other segment on its other interface, SegmentB. This helps reduce unnecessary traffic and reducing collisions, which slow down the network. If the host on SegmentA is communicating with a host on SegmentB, the
    bridge allows the traffic. This is because a bridge has enough intelligence to read the Link layer, which has the MAC address (the physical address) of the interface or network card. It can read the source and destination MAC and determines whether to allow
    that traffic across or not depending on where the source MAC is and where the destination MAC is.
    Switches are basically multi-port bridges. When a switch intializes, it reads the MAC addresses of all connected devices and creates a "destination table." Notice I didn't say "routing table" since that is associated with IP addresses.
    Therefore, if a host on port# 14 on a switch needs to communicate with a host on # 33 on the switch, the switch reads the source and destination MAC address in the Datalink Layer (Layer 2) and knows the destination is on port# 33 based on the destination
    lookup table it created of all connected devices. It will then only send this traffic between the two ports. This essentially reduces unnecessary traffic on other ports increasing efficiency.
    There are also Layer 3 Switches. They are combination switches and routers that can be managed where you can configure each port to either be switched or routed.
    So to answer your questions:
    A)
    I do not understand what does it mean if computer has one outgoing network cable to switch.
    It is switch who has different connections and, thereafter, can commutate different communication circuits.
    So, I can only understand that WK1 somehow tells to switch to connect him
    directly to WK2 but not to router.
    How?
    As explained, the switch simply discerns traffic by MAC address. The client side TCP/IP subsystem using the ANDING process, as I've explained earlier, and JM's blog explains, determines where the computer is sending the packets. A computer does not "Tell"
    the switch or hub anything. It simply dumps the packet on the wire and the switch reacts to what it finds in the Datalink layer, and if a hub, it simply sends the traffic on all ports.
    B)
    Were  WK1 and WK2 connected directly to a hub, instead of switcher, would they be able to communicate directly?
    (The definition of a hub is that it takes a signal and broadcast it through all connections)
    It's not called a 'switcher.' It's called a 'switch.' As explained, a hub blatantly broadcasts traffic on all ports. It is up to the sending host and receiving host to read all packets and figure out what belongs to it or not. If a destination address doesn't
    apply to a computer that hears the data, it simply ignores it.
    C)
    Also, reading about switch-router-hub, I cannot understand which role is played by a client computer in communication
    (of a hub, of a switcher?)?  Neither of them? What? 
    The computer is simply plugged into these devices. The devices have their job to do, and the computer has its own.
    I hope that explains this part of your networking questioning.
    Ace
    Ace Fekay, MVP, MCT, MCITP EA, MCTS Windows 2008 & Exchange 2007, MCSE & MCSA 2003/2000, MCSA Messaging 2003, Microsoft Certified Trainer, Microsoft MVP - Directory Services. This posting is provided AS-IS with no warranties or guarantees and confers no
    rights.

  • Either there is no default mail client of the current mail client cannot fulfill the messaging request-----error Outlook 2010

    I've tried EVERYTHING suggested in this link (http://blog.timolthof.com/outlook-no-default-mail-client-error/) and everything google and bing and still this message keeps popping up.  Now when I do a windows search for email, I'm not able to view
    the email due to this message.
    For the record, I am running W7 Ultimate x64 and connected via Excange Server.  I do have another system that is running Office 2010 with none of these problems so I don't know if it's related to Exchange though the searches I've done don't allude
    to that.
    What's up?

    Hi,
    I understand that when you tried to open Outlook 2010 beta on the Windows 7 64-bit computer, you encountered the following error:
    "Either there is not default mail client of the current mail client cannot fulfill the messaging request. Please run Microsoft Outlook and
    set it as the default mail client."
    You have checked the settings under the registry subkey: HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Clients\Mail\Microsoft Outlook
    I understand the inconvenience you have encountered and appreciate the time and effort you spent on this issue. Please be assured that I
    will try my best to help you.
    Now let’s troubleshoot the issue by the suggestions below. Please check the results after each suggestion until the problem is resolved.
    Suggestion 1: manually set Outlook 2010 as the default e-mail client on Windows 7:
    ===================
    1.      
    Click Start.
    2.      
    Type "default programs" in the
    Search box.
    3.      
    Click Default Programs under
    Programs in the search results.
    4.      
    Now click Set your default programs.
    5.      
    Highlight Microsoft Outlook on the left.
    6.      
    Click Set this program as default.
    7.      
    Click OK.
    Suggestion 2: Start the Outlook program in safe mode
    ==============
    1.      
    Click Start, point to All Programs, and then point to
    Microsoft Office.
    2.      
     Press and hold the CTRL key, and then click the Outlook program you want to start.
    If the problem does not occur in the safe mode, this issue might be related to some third-party add-ins in the Outlook program, we can try
    to disable them. Normally, you could do the following to disable the conflict add-ins in your Outlook program:
    Disable add-ins
    Click
    File menu, click Options > 
    Add-in, click Go button in the Manage:
    Com-in Add.
    Check if there are any add-ins,
    clear the checkbox to disable them.
    Close the Office program and
    restart it.
    Add one check back each time to the list of Add-In,
    restart the Office program, and repeat the above procedure. Once the issue reappears again, we can determine which add-in causes this problem and then disable it.
    Suggestion 3: Test the issue with a new Windows user account
    ==============
    We can follow the steps in the articles to create a new user account to test the issue. If the problem does not occur in the new user account, some settings
    in the old account are corrupted. We can copy the main user files from the old account to the new account, delete the old account, and then continue using the new account.
    For the detailed steps on how to create a new user account and copy data from the old account to the new account, you can refer to the following articles:
    For Windows Vista/Windows 7:
    http://windows.microsoft.com/en-us/windows-vista/Create-a-user-account
    http://windows.microsoft.com/en-us/windows-vista/Fix-a-corrupted-user-profile
    Please take your time to try the suggestions and let me know the results at your earliest convenience. . If anything is unclear or if there
    is anything I can do for you, please feel free to let me know.
    Sally Tang

  • Either there is no default mail client or the current mail client cannot fulfill the messaging request. Please run ...

    Lync 2013 generates repeated messages stating “Either there is no default mail client or the current mail client cannot fulfill the messaging request. Please run Microsoft Outlook and set it as the default mail client.”. Events that
    seem to generate messages is disconnecting and re-connecting to a network but it also happens randomly and the messages will stack up during a working day. Everything seem to work OK but it is an annoyance.  The computer is upgraded (uninstalled first)
    from Office 2013 ProPlus to Office 365 ProPlus. Outlook (Desktop) is default mail client. 64-bit Windows 8.1 Enterprise, 64-bit Office (both before upgrade and after).  
    (Links removed to remediations I've tried)
    Made no difference what so ever and the messages continue. What's next? 
    I posted the above to the Office 2013 forum (unfortunately I'm not allowed yet to post a link to that posting) but due to the fact that the computer affected by this is a networked domain computer I've been redirected to this group instead.  I
    was asked some additional questions ing the other forum regarding the problem: 
    Are you able to send mails from other applications like Word or Excel?
    NO
    Is the PC connected to any Domain/Server? YES
    Is this an issue with one PC only. NO - affects all computers that once had Office 2013 Pro Plus installed and now has Office 365 Pro Plus (Originally I posted this question in the Office 365 community but was directed to first the Office
    2013 forum and now this forum)
    Right click on any file and Click on Send to-> Mail Recipient and check if you are able to send mails using Outlook.
    NO
    Also check if the Lync add-in is enabled in Outlook.
    Start Outlook
    Click the File tab.
    Go to Options.
    Click Add-ins.
    Check if the Lync add-in is enabled. YES
    My last posting in the other forum contained the following additional information regarding our problem: 
    As far as we can see installing 32-bit Office 365 Pro Plus using click to run makes no difference. 
    We do not send any mails from Lync, Lync is however the process that generates the message most frequently (as Lync seem to react upon network events).
    Other processes that have Outlook plugins may also be the parent of the message popup (third party applications). 
    Yes the Lync add-in is enabled. Lync functionality in/from Outlook seem unaffected. 
    It is not possible to send emails from other applications (explorer, word, excel etc.) ie. right clicking and send to generates the messages and
    a follow up error message concerning lack of MAPI enabled e-mail. 

    Hi,
    I'm marking the reply as answer as there has been no update for a couple of days.
    If you come back to find it doesn't work for you, please reply to us and unmark the answer.
    Best Regards,
    Steve Fan
    Forum Support
    Come back and mark the replies as answers if they help and unmark them if they provide no help.
    If you have any feedback on our support, please click
    here

  • How get the RVS4000's DHCP server to assign another IP address other than its own as the default gateway to its DHCP clients?

    Hi,
    I have a RVS4000 router with DHCP enabled and in router mode. 
    The LAN is 192.168.2.x.  The RVS4000 static IP address is 192.168.2.8
    The router is not the RVS4000 and is at 192.168.2.1
    The RVS4000 dhcp is assigning it's clients a default gateway of 192.168.2.8 instead of what I want 192.168.2.1.
    How can I get the RVS4000's DHCP server to assign another IP address other than its own as the default gateway to its DHCP clients?
    Thanks

    Hi Gail, you cannot do this. The router, as the DHCP server will only assign a default gateway of what IP interface the DHCP server runs on. If you have the default IP, the gateway is 192.168.1.1. If you create a second vlan, by default it would be 192.168.2.1.
    There are not configuration options for the built-in DHCP server. If you'd like to expand this functionality, you would need an external dhcp server.
    -Tom
    Please mark answered for helpful posts

  • I recently upgraded my MacBook from 10.5.8 to 10.6.8 Snow Leopard. Now when I create a song in Garage Band 2008, I cannot save the volume adjustment when I share back to iTunes and ultimately upload to YouTube. The volume reverts back to a default? low l

    I recently upgraded my MacBook from 10.5.8 to 10.6.8 Snow Leopard. Now when I create a song in Garage Band 2008, I cannot save the volume adjustment when I share back to iTunes, which is now version 11.1.1, and ultimately upload to YouTube. The volume reverts back to a default? low level. How can I retain the volume I assign in Garage Band, so that when the song moves to iTunes it doesn't revert?

    I recently upgraded my MacBook from 10.5.8 to 10.6.8 Snow Leopard. Now when I create a song in Garage Band 2008, I cannot save the volume adjustment when I share back to iTunes, which is now version 11.1.1, and ultimately upload to YouTube. The volume reverts back to a default? low level. How can I retain the volume I assign in Garage Band, so that when the song moves to iTunes it doesn't revert?

  • How to setup default gateway in a DHCP client. The default gateway will be the Ip address of the server that has RRAS installed, hence routing cabalities.

    How to setup default gateway in a DHCP client. The default gateway will be the Ip address of the server that has RRAS installed, hence routing cabalities.

    Hi Bill,
    Thank you for replying back...Yes, I was actually asking how do you set the default gateway address on the DHCP server?,
    I believe I got the answer below:
    To configure the DHCP default gateway option Click Start, point to Administrative Tools and then click DHCP. In the console tree, expand the applicable DHCP server, expand IPv4, and then right-click Scope Options Click Configure Options, check 003
    Router, type the applicable Server name and IP address, and then click OK.
    Thank you

  • How to unselect iPhoto as the default app. when my camera is connected?

    Hi. I prefer to use "image capture" as the default app. when I 1st connect my camera to the mac . Right now iPhoto appears to be the default app. as it automatically opens when I connect my camera. How do I change the default app. to "image capture"? Thanks.

    Bruce
    That's an option in the Preferences to Image Capture.
    Regards
    TD

  • An error has occurred while establishing a connection to the server. When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider,

    An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named Pipes Provider,
    error: 40 - Could not open a connection to SQL Server)

    An error has occurred while establishing a connection to the server.  When connecting to SQL Server 2005, this failure may be caused by the fact that under the default settings SQL Server does not allow remote connections. (provider: Named
    Pipes Provider, error: 40 - Could not open a connection to SQL Server)
    Hello,
    Make sure your SQL Server service is started.
    Make sure TCP\IP and names pipes protocol is enabled
    Make sure you have made an exception in firewall for SQL Server connection
    Make sure SQL Server browser service is enabled
    Make sure you connect with correct name hostname\instance name for named instance,MSSQLSERVER for default instance and Hotname\SQLEXPRESS for express edition.
    Please make sure you use port no when connecting to SQL server listeing on different port (hostname\instance ,portno)
    http://blogs.msdn.com/sql_protocols/archive/2006/09/30/SQL-Server-2005-Remote-Connectivity-Issue-TroubleShooting.aspx
    Hope this helps
    Please mark this reply as the answer or vote as helpful, as appropriate, to make it useful for other readers

  • Connecting to remote server failed - WinRM client cannot complete the operation within the time specified

    Exchange 2010 SP2 Active DAG Node.  Cannot cannot to Exchange Admin Console with the following errors and these errors change from time to time ... and some times it works ...
    attempt to connect to http://DAGNODE.domain.com/powershell using "kerberos" authentication failed: connecting to remote server failed with the following message: The WinRM Client cannot complete the operation
    within the time specified. Check if the machine name is valid and is reachable over the network and firewall exception for windows remote management service is enabled.
    thanks,

    Hi,Philip,
    Are you running the DAG on Windows server 2008 R2?If so check the following KB to see if they apply to your issue
    http://support.microsoft.com/kb/976839
    http://support.microsoft.com/kb/2294243
    And you can check if the solutions in these old threads with similar error message do the trick for you.
    http://social.technet.microsoft.com/Forums/en-US/exchange2010/thread/54af902c-d718-4656-8a25-7c150e4b0e81/
    http://social.technet.microsoft.com/Forums/en-US/exchangesvradminlegacy/thread/baa1af25-001a-432d-86a0-25c05655e63c/
    Regards,
    Sharon
    Sharon Shen
    TechNet Community Support
    Please remember to click “Mark as Answer” on the post that helps you, and to click “Unmark as Answer” if a marked post does not actually answer your question.

  • WRT350N : how to specify the default gateway?

    Hello,
    I would like to use my wrt350n as a dhcp server, but want to specify another router as the default gateway.
    I have my wrt350n (192.168.1.254) and another modem/router (192.168.1.1). When a client connects to the wrt350n, it automatically receives as default gateway the adress of the wrt350 (192.3168.1.1). I would like to change that to reference the other adress 192.168.1.1.
    Thanks for your comments
    Raph
    Solved!
    Go to Solution.

    Hello,
    Thanks for your answer.
    I try to give you more information.
    The modem router (bbox2 : 192.168.1.1) is connected to an ethernet port on the WRT350 (192.168.1.254). I would like to desactivate the DHCP server on the bbox2 (because limited to 802.11g), and activate it on the wrt350, to have a wireless network in 802.11n. The problem when I do that, is at the dhcp server, the default gateway returns is always the ip adress of the wrt350 (so no internet access). Nevertheless, I have to specify the ip of the bbox (192.168.1.1) for the internet traffic. I don't find a way to change the value of the default gateway returns by the wrt350. I can set different values for DNS, but not for the gateway.
    Actually, I turn on the dhcp server on the bbox and turnoff it on the wrt350, but my wireless spped is limited to 54Mbits (802.11g), and this not annoying for surfing purpose, but annoying when streaming video from my san connected to the wrt350n.
    I don't know if it's clear now?
    Thanks for your feedback

Maybe you are looking for

  • Can't 'Connect As' when trying to remotely log in via Shared

    Hi all, I've got a bit of an odd question. I have a suite of 10x iMacs networked together. All the machines can see each other on the Finder 'Shared' sidebar, yet if I click one (so as to copy files etc from one machine to another) I just get the col

  • Inspection result to multiple batches

    Hello, For my client, I need to figure out a way to get the inspection results from QM into multiple batches. Is there a simple (standard) way to do this? The situation is that my client produces 3 batches at once. Samples for analysis are only taken

  • Unable to selelct a Row in ABAP Webdynpro ALV table

    Hi, I have a ALV Table in webdynpro  and I need to choose a Row in that table. But the table is not allowing me to choose the row. Row_selectable is at 'X'. Row selection type is at 8. Still.. the grid looks like it is in display mode.. pls help

  • ImprovingSync messge response time?

    Hi all,           I have a sync scenario (RFC to JDBC) wherein the response time for the round about call is around 1.3 seconds... The JDBCsystem takes about 0.1 second to respond... so the Xi is taking the remain 1.3 seconds... Is the the best that

  • Unable to log into console

    I've a DPM2012 R2 installation that's running perfectly. However, when I try to delegate access, the users trying to access the console gets error ID:948 - DPM services aren't running. They clearly are! My user account can log in and launch the conso