VWLC and Guest Wired

Ciao,
we are going to test the Guest capabilities of the vWLC (version 7.4.121.0) with no anchor.
The WiFi Guest and authentication works well.
The Wired Guest seems to have problems:
- ip to client is assigned (ok)
- then no packets seems to leave the vWLC (no dns request exit the vWLC for example) nor the auth page comes up
For the last point I was on the ASA and no packets arrives.
On vWLC: ingress interface is the L2 vlan, while the egress interface is the L3 vlan (with ASA as gateway)
Any suggestion ?
Cheers,
L.

Restrictions for Configuring Wired Guest Access
Wired guest access interfaces must be tagged.
Wired guest access ports must be in the same Layer 2 network as the foreign controller.
Up to five wired guest access LANs can be configured on a controller. Also in a wired guest access LAN, multiple anchors are supported.
Layer 3 web authentication and web passthrough are supported for wired guest access clients. Layer 2 security is not supported.
Do not trunk a wired guest VLAN to multiple foreign controllers, as it might produce unpredictable results.

Similar Messages

  • Airport Extreme 802.11AC + 5th Gen and guest network access

    I have the current gen Airport Extreme 802.11AC with a 5th Gen extending the network. With this setup, I am unable to login using our guest network setup. I have tried using guest network with a password and one without but its the same results. When a guest logins, it stuck attempting to login with no error messages.
    So is it possible to have this configuration and still have guest network access?

    Please review what I said originally.......that the guest network function on the AirPort Extreme is designed to work with a simple modem......so the AirPort acts as the main router for the network..
    Another way of saying the same thing is that the AirPort needs to be "in charge" of your network for the guest feature to work correctly. The AirPort cannot be in charge if it is connected to another device that is already configured to be the main router on your network.....your Actiontec modem/router.
    The Actiontec device combines the functions of a separate modem and a separate router in one package. This type of device is known as a modem/router, or also known as a gateway.
    Some folks call a modem/router or a gateway......a modem. So, things can get confusing.
    I do not know if it is possible for the Actiontec device that you have to be configured to act as a simple modem.....so the routing functions of the device are completely turned off. (Turning off the wireless on the Actiotec does not turn off the routing function).
    If you turn off the wireless on the Actionec, it becomes a modem and a wired router. And that wired router is still in charge of your network.
    The guest network feature will not work correctly unless the AirPort is in charge of your network.
    My suggestion was for you to ask your Internet Service Provider (ISP), if they could supply you with a simple modem.  That is all that you need. You don't need two routers....and the Actiontec that you have now is not allowing the guest feature to work correctly.

  • Guest-wired access connections drop every 1- 2 minutes

    I have an interesting problem.
    My connections to the guest wired access drop consistanly every 1 -2 minutes. There are no drops in the mobility between the WiSM and the 4402 anchor in the DMZ.  DHCp is served from the 4402 DMZ controller as well as thier authentication.
    When a user connects to the guest wired access vlan some times they obtain a 169.X.X.X address and after several tries they get the proper 192.168.x.x addres. The user get thier IP address and get the redirect login. They maintain thier internet connection for only 1 - 2 minutes.
    DHCP on the 4402 is set for 4hours
    Any thoughts ?   
    Mike

    Ouch, the forums ate my formatting for that first post!
    Thanks for the reply Ray. I should mention that this is a shared house, not a family home, so I cannot always access the devices. I'm the one on the ethernet connection and I've gone into my ethernet adaptor's settings to change my IP address to a static number just below that of the DHCP range whilst leaving DHCP enabled for everyone else. After restarting my computer the connection's still dropping.
    Haven't had a chance to reset the hub yet, if that's necessary, as other people are using the connection at the moment.
    I do have the admin password for the hub but I'm under the impression a static IP address would have to be set from the devices themselves which I can't access - or can I use Home Network > Devices, check "Always use this IP address" then disable DHCP?

  • Poor disk io thourghtput on OVM and guest VM

    We are using DELL R720 with H710 raid controller.
    A wired problem about the disk io was discovered during tests.
    We found that the disk throught on VM server(OVS repo) and VM guest are only about 1/3 of the physical server, around only 50M/s.
    We are tring to compare disk io write with simple dd instruction on following enviroments with same hardware
    The test cases are:
    (H710, 2T 7200rpm * 8 configured with RAID10 as two virtual disks, first for ovm, second for OVS repo)
    1. Centos 6 installed directly
    2. OVM 3.2.1, sda
    3. OVM 3.2.1, /dev/mapper/36848f690ec834b0018df77d30704a452 (used by OVS repo)
    4. Guest vm Oracal Linux 6.0 on OVM 3.2.1,pvm (using local physical disk as OVS repository)
    The result is:
    1.Centos 6 installed directly
    dd if=/dev/zero of=~/a.out bs=16k count=20000 oflag=direct
    20000+0 records in
    20000+0 records out
    327680000 bytes (328 MB) copied, 1.85022 s, 177 MB/s
    2. OVM 3.2.1, sda
    dd if=/dev/zero of=~/a.out bs=16k count=20000 oflag=direct
    20000+0 records in
    20000+0 records out
    327680000 bytes (328 MB) copied, 2.5659 seconds, 128 MB/s
    3.OVM 3.2.1, /dev/mapper/36848f690ec834b0018df77d30704a452
    dd if=/dev/zero of=/OVS/Repositories/0004fb00000300000102bf00d2adeb8a/a.out bs=16k count=10000 oflag=direct
    10000+0 records in
    10000+0 records out
    163840000 bytes (164 MB) copied, 3.00933 seconds, 54.4 MB/s
    4. Guest vm Oracal Linux 6.0 on OVM 3.2.1,pvm
    dd if=/dev/zero of=~/a.out bs=16k count=20000 oflag=direct
    20000+0 records in
    20000+0 records out
    327680000 bytes (328 MB) copied, 7.60928 s, 43.1 MB/s
    We can see that on pure Centos 6 we got the reasonable disk io, on OVM sda the score is slower but still acceptable.
    But on OVM disk and guest VM, we saw a big drop.
    An interesting thing is : I have 3 guest vms on this vm server, when I run a same dd command samultaniously on 3 guest vms, I can still
    get the same score. Adding them together we get a 120+ MB/s throughput.
    I guess the reason might be that OVS put a io threshold on both OVS and each vms on it to make sure no single vm can drain up all disk io
    in order to preserve some to other vms ?
    I plan to use mongo db on the guest vm if the io is close to the real machine, could anyone please help me improve the disk io ?
    thanks a lot!
    Edited by: user12945979 on 2013-5-1 上午9:21
    Edited by: user12945979 on 2013-5-3 上午5:10
    Edited by: user12945979 on 2013-5-3 上午5:14

    Thanks for your advice,
    I followed played below tests against physical server(Centos6) and Oracal vm guest server(OL6,pvm).
    fio -filename=/srv/test.out -direct=1 -rw=randwrite -bs=4k -size=2g -numjobs=8 -runtime=60 -group_reporting -name=test
    fio -filename=/srv/test.out -direct=1 -rw=randread -bs=4k -size=2g -numjobs=8 -runtime=60 -group_reporting -name=test
    fio -filename=/srv/test.out -direct=1 -rw=randrw -bs=4k -size=2g -numjobs=8 -runtime=60 -group_reporting -name=test
    fio -filename=/srv/test.out -direct=1 -rw=read -bs=4k -size=2g -numjobs=8 -runtime=60 -group_reporting -name=test
    fio -filename=/srv/test.out -direct=1 -rw=write -bs=4k -size=2g -numjobs=8 -runtime=60 -group_reporting -name=test
    fio -filename=/srv/test.out -direct=1 -rw=read -bs=4k -size=2g -numjobs=8 -runtime=60 -group_reporting -name=test
    fio version is 2.0.13
    The results shows random read on VM guest matches about 60% of physical server, and random write about 90%.
    But sequential read only counts about 42% and write 35%.
    I am not sure if the big drop on sequential read/write performance is reasonable. Maybe I did something wrong ?
                             Physical     VM guest
    randwrite(4k,60s)     write iops     2385          2114
                   bw(k)          9542          8456
    randread(4k,60s)     read iops     1455          838
                   br          5822          3352
    randrw(4k,60s)          read/write iops     791/794          569/565
                   b r/w           3167/3176     2278/2260
    write(4k,60s)          write iops     14465          5114
                   bw(k)          57864          20457
    read(4k,60s)          read iops     48870          20985
                   br           195483          83940
    Edited by: user12945979 on 2013-5-3 上午5:16

  • Extend both main and guest networks with a 2nd Time Capsule?

    I have a 4th generation 2TB Time Capsule set up to broadcast primary and guest networks.  I am running out of storage.  I would like to increase my storage and I would also like to extend both primary and guest networks.
    I currently use an older Linksys router (WRT330N) operating in bridge mode (wired connection to the TC) to extend the primary network, but it does not extend the guest network.
    If I purchase a second (5th generation) Time Capsule to replace the Linksys, can it be set up to extend both the primary and guest networks?
    From searching the forum, it appears not, but I'd like to confirm.  Is true for both both wireless and cabled range extension options?
    If I'm not able to extend the guest network this way, I'm inclined to settle for extending the primary network as I currently do and look for other ways to increase my network storage capacity (e.g. by upgrading the drive in my existing TC).

    If I purchase a second (5th generation) Time Capsule to replace the Linksys, can it be set up to extend both the primary and guest networks?
    Yes, either using wireless or an Ethernet connection between the two Time Capsules, providing that the 4th Gen Time Capsule is running at least firmware version 7.6.3.
    A wired Ethernet connection between the two Time Capsules is highly recommended. If you plan to extend using wireless, the second Time Capsule will need to be located where it can receive a very good signal from the first.

  • VWLC and Flexconnect

    Hi 
    I am running into a really weird problem.
    My vWLC has AP associated to it and in Flexconnect mode and I can connect to WLAN's (SSID) successfully.
    But if I switch between WLAN's e.g test-ho and test-guest I see that they timeout in a way that I get the IP from the correct VLAN / Subnet to which I have switched too , yet it shows as identifying on the computer and even I cannot ping anywhere or to the gateway for that matter and it takes like this forever. 
    if I just reset the WLAN's from the vWLC , the workstations connects immediately but if I switch again between WLAN's is does the same thing again.
    I am just unable to figure out whats causing this delay and behavior.
    Any help will be really appreciated
    Thanks in Advance.

    alright I believe I have found the issue and it's basically my configuration and making me all confused, my apologies.
    let me do a back trace of events !
    I am setting up my vWLC migrating from WLC 5508 .
    needed to changed the mode from local to flexconnect to make the AP's work on vWLC as I read and advised that only flexconnect mode works on vWLC.
    I have two WLAN's 'HO' and 'Guest' , 'HO' is AAA authenticated and 'GUEST' is local webauth , two different VLAN's for  'HO' = 20 and 'Guest '30' 
    It seems I am following a bad guide to setup the AP in Flexconnect mode with my setup . Do you have any guide which I can refer to.

  • Home Sharing not working between wireless PC's / devices and ethernet wired PC's on the same router.

    Home Sharing is not working between wireless PC's / devices and ethernet wired PC's on the same router.  I installed a new Verizon FIOS ActionTec  MI424WR GigE wireless / ethernet router, replacing the original FIOS router.  With the old router Home Sharing worked fine across and among all iOS and Windows wired and wireless devices.  With the new router Home Sharing works between and among the Wired PC's but not between the wired PC's and the Wireless connected PC's or iOS devices.  Home Sharing also works between and among the wireless connected PC's and iOS decices but not between them and the wired PC's.
    Only the router was changed.  No changes were made to any of the devices except all were updated with the latest version of iTunes 10.7.0.21 and the iSO devices were updated to iOS vrsion 6.01.  Three PC's are wired and all are running Windows 7.  There also is a Windows Home Server connected to the router by ethernet port.  It does not run iTunes but does provide WebDAV services to my iOS devices.  This works fine.  Two PC's are wireless, one running Windows 7 and one running Windows 8.  All of the PC's are connected to the same (new) router via it's ethernet ports and it's wireless access point.  Two of the wired PC's are connected via a high-speed  ethernet hup that is connected to the router (Home Sharing works fine between the two PC's on the hub and the PC on the router).  All wired and wireless devices on the router are visible and members of the router's Home/Office virtual network.
    All of the PC's are visible in the Windows network and all shared files are accessable from all PC's, both wired and wireless.
    Obviously the router seems to be the issue, something between the ethernet and the wireless access point components.  I checked the settings and found nothing that would prevent Home Sharing between the wired and wireless devices.  There is no setting that isolates the wireless network.  I have done the following:
    Read the router user manual and checked all the settings
    Rebooted the router and tested.
    Turned off the router's firewall and tested.
    Home Sharing is turned on all the devices and all use the same Apple ID.
    Restarted iTunes and tested.
    Verified iTunes is "Allowed" in each PC's firewall.
    Again, I can Home Share between the two wireless PC's but not between either of the wireless PC's and any of the wired PC's.  I can Home Share between my iPads and iPhones and either of the two wireless PC's but not with any of the wired PC's.  I can Home Share between any of the wired PC's but not between any wired PC and a wireless PC or iOS device.
    I hope someone may have had a similar problem and has a fix suggestion.  I'm stumped!  I have a;so contacked ActionTec and awaiting an answer.

    Solution from ActionTec is:
    Log into your router.
    Click the Advanced icon
    Cclick Yes
    Click on the IGMP Proxy
    Select Disable
    Click Apply

  • Timed Access controlling Main and Guest Network

    I have a Time Capusle 4G running software v7.5.2. I am running a Guest Network as well as a closed network.
    In the Timed Access window i have default set to "no access". Then, all the computers that are allowed access to the main network are on the list. My guest network is broadcasting but when a user tries to connect to it, they get an "Unable to connect" message. If I change the default access in Timed Access to "Everyday", users are then able to connect to the Guest network again.
    Obviously, this is a bug/missing feature and has been for several software revisions. I don't want people accessing the main network that aren't on the timed access list. However, I still want guest users to access the Guest Network, without using MAC address filtering on the Guest Network.
    It looks to me that the Timed Access window is controlling the restriction of the Guest and Main network. Which renders the Guest Network feature pretty much useless.
    Hopefully this will be addressed in the near future. If other people are experiencing this problem, Please let me know.
    -Ghost

    It looks to me that the Timed Access window is controlling the restriction of the Guest and Main network.
    Your observation is correct. Access control using Timed Access is an ALL or NOTHING feature for both the Main and Guest networks. The Guest network is basically a VLAN function.

  • File transfer problem between Host OS and Guest OS

    Hi,
    I have WIndows7 32 bit as a host OS in C drive. and i have installed the Virtualbox in D drive and installed CentOS 6 in virtual box as a guest OS.
    After installing the Guest Additions in CentOS and set the Drg n Drop-Bidirectional. it permits to create shared folder in CentOS but i am not able to drag n drop to any file from host to guest and vice versa.
    Also when i plug the pendrive it copy the partially data in guest OS then it show unpluggeed automatically in guest OS. It copy only .rpm file in guest OS (CentOS)
    please suggest how to copy the file from Host OS to guest OS and vice versa.
    I have installed VirtualBox-4.3.20-96997. i have installed also Oracle_VM_VirtualBox_Extension_Pack-4.3.20-96996.vbox-extpack on windows ( on host OS).
    Thanks.

    The following is from the virtualbox user manual:
    Drag’n’Drop This setting allows to enable Drag and Drop: Select a file on the desktop, click the left mouse button, move the mouse to the VM window and release the mouse button. The file is copied from the host to the guest. This feature is currently only implemented for Linux guests and only for copying files from the host to the guest.
    I guess that explains your experience with Drag'n Drop.
    Regarding USB and the pen drive, you cannot access a USB device in the host and guest OS at the same time. The technology does not support this. You will either have to capture the device to be used/mounted in the host or guest OS. Unless you configure the USB device in the virtual machine settings, the device will normally be captured by the host OS and become inaccessible by the guest OS.
    To copy files between Windows and a VirtualBox Linux guest you can use Putty and it's pscp.exe to copy files from Windows to Linux and vise versa. You may have o enable SSH on your Linux side. There was a post here yesterday, please check the last forum discussions. Alternatively you can also use WinSCP if you want a GUI tool.

  • ISE and Guest Portal

    WLC - 7.2.110.0
    ISE - 1.1.1
    I'm new to ISE. I want to set up a very basic method for BYOD users to access our wireless network. I've set up an SSID for external Web Auth, where users get redirected to the ISE Guest Portal: https://1.2.3.4:8443/guestportal/Login.action
    At that screen, users can enter their Active Directory credentials and login. Although the authentcation shows as successful under Operations -> Authentications, the user is redirected to the device registration page. On that page they see the message "We are unable to determine access privileges in order to access the network. Please contact your administrator." Their device MAC is listed, and they can enter a description but the "Register" button is greyed out.
    I'm getting overwhelmed with the amount of documentation available as well as the new terminology. I'm familiar with using Windows RADIUS servers, but ISE is very foreign to me now. Is there any documentation to help me understand how access requests are processed?

    As you asked the documents related to ISE and Guest Portal. I am sending you two docs which will help you in this case. Please find the below documents:
    http://www.cisco.com/en/US/docs/security/ise/1.0/user_guide/ise10_guest_pol.html
    http://www.cisco.com/en/US/docs/security/ise/1.0.4/user_guide/ise10_guest_pol.pdf

  • Current best practice for Time service settings for Hyper-V 2012 R2 Host and guest OS's

    I am trying to find out what the current best practice is for Time service settings in a Hyper-V 2012 environment. I find conflicting information. Can anyone point me in the right direction. I have found some different sources (links below) but again the
    are not consistent. Thanks
    http://blogs.msdn.com/b/virtual_pc_guy/archive/2010/11/19/time-synchronization-in-hyper-v.aspx
    http://technet.microsoft.com/en-us/library/virtual_active_directory_domain_controller_virtualization_hyperv(v=ws.10).aspx
    http://social.technet.microsoft.com/wiki/contents/articles/12709.time-services-for-a-domain-controller-on-hyper-v.aspx

    From the first link provided by Brian, it does state that the time service should be off, but then the update changes that statement.  Still best to rely on the first link in the OP - it was written by the guy that has been responsible for much of what
    gets coded into Hyper-V, starting from before there ever was a Hyper-V.  I'd say that's a pretty reliable source. 
    Time service
    For virtual machines that are configured as domain controllers, it is recommended that you disable time synchronization between the host system and guest operating system acting as a domain controller. This enables your guest domain controller to synchronize
    time from the domain hierarchy.
    To disable the Hyper-V time synchronization provider, shut down the VM and clear the Time synchronization check box under Integration Services.
    Note
    This guidance has been recently updated to reflect the current recommendation to synchronize time for the guest domain controller from only the domain hierarchy, rather than the previous recommendation to partially disable time synchronization between the
    host system and guest domain controller.
    . : | : . : | : . tim

  • VLAN Configuration for Internal and Guest Wireless

    Hello,
    We are using the following hardware…
    SG300-52MP switch -- latest firmware
    ASA 5512-X firewall -- 9.1
    Aironet AP1131AG WAP
    We have the following networks…
    10.252.4.0/24 = Internal = ASA-01 interface = VLAN1
    10.252.6.0/24 = Guest = ASA-02 interface = VLAN6
    10.252.6.0/24 = VOIP = ASA-03 interface = VLAN3
    The Aironet supports two SSIDs, Secure (RADIUS) and Guest (WPA2), which are supposed to provide access to the appropriate interface on the ASA.
    Relevant parts of the WAP configuration are…
    dot11 ssid GUEST
       vlan 6
    dot11 ssid SECURE
       vlan 1
    interface Dot11Radio0
    no ip address
    ssid GUEST
    ssid SECURE
    interface Dot11Radio0.1
    encapsulation dot1Q 1 native
    no ip route-cache
    bridge-group 1
    interface Dot11Radio0.6
    encapsulation dot1Q 6
    no ip route-cache
    bridge-group 255
    interface Dot11Radio1
    no ip address
    no ip route-cache
    ssid GUEST
    ssid SECURE
    interface Dot11Radio1.1
    encapsulation dot1Q 1 native
    no ip route-cache
    bridge-group 1
    interface Dot11Radio1.6
    encapsulation dot1Q 6
    no ip route-cache
    bridge-group 255
    interface FastEthernet0
    no ip address
    no ip route-cache
    interface FastEthernet0.1
    encapsulation dot1Q 1 native
    no ip route-cache
    bridge-group 1
    interface FastEthernet0.6
    encapsulation dot1Q 6
    no ip route-cache
    bridge-group 255
    interface BVI1
    ip address 10.252.4.4 255.255.255.0
    no ip route-cache
    ip default-gateway 10.252.4.1
    We can manage the WAP through it’s Internal IP address (10.252.4.4).
    And the “Guest” wireless network is working -- connecting to that SSID provides the client with the correct IP addressing (10.242.6.X from VLAN6/ASA-02).  [Note:  the VOIP DHCP and network access also works correctly.]
    The “Secure” wireless network is not working however -- the client never receives an Internal DHCP address from ASA-01, and even if you hard-code the client’s IP, no IP4 traffic ever passes.
    [Note:  connecting a device to a SG300 port with the “Default” configuration provides the client with an Internal DHCP configuration, and it works as intended.] 
    While this may be a problem with the WAP configuration, I would like to confirm that it is not an issue with the switch not passing traffic correctly.
    I have a feeling that I have configured the VLANs on the ports incorrectly.
    Relevant parts of the SG300 configuration are...
    v1.3.0.62 / R750_NIK_1_3_647_260
    vlan database
    vlan 3,6
    ip dhcp snooping
    ip dhcp relay address 10.252.4.1
    ip dhcp relay enable
    bonjour interface range vlan 1
    interface vlan 1
    ip address 10.252.4.2 255.255.255.0
    no ip address dhcp
    interface vlan 3
    name VOIP
    interface vlan 6
    name Guest
    interface gigabitethernet45 -- Access mode, Untagged VLAN6
    description ASA-Guest
    ip dhcp snooping trust
    switchport mode access
    switchport access vlan 6
    interface gigabitethernet46 -- Access mode, Untagged VLAN3
    description ASA-VOIP
    ip dhcp snooping trust
    switchport mode access
    switchport access vlan 3
    interface gigabitethernet47 -- Trunk mode, Untagged VLAN1 and Tagged VLAN6
    description WAP1
    switchport trunk allowed vlan add 6
    interface gigabitethernet48 -- Trunk mode
    description ASA-Internal
    ip dhcp snooping trust
    ip dhcp relay enable
    Can someone who understands this switch better than I do please confirm the VLAN configuration?  THANK YOU!

    Welcome to the discussion area!
    +PCI regulations do not consider VLAN a secure way of keeping the data isolated. Does anyone have any technical information on how the device creates the guest wireless network ?+
    I spoke to Apple Support some time ago and was told that Apple uses VLAN to create the Guest network, and also that formal documentation was not available on this topic. I was referred to the AirPort Extreme Specifications for available information.
    This was some time ago, so if you need more up to date info, you might want to try to contact Apple to see if they are willing to share more information about this feature. Although, since VLAN is used, your question may already be answered.
    FWIW, to use the Guest Network feature in a home situation, the AirPort Extreme must be set up as the main router controlling DHCP and NAT on the network. If you were thinking of installing the AirPort Extreme behind another router, the Guest Network feature would not be available in this type of configuration.

  • Why can't I assign hardware and guest os profiles to servers in the new SCVMM 2012 Service Templates?

    Trying to learn SCVMM 2012, but I'm confused about how Guest OS and Hardware Profiles work with the new 2012 Service Templates.
    I create a Hardware Profile and a Guest OS Profile. Then I open the Create VM Template wizard. In this wizard I can assign the Hardware and Guest OS profiles I created under the Configure Hardware and Configure Operating System steps in the wizard.
    If I open the new Service Template wizard, select a Single Tier Server (for example), open the Service Template Designer and go to the properties of the server I find under Hardware Configuration and OS Configuration I cannot assign my Hardware and Guest OS
    profiles to the server.
    Why is this? It seems like extra work to have not be able to assign these profiles to servers in a service template. Is there something fundamental I'm missing here?

    I have the same issues with the equipment I maintain. Two things are consistent that I see between this forum and my set up. I had 10.5 on all our Macs and each of them could connect with out issue to the shares on a windows xp machine. I have three Mac computers I am working with. 1. My main computer a MacBook Pro 2.4ghz core 2 duo, an Intel iMac, and an older Mac Pro G5 running OS 10.5 server.
    I have another server running kiosk or signage displays that is a windows xp machine. All of my macs could access the windows xp machine by clicking on it and authenticating to it and then the shares will show up.
    I upgraded my MacBook Pro first to 10.6 and have been unable to connect to the windows shares ever since. Keep getting Authenticatoin failure. So my work around is to transfer files to the 10.5 macs and then screen share one of them and access the windows share from them. Spoke with Apple support and they could not help and said it was a know issue but did not have a solution.
    Last week I upgraded the iMac to 10.6 and it too, now will not authenticate to the windows shares.
    Here are the strange things... I can take my macbook pro home and access all windows shares on my home networked computers. I even took the windows xp machine home from work to test it and I was able to connect to the shares without issue from my Macbook pro.
    Two things stand out ... you mentioned a Cisco router and we use a Cisco router at work. Also, both of us have upgraded to 10.6 and authentication fails at that time.
    Problem is between OS 10.6 and the Cisco routers I believe. I am not sure how to fix the issue though.

  • WCS and Guest IP addresses

    Hi,
    I have both corporate and guest WLANs available, the corporate infrastructure is 2 x WiSM modules with guest access via a 4402 anchort point controller.  When I view client connections in WCS, I see the DHCP address all corporate users have been allocated, but all guest users show up with IP address 0.0.0.0.  The guest users are allocated a DHCP address via a local pool defined on the anchor point controller.
    Is there any way I can see the IP address of each guest user?
    Many thanks
    Liam

    Hi,
    Clients get DHCP adderss no problem from local pool configured on anchor point controller.  The issue I am facing is that this IP information is not tunnelled through to WiSM module - if I check client details on anchor controller, it shows the IP address allocated to each user.  When I check same info on WiSM controller, it shows every IP address for guest access user as 0.0.0.0.
    For reporting and troubleshooting purposes I am wondering if the correct IP information can be shown.
    Regards
    Liam

  • My laptop is connected to company LAN on wire and I have another active wifi connection provided by a router. Can I use the wifi connection for mozilla connection and the wired for everything else? I'm on Win7.

    I have 2 simultaneous active connections:
    no1: wired connection to company lan; private IP 172.19..
    no2: wireless connection to unrestricted traffic router; private IP: 192.168...
    my question: can I use the wireless connection for mozilla traffic and the wired for everything else?
    I'm on Windows7 Prof, all security updates installed.

    Go to Control Panel > Network and Internet > Network and Sharing Center >
    Click Change adapter settings from left panel > Open the network connection you want to change the DNS servers for by right click and select Properties > Select
    Internet Protocol Version 4 (TCP/IPv4) and click Properties button > Choose the
    Use the following DNS server addresses > enter the IP address for a
    Preferred DNS server as well as an Alternate DNS server.
    Primary DNS: 8.8.8.8
    Secondary DNS: 8.8.4.4
    This IP belongs to Google public DNS.
    Note: Wired connections are usually labeled as Ethernet, while wireless ones are usually labeled as
    Wi-Fi or Wireless Network Connection.
    Uncheck Internet Protocol version 6
    Mark as Answer if it's worked. Thanks. Balamurugan_Subramaniyan

Maybe you are looking for

  • Payroll Issues in Net payment

    Dear Experts, Business Scenario The employee is on leave for 2 months (paid leave)in that 2 months loan should not deduct. 3rd month he came back and the laon amount should be deduct . So,In Master Data for IT45 maintained record for those 2months in

  • New Report for Opens Sales order and P.O from Plant and S.Loc

    Dear Gurus We have repory requiement for Open sales order and P.O to deliver from particular plant and S.Loc. If you have already developed this kiond of report help me inthis case. Thanks ramki

  • BB9630 verizon unlocked in Russia

    Hello My friend have presented me a Verizon BB9630 unlocked that he've purchsed on e-bay in USA. I've registered BIS in local provider (MTS Russia) and now I have following problem. BIS is working only after I switch of GPRS service on my sim-card (G

  • Please recommend me an external CD/DVD writer to go with new Mac Mini

    I'm thinking of buying a new Mac Mini, and I would like an external CD/DVD drive for it. It needs to be able to read and write to both CDs and DVDs, and I'm generally looking for something as cheap as possible. Obviously I don't want something that's

  • 10.8 Install - Unable to Choose Disc

    Mac Mini server with 10.8  (ie mac Mini with 2 internal discs) One of the discs is dying so I want to install the OS  on to the other disc Problem - the installer never offers me the chocie of whiuich disc to installon to, and automatically chooses t