TCP Window Scaling Factor Not Always Set In SYN Request?
Jul 10, 2011
I am facing strange behavior in Windows 7 and Windows Vista.I have a client program in my PC and server program outside network.I can see that some time TCP WINDOWS SCALING working and some time not.In first Log after 3 way handshakes established I can see data transfer happening bocs from log I can see it is settings SCALING factor.
But for some cases where I see that connection happened but data transfer not happening (May be my network does not work without Scaling..) I can see my WINSOWS TCP stack has not set SCALING in SYN request.Hence in 2 nd log I can see "Scale factor not supported"...though I enabled SCALING in my WINDOW .
You can see in 2nd log :: [ Win=8192 ( ) = 8192 ] - not settings scaling factor some time.How to fix this issue so that Windows 7 / Vista always set SCALING in SYN request.
My TCP Settings :::
Receive-Side Scaling State : enabled
Chimney Offload State : automatic
NetDMA State : enabled[code].....
View 1 Replies
ADVERTISEMENT
Feb 7, 2013
We have the 3750G with the IOS version 12.2(35)SE5. Does this IOS version and switch support the TCP Window Scaling detailed in this doc? The doc says Release 12.2(8)T. And I don't see the 3750G or the 2960G platforms listed in the doc.
[URL]
View 4 Replies
View Related
Mar 9, 2011
I would like to konw does Cisco ACS 4.x / 5.x natively support Two factor authenication, but not act as a Radius Proxy?
View 1 Replies
View Related
Jan 2, 2012
How two factor authentication can be implemented using cisco acs 5.1 & vasco?
View 1 Replies
View Related
Jun 2, 2011
Has anyone tried to get two factor authentication working with the asa 5505. I have a CA setup and the enrollment emails are being sent out. But when I go to login to the enrollment site at [URL]. I get a page not found.
I would like to have one factor be a username and password and the second factor being a certificate on the device.
View 4 Replies
View Related
Dec 19, 2012
I'm wondering what people are using and/or recommending for two-factor authentication for VPN users on the Cisco ASA platform?
View 6 Replies
View Related
Jul 30, 2012
Two factor setup with Symantec VIP? I just fined setting it up and VIP Service and SA520 seems to be synchronizing correctly but device doesnt direct VPN users for second authentication ?
View 16 Replies
View Related
May 1, 2013
I want to setup two factor authentication via ACS 5.2 TACACS+ without having to use a token (such as that by RSA). Is there a way to do it?
More info:
Users from unconnected AD domains will be connecting to the routers and switches.There is a certificate server available to generate certificates.SSHv2 is the current login protocol.
View 5 Replies
View Related
May 2, 2012
I was very excited to read about the two factor authentication that Cisco and Verisign offer through the VIP and SA500 series routers. I purchased an SA540 a month and a half ago. I have been on the phone with support of both Cisco and Verisign ever since. It appears no one actually knows how to make the product work. Finally I was told that they have only tested it on an SA520. So I bought an SA520; however, it doesn't work either. How to use the Verisign VIP two factor authentication with either an SA520 or SA540? If so, what is the trick? If not, how is Cisco advertising this product if it doesn't actually work?
View 3 Replies
View Related
Sep 29, 2012
I currently have a working metro ethernet connection between our main office and a branch office. I am tasked with building a redundant route for this site, in case the metro-E line goes down. We are purchasing two cable internet lines at each sight and I plan on buying two Cisco routers to do the VPN tunnel via the new cable Internet connection. The metro ethernet connection currently has two HP 3500s on each atm.2 questions:
-How will OSPF and VRRP factor-in to such a setup?
-What Cisco routers are recommended that can utilize this protocol?
The HP 3500s can do either OSPF or VRRP.I have been purchasing and setting up refurbed Cisco 1811 routers for other VPN tunnels and they work great.
View 2 Replies
View Related
Dec 1, 2009
I am trying to set up SSL VPN with two-factor authentication on an ASA5510 with software version 8.0(4). I want to use LDAP for actual authentication and user mapping, but require a valid certificate signed by a particular local CA to connect.I have imported the CA's root certificate, signed an identity cert for the ASA box and imported, and assigned the cert ("trustpoint") to the outside interface.Under the connection profile itself (for DefaultWEBVPNGroup), there is an option to select authentication method as AAA, certificate or both. AAA works as expected, authenticating against LDAP. If I select certificate or both, I get rejected with Certificate Validation Failure regardless of if I have a valid signed cert or not. This is what I see with "debug webvpn 100":
webvpn_portal.c:ewaFormServe_webvpn_login[1904]webvpn_portal.c:http_webvpn_kill_cookie[682]webvpn_portal.c:ewaFormSubmit_webvpn_login[1964]ewaFormSubmit_webvpn_login: tgCookie = 0ewaFormSubmit_webvpn_login: cookie = c98f3940ewaFormSubmit_webvpn_login: tgCookieSet = 0ewaFormSubmit_webvpn_login: tgroup = NULLTunnel Group: DefaultWEBVPNGroup, Client Cert Auth Failed!Embedded CA Server not enabled. Logging out the user.webvpn_portal.c:ewaFormServe_webvpn_login[1904]webvpn_portal.c:http_webvpn_kill_cookie[682]
So, it seems the ASA is only trying to check the cert against a (nonexistent) ASA-based CA. How do I get it to check against an external CA cert?Under "Remote Access VPN -> Network (client) Access -> AnyConnect Connection Profiles", I have ticked "Allow Access" and "Enable DTLS". There is also an option "Require client certificate" which doesn't seem to do anything - whether or not I check it, I can connect and authenticate to the VPN with or without signed certs as long as the previous setting is "AAA".
Some highlights from the config:
crypto ca trustpoint ASDM_pfirewall01.company.tld enrollment terminal fqdn pfirewall01.company.tld subject-name CN=pfirewall01.company.is,O=Company,C=IS,L=Reykjavik keypair company crl configurecrypto ca trustpoint ASDM_TrustPoint0 revocation-check crl none enrollment terminal crl configure no enforcenextupdate no protocol ldap no protocol scepcrypto ca trustpoint ASDM_pfirwall01.company.tld revocation-check crl enrollment terminal no client-types crl configurecrypto ca certificate chain ASDM_pfirewall01.company.tld certificate 02 30820598 30820480 a0030201 02020102 300d0609 2a864886 f70d0101 05050030 <snipped rest of cert> quitcrypto ca certificate chain ASDM_TrustPoint0 certificate ca 00e2a6f08003ded6c9 3082054e 30820436 a0030201 02020900 e2a6f080 03ded6c9 300d0609 2a864886 <snipped rest of cert> quitcrypto ca certificate chain
[code]....
View 9 Replies
View Related
Apr 19, 2011
Instead using RDP, is it possible to login to a window box remotely?
View 2 Replies
View Related
Nov 27, 2012
i can connect to the internet through wi-fi before. but recently unable to connect to the wifi (probably after a cousin of mine insert a pen drive usb to my laptop. is it something to do with the setting in my laptop? what can i do about that?
View 1 Replies
View Related
Mar 26, 2012
How can i connect my window xp with window 7? "I have already done all settings like workgroup setting, ip location but my window 7 lappi is again showing yellow point."
View 2 Replies
View Related
May 13, 2011
I had a problem with client computer unable to connect to internet. the system is connected wirelessly and the signal strength ok. i tried it with another broswer, the same thing too. But when i used static ip addressing it was ok. this is our dns and dhcp address: 192.168.3.11 and the default gateway. but when i pinged the default gateway it way replying. using ipconfig /all:192.168.3.6 which is the peplink router switch it did show default gateway. and we are using dhcp in our organisation. Below are the command i carried out.
View 7 Replies
View Related
May 18, 2011
Today I got the Win 7 virus on my laptop and did a system restore under safe mode and downloaded malwarebytes via pen drive from another computer and did the full scan and nothing came up. Computer is now showing nonsigns of the virus but Internet is unable to connect to the wireless. My regular virus protection isn't working well either, it won't let me scan my computer and real-time scanning keeps turning off after I set it on.
View 1 Replies
View Related
Apr 9, 2012
Im using window 7 64x with Netgear WND R3300 router to connect to internet. I bought 1 PCIe wireless adapter card [URL]and 1 USB wireless adapter ( Mini wireless N speed USB adapter) [URL]
They both said to be compatible with window 7 64x. They do, however, i CAN NOT see any of the N-wireless. The NETGEAR WND R3300 create 2 wireless connection ( one is G and the other is N). My computer is always able to detect the G-wireless but it can never detect the N wireless ( THERE IS NO N-wireless connection in the Available network board). I tried to update driver and everything but it seems hopeless. This is a new built desktop by the way.
I was able to detect the N wireless with my macbookpro; however, when i switched to window 7 on that macbook, i couldnt see the N wireless as well. So, i thought it has something to do with window 7 since all drivers are up to date. My G-wireless is really really slow ( about 2 mbps) while the N is around 16 mbps. My work requires high speed internet.
View 12 Replies
View Related
Nov 19, 2011
Every time I try to log in to a new window, the screen goes white and a message appears saying that the internet connection has been lost, so I have to re log in again. It is happening frequently as I like to go onto other sites such as Facebook. We do have McAfee security on our computer.
View 1 Replies
View Related
Nov 29, 2012
why is my window 8 cannot connect to a local area network or wireless Internet network?
View 2 Replies
View Related
Jul 11, 2012
Tech Support Guy System Info Utility version 1.0.0.2OS Version: Microsoft Windows XP Professional, Service Pack 3, 32 bitProcessor: AMD Turion(tm) 64 Mobile Technology ML-28, x86 Family 15 Model 36 Stepping 2Processor Count: 1RAM: 1150 MbGraphics Card: ATI RADEON XPRESS 200M, 128 MbHard Drives: C: Total - 238464 MB, Free - 182597 MB;Motherboard: Quanta, 3093Antivirus: McAfee Anti-Virus and Anti-Spyware, Updated: Yes, On-Demand Scanner: EnabledOkay, that's one Notebook. The other is a Gateway w34OUI running XP Media Center. Both are in great condition for their ages. Good for them. I really want to network the two with an RJ45 crossover cable, and all the instructions I've found on our illustrious internet tell me it's easy. HOWEVER, when I've only begun to follow those instructions (one list is from the God Microsoft itself), NONE OF ANY of the sets of instructions matches the steps offered on either one of these notebooks. The options do not correspond. The results do not correspond. The closest I get is a window that says I do not have access to such file sharing. These are MY computers, and have always been, and I am attempting to network using administrator ID logins on BOTH. What's the REAL way to network only two notebooks with an RJ45 crossover cable?
View 1 Replies
View Related
Dec 13, 2011
Any replacement bracket or some other way to easily mount the 942l in a window? i have a long window next to my front door i want to just stick this someone about shoulder high in that window looking right to the door so will see anyone who comes.
View 5 Replies
View Related
Sep 22, 2012
I am using dell 5010 with window 7. For last some day i facing problem with internet so i download window again.Now i wont be abt to find wifi network or you can say wifi not showing.i have to add network wire for internet connection.
View 2 Replies
View Related
Dec 11, 2011
We have a site where uses are unable to login to an application. After running a packet trace on the traffic coming from the site to the server they are trying to access, the trace indentifies that the client pc is sending a window size of zero to the server, and it does this twice. So in essence the client is saying it is too busy. This is strange as all the other applications work for the users and it is only this one application that is experiencing issues. The only other issue is that there is some retransmitted traffic before the client sends window size.
View 2 Replies
View Related
Apr 23, 2011
Wireless Network Connection window will not show any of avail local networks
View 8 Replies
View Related
Feb 4, 2011
Wireless connection doesnt show up on Windows Xp, I now if it connected to the internet I could just install updates and it would automatically fix it, but I cant until i get it to connect?
View 1 Replies
View Related
Aug 3, 2011
I am using wire less internet in a public space with my personnel lap top, my question is how to stop unauthorized access to my lap top desk top, drives and other files.
View 1 Replies
View Related
Dec 17, 2012
Windows is unable to connect to the selected network. The network may no longer in range. Please refresh the list of available networks, and try to connect again.This message poped up during connecting to a wireless network
[code]...
View 11 Replies
View Related
Apr 28, 2011
I what to download driver for Compaq desktop window xp
View 1 Replies
View Related
Jul 10, 2012
Lenovo Ethernet controller driver for window xp
View 1 Replies
View Related
Nov 5, 2011
How can I configure my hp window vista laptop to router?
View 4 Replies
View Related
Jan 14, 2013
we just got a computer with windows 8 and can't get it to hook up wirelessly. it recognizes the network but will not connect to the internet wirelessly.
View 1 Replies
View Related
Mar 14, 2013
Id like to keep private the fact that im using a Dlink router, for exemple, if someone tries to connect to my network they will be directed to a page with something like,d-link error page Oops! The page you requested is not available
Where can I delete this function, so that there is no page at all shown ?
View 7 Replies
View Related
Jun 23, 2011
We have bought lms 3.2 and window server 2008 r2 standard. Now we know, it cant be used together Could we upgrade to lms 4.0.1 ? If so, how can we do ?
View 2 Replies
View Related