The network configuration of the problems using my IP as URL - VMWare?

Hello

I had a few problems with trying to use my IP (via VMWare Player - Enterprise windows serv. 2008) but I keep getting as the page is not responding or these error messages. What I try to do is host a Web site on the server PC with IIS, but I do not know why it does not have to run it during the INVESTIGATION period (of course it works on localhost) but is not relevant in this case I guess... However, I was wondering if it MIGHT be some network setting within parameters of VMWare Player? For the moment under "Network connections" in the control panel I "Bridged: directly connected to the physical network.

PS The IPv4 address on windows server 2008 ends par.200, while my pc (host) ends (3). Yesterday, I managed to make the WinServ avoir.19 on the end, I don't know if it matters in this case however.

P.S.S. The right ports are open as well, so I don't really understand why it does not work...

I hope that someone of you guys can help me solve my problem-i would be very grateful!

Best regards

Anton

Lets start with some basics, the guest has base of Internet/network connectivity?  In other words you can access Internet from the guest operating system?  Also, the host can successfully ping the IP address of the host and the guest can successfully ping the IP address of the host?

Tags: VMware

Similar Questions

  • What is the problem using Throwable in production code

    Hello

    I read everywhere that you use Throwable to print the call stack when debugging. Now, my question is what is the problem if I use throwable in my production code as well? What is a drawback with Throwable?

    I like it! It gives me an error message and the name of class. It will be a nightmare for me to catch possible exceptions in my method.

    Another question, if Throwable is not good for production code, how do I change my code of Throwable individual exceptions when passing code debugging in production?

    Any advice will be highly appreciated.

    Thank you very much

    Nitin

    no problem in usage, but the expected exceptions should be taken by the defined catches.

  • Writing of the problems using Firmware Optiarc DVD RW AD - 7540 has 1.422006100200 and XP Home Edition SP3

    When you write on a DVD r using Nero software, the process is allowed up to 10%, and nothing is written afterthat. It seems that travel by car at top speed when reached this point and then writes the data on the DVD is corrupt all writing process.

    Thanks for the help.

    Swap for work known to test the disk. If all goes well, throw the original drive. They do not last forever. MS - MVP - Elephant Boy computers - don't panic!

  • Log on to the problem - used temporary profile

    I can't open a session as administrator or my usual profile in windows 7 Home Edition. I get the newspaper on the screen, then when he selected takes me for a temporary profile without my documents, Favorites, etc. Most of the programs seems to be there. I tred restoration systems, but it does not allow me to do saying error. Turning off not good either. Any ideas?

    Hello

    This is probably due to a corrupt user profile. Corruption could be simple damaged files or due to the partial failure of hard drive.

    The first thing you can do is backup all data of the suspect profile to another device as memory stick, USB hard disk or enternal. It is where the hard drive is faulty and you need to protect your data against the possibility that it will fail completely.

    Your data will be most likely contained in records under C:\Users\, for example, if your login name is Sean, the issues will be

    C:\Users\Sean\Documents

    C:\Users\Sean\Desktop

    C:\Users\Sean\Favorites

    etc.

    Of course, there is nothing store you your data in non-standard places, with whom I can't help except to advise to search for him if you don't remember where are these places.

    Once your data is safe, you should check the status of your hard drive, see...

    • Click Start
    • Click here to open the computer
    • Right click on your C drive, and then click Properties
    • Click on the Tools tab
    • Click check now...
    • Check both boxes, and then click Start
    • When you receive a message "Windows cannot check the drive while it is in use", click schedule disk check
    • Click OK
    • Restart your PC

    .. .the hard drive manufacturer will likely utilities perform drive diagnostics too.

    Finally, if the disk hard drive remove OK, creates a new user and copies the data from your backup in the new profile, see...

    http://Windows.Microsoft.com/en-GB/Windows7/fix-a-corrupted-user-profile

    .. who can help.

    Tricky

  • Insert the problem using a SELECT table with an index by TRUNC function

    I came across this problem when you try to insert a select query, select returns the correct results, but when you try to insert the results into a table, the results are different. I found a work around by forcing a selection order, but surely this is a bug in Oracle as how the value of select statements may differ from the insert?

    Platform: Windows Server 2008 R2
    11.2.3 Oracle Enterprise Edition
    (I've not tried to reproduce this on other versions)

    Here are the scripts to create the two tables and the data source:
    CREATE TABLE source_data
    (
      ID                 NUMBER(2),
      COUNT_DATE       DATE
    );
    
    CREATE INDEX IN_SOURCE_DATA ON SOURCE_DATA (TRUNC(count_date, 'MM'));
    
    INSERT INTO source_data VALUES (1, TO_DATE('20120101', 'YYYYMMDD'));
    INSERT INTO source_data VALUES (1, TO_DATE('20120102', 'YYYYMMDD'));
    INSERT INTO source_data VALUES (1, TO_DATE('20120103', 'YYYYMMDD'));
    INSERT INTO source_data VALUES (1, TO_DATE('20120201', 'YYYYMMDD'));
    INSERT INTO source_data VALUES (1, TO_DATE('20120202', 'YYYYMMDD'));
    INSERT INTO source_data VALUES (1, TO_DATE('20120203', 'YYYYMMDD'));
    INSERT INTO source_data VALUES (1, TO_DATE('20120301', 'YYYYMMDD'));
    INSERT INTO source_data VALUES (1, TO_DATE('20120302', 'YYYYMMDD'));
    INSERT INTO source_data VALUES (1, TO_DATE('20120303', 'YYYYMMDD'));
    
    CREATE TABLE result_data
    (
      ID                 NUMBER(2),
      COUNT_DATE       DATE
    );
    Now, execute the select statement:
    SELECT id, TRUNC(count_date, 'MM')
    FROM source_data
    GROUP BY id, TRUNC(count_date, 'MM')
    You should get the following:
    1     2012/02/01
    1     2012/03/01
    1     2012/01/01
    Now insert in the table of results:
    INSERT INTO result_data
    SELECT id, TRUNC(count_date, 'MM')
    FROM source_data
    GROUP BY id, TRUNC(count_date, 'MM');
    Select the table, and you get:
    1     2012/03/01
    1     2012/03/01
    1     2012/03/01
    The most recent month is repeated for each line.

    Truncate your table and insert the following statement and results should now be correct:
    INSERT INTO result_data
    SELECT id, TRUNC(count_date, 'MM')
    FROM source_data
    GROUP BY id, TRUNC(count_date, 'MM')
    ORDER BY 1, 2;
    If someone has encountered this problem before, could you please let me know, I don't see what I make a mistake because the selection results are correct, they should not be different from what is being inserted.

    Published by: user11285442 on May 13, 2013 05:16

    Published by: user11285442 on May 13, 2013 06:15

    Most likely a bug in 11.2.0.3. I can reproduce on Red Hat Linux and AIX.

    You can perform a search on MOS to see if this is a known bug (very likely), if not then you have a pretty simple test box to open a SR with.

    John

  • JavaFX Webengine not to validate the form using javascripts loaded from URL

    Hello

    I'm working on Javafx Webiew in application of the swing.

    I created a Web view and a URL to load, but when we submit the form, JavaScript validation should be done, but they are not in the background.

    Usually if I load this URL into the browser chrome and click on submit, it displays error required fields. But this is not not in Web view.

    I tried activating the firebug, loaded scripts, but the validation don't is not made.

    Can you let me know do I need to run the scripts loaded from the URL in the webengine

    Thank you

    Aerts

    > The HTML5 attribute for the input "required" tag does not work in the webview JavaFX webengine.

    You're right, it does not work.

    Register a tweak request against the WebView.

    https://JavaFX-JIRA.Kenai.com/secure/dashboard.jspa

    import javafx.application.Application;
    import javafx.scene.Scene;
    import javafx.scene.web.WebView;
    import javafx.stage.Stage;
    
    public class WebViewFunctionTest extends Application {
        public static void main(String[] args) { launch(args); }
    
        @Override
        public void start(Stage stage) {
            final WebView webView = new WebView();
            webView.getEngine().load(
                    "http://www.w3schools.com/html/tryit.asp?filename=tryhtml5_input_required"
            );
            stage.setScene(new Scene(webView));
            stage.show();
        }
    }
    

    > I was reading online JavaFX 2.2 supports HTML 5

    WebView supports most of the HTML 5 features, but not the required attribute.

    In any case, HTML 5 is one of these specs that nobody implements completely, so nobody can't really.

    The test HTML5 - how well your browser supports HTML5?

    HTML 5 is also a "standard of living", while the standard changes over time in front of the implementations.

    FAQ - Wiki WHATWG - standard of living

    In particular, the required attribute is just a feature in a draft specification poorly supported in browsers:

    http://caniuse.com/#search=required

    ----

    So basically, you have to:

    (a) apply for a tweak on the JavaFX project.

    (b) to implement the javascript code for relief for your web page for validation on the client side.

    You can get assistance with (b) by posting questions on a forum of JavaScript.

  • Problem with the removal of previous versions of the player using the Customization Wizard

    Hello

    I manage the updates to Adobe Reader and use the Customization Wizard.

    I came across a question update to 11.0.07 in I get an error indicating that the installation program is unable to complete due to the installation of earlier versions.

    I checked the option "Remove earlier versions" in the Customization Wizard.

    I use an agreement of principle to create and patch deployment MSI bae.

    My guess is that I need to add the product code somewhere in the MSI tables, but need help doing.

    Thank you!

    I figured this out and has been able to solve the problem using AdminStudio.

    1. when I created the AIP for 11.0.06, a new UpgradeCode was created.  This need to be added to the MSI under the heading "General information".

    2. the upgrade code disappeared from the UpgradeTable.  Added the code and tested it on.

    During the test, the previous version has been removed and the new version successfully installed.

  • can not get the wifi on computer laptop/disorder also contact to the hotspot of my cell, what can I do to solve the problem?

    If seems to run on a web server, but not both simultaneously, or is it one or the other?

    Internet Explorer
    Google chrome
    He who works with the best pf results get a connection
    or can you recommend another browser, that I can use?

    Should not be a problem of the browser but the availability of the WI - FI connection and the ability of your radio (built-in to your computer) you connect to the wireless connection.

    First, try the deactivation and activation then your network card.

    1. remove the LAN cable

    2. restart and let the WiFi to work or can't find anything... See more

    3. connect the LAN cable. From this moment (until the next time you reboot), no "Unidentified Networt" (two competing networks) and Internet access.

    To fix your problem, try the following methods one by one.

    Method 1: update the network driver.

    Steps to update of network driver:

    1. click on the Start button.
    2. in the search box type devmgmt.msc, and then press ENTER.
    3. Select the network card device and right click on it
    4. now, select Properties.
    5. in the Properties window, on the driver tab, click Update driver.
    6. After installing the updates, restart the computer.

    For more information visit: http://windows.microsoft.com/en-us/windows7/Update-a-driver-for-hardware-that-isn ' t-work properly

    Method 2: Try resetting the TCP/IP stack.

    To reset the stack TCP/IP go to this article and either click on "Fix it for me" or follow the instructions to fix it yourself: http://support.microsoft.com/kb/299357 .

    If the same problem still persists, then try the next method.

    Method 3: Here, you need the problems using the network troubleshooter in Windows 7 and check for the issue to this follow the link provided below.

    http://Windows.Microsoft.com/en-us/Windows7/using-the-network-troubleshooter-in-Windows-7

  • Numbers in the textfield using the Boolean and structure of the case?

    Hello!

    I am very new to these forums and LabVIEW in general. I am currently trying to implement a calculator-ish, but without the operations (+ - * /).

    I have 10 Boolean buttons named 0-9, and with them I want to basically write a sequence of numbers in a textfield. I managed to solve the problem using a structure of the event, but now I would get the same result using a case instead of this structure. The problem is that I can't identify which button was pressed, so I can't make the program go to the proper case (0 to 9). Is there a simple solution to what you guys could help me with? Perhaps a property node that is generic for each button? I do not know

    in any case, I enclose you a simplified version of what I am seeking to achieve, withouh code I do not know how to write of course.

    Thanks for your help in advance!

    / Sebastian

    Here's a way to do it: combine Boolean values in a table, which become an 8-bit number and which thread to a structure to deal with a Boolean radix

  • the Windows vista firewall authorization driver is missing, the cause of the problem that the firewall cannot be activated? How to fix?

    Recently my fireall cannot be activated? I tried manually put on throughout the service, no luck. Then, I checked the firewall authorization driver is absent, it is the cause of the problem that the firewall cannot be activated? How to fix?

    Hi James,

    Thank you for your e-mail. I solved the problem using System Restore.

  • What is the problem with 'AttributeMap' in a name of trigger?

    I think I found a bug in SQL Developer, but being new to this I thought I would ask here everything first see if anyone else knows why the error occurs.

    I use SQL Developer to write and test my table, the sequence and trigger scripts to create an application that creates the company I work for, but I ran into a problem where one of our names to trigger system, "TRG_ATTRIBUTEMAP_ID_INSERT" is originally a series of terrible mistakes that forces me to restart SQL Developer whenever I run the script. the table and the order are created very well however. If I change the 'P' to a 't.' in the name like "TRG_ATTRIBUTEMAT_ID_INSERT" Yes, the script works fine.

    Also, if I take the unaltered Create statements outside the lines Execute Immediate and run through SQL Plus, the trigger is created very well.

    Here is the error report I get:

    Error report:
    ORA-00603: ORACLE Server Session concluded with fatal error
    [ORA-00600: internal error code, arguments: [kqlidchg0], [], [], [], [], [], [], [], [], [], []]
    ORA-00604: an error has occurred at the SQL level recursive 2
    ORA-00001: unique constraint (SYS. Violated I_PLSCOPE_SIG_IDENTIFIER$)
    ORA-00942: table or view does not exist
    00603 00000 - "ORACLE Server session ended with a fatal error.
    * Cause: An ORACLE Server session is in an unrecoverable state.
    * Action: Connect to ORACLE again if a new server session will be created


    Here is the script I'm writing:

    DECLARE TABLE_MISSING EXCEPTION;
    PRAGMA EXCEPTION_INIT (TABLE_MISSING,-942);
    BEGIN
    BEGIN
    RUN IMMEDIATELY 'TRUNCATE TABLE AttributeMap;
    EXCEPTION
    WHEN TABLE_MISSING THEN
    BEGIN
    IMMEDIATE EXECUTION
    'CREATE THE AttributeMap TABLE '.
    (
    ID NUMERIC (38) NOT NULL
    -column removed to identify the error.
    CONSTRAINT PK_AttributeMap PRIMARY KEY (Id)
    )';
    BEGIN
    FOR (IN) cc
    SELECT sequence_name got sequence_exists
    Of all_sequences
    WHERE sequence_owner = USER
    AND sequence_name = "SEQ_ATTRIBUTEMAP_ID")
    LOOP
    -sequence exists, drop it (at least there will be one sequence)
    RUN IMMEDIATELY 'DROP SEQUENCE SEQ_ATTRIBUTEMAP_ID;
    END LOOP;
    -create sequence
    IMMEDIATE EXECUTION
    'CREATE THE SEQUENCE SEQ_ATTRIBUTEMAP_ID.
    MINVALUE 1
    MAXVALUE 999999999999999999
    START WITH 1
    INCREMENT BY 1
    NOCACHE';
    END;
    IMMEDIATE EXECUTION
    ' CREATE OR REPLACE TRIGGER TRG_ATTRIBUTEMAP_ID_INSERT
    INSERT BEFORE on AttributeMap
    FOR EACH LINE
    BEGIN
    IF: new. ID IS NULL THEN
    SELECT SEQ_ATTRIBUTEMAP_ID.nextval IN: new. DOUBLE ID;
    END IF;
    END;';
    END;
    END;
    END;


    I'm relatively new to Oracle, so I expect many of you wonder, ' why are you doing it like that? If you know a better way, I'm all ears, but I still want to know why a name of trigger with AttributeMap in it causes such problems.

    UPDATE: I tried to change the other letters in the name of the trigger and found if I change one of them it seems to work correctly. So is reserved TRG_ATTRIBUTEMAP_ID_INSERT or something?

    Published by: Paul Laska on August 1, 2012 14:10

    Hi Paul,.

    Here is some information about the PL/scope function which became available in Oracle DB 11.1:

    Oracle® Database Advanced Application Developer's Guide
    11g Release 1 (11.1)
    
    PL/Scope is a compiler-driven tool that collects data about identifiers in PL/SQL source code at program-unit compilation time and makes it available in static data dictionary views. The collected data includes information about identifier types, usages (declaration, definition, reference, call, assignment) and the location of each usage in the source code.
    
    PL/Scope enables the development of powerful and effective PL/Scope source code browsers that increase PL/SQL developer productivity by minimizing time spent browsing and understanding source code.
    
    PL/Scope is intended for application developers, and will usually be used in the environment of a development database.
    

    Of course the desired SQL Developer Team enjoy it in our Editor Code PL/SQL and DB Search, even in the version 1.1.x releases, by default the SQL Developer both the PLSCOPE_SETTINGS of IDENTIFIERS: ALL.

    Unfortunately, PL/scope had a bug which, long story short, effect triggers. This question, followed in bug 10094416, has been backported fixed and even to patch the many versions of database 11.2.0.x on various hardware platforms. If your solutions are:
    1 solve the problem by applying a patch for your version of the database.
    2. the solution of the problem using IDENTIFIERS: NONE for the sacrifice of some code editor in Chief/Research (not exactly how).

    -Gary

  • Combine the table with the problem of the different priorities

    Hi all


    The Date of the trial as below
    CREATE TABLE XX_TABLE_A
    (XITEM VARCHAR2(10),
     FROM_DATE DATE,
     END_DATE DATE,
     MODE_VALUE VARCHAR2(10)
    );
    
    CREATE TABLE XX_TABLE_B
    (XITEM VARCHAR2(10),
     FROM_DATE DATE,
     END_DATE DATE,
     MODE_VALUE VARCHAR2(10)
    );
    
    CREATE TABLE XX_TABLE_C
    (XITEM VARCHAR2(10),
     FROM_DATE DATE,
     END_DATE DATE,
     MODE_VALUE VARCHAR2(10)
    );
    
    CREATE TABLE XX_TABLE_D
    (XITEM VARCHAR2(10),
     FROM_DATE DATE,
     END_DATE DATE,
     MODE_VALUE VARCHAR2(10)
    );
    
    insert into XX_TABLE_A
    (XITEM,FROM_DATE,END_DATE,MODE_VALUE)
    VALUES
    ('ITEMX',to_date('20110901','YYYYMMDD'),to_date('20111231','YYYYMMDD'),'MODE_A');
    
    insert into XX_TABLE_B
    (XITEM,FROM_DATE,END_DATE,MODE_VALUE)
    VALUES
    ('ITEMX',to_date('20110801','YYYYMMDD'),to_date('20111031','YYYYMMDD'),'MODE_B');
    
    insert into XX_TABLE_C
    (XITEM,FROM_DATE,END_DATE,MODE_VALUE)
    VALUES
    ('ITEMX',to_date('20120201','YYYYMMDD'),to_date('20120531','YYYYMMDD'),'MODE_C');
    
    insert into XX_TABLE_D
    (XITEM,FROM_DATE,END_DATE,MODE_VALUE)
    VALUES
    ('ITEMX',to_date('20110701','YYYYMMDD'),NULL,'MODE_D');
    We need to combine the information in these tables operation,
    priority XX_TABLE_A > XX_TABLE_B > XX_TABLE_C > XX_TABLE_D

    for example,.
    XX_TABLE_A (priority 1)
    ARTICLEX, 01/09/2011 ~ 31/12/2011, MODE_A

    XX_TABLE_B (priority 2)
    ARTICLEX, 01/08/2011 ~ 31/10/2011, MODE_B

    XX_TABLE_C (priority 3)
    ARTICLEX, 01/02/2012 ~ 31/05/2012, MODE_C

    XX_TABLE_D (priority 4)
    ARTICLEX, 01/07/2011 ~, MODE_D


    We combine the information of mode as below:

    ARTICLEX, 01/07/2011 ~ 31/07/2011, MODE_D
    ARTICLEX, 01/08/2011 ~ 31/08/2011, MODE_B
    ARTICLEX, 01/09/2011 ~ 31/12/2011, MODE_A
    ARTICLEX, 01/01/2012 ~ MODE_D 31/01/2012.
    ARTICLEX, 01/02/2012 ~ 31/05/2012, MODE_C
    ARTICLEX, 01/06/2012 ~, MODE_D
    Mode Setting:
    
                  |----------------------------|                                      A
           |---------------------|                                                    B
                                                       |-------------------------|    C                                                    
     |------------------------------------------------------------------------------- D
    7/1   8/1   9/1    10/1    11/1    12/1   1/1    2/1     3/1   4/1    5/1   6/1
    
    Result:
        D      B                A                  D                C              D
     |-----|------|----------------------------|-------|-------------------------|---
    We are trying to solve the problem using pl/sql(cursor, function,...etc), but there are performance problem with large data.

    It will be resolved by parsed SQL?

    Any suggestion will be appreciated.

    Thanks in advance,
    Zhxiang

    Something like...

    SQL> ed
    Wrote file afiedt.buf
    
      1  with all_data as (
      2    select * from xx_table_a union all
      3    select * from xx_table_b union all
      4    select * from xx_table_c union all
      5    select * from xx_table_d
      6    )
      7  --
      8      ,mnths as (select add_months(from_date,rn) as dt
      9                 from   (select min(from_date) as from_date from all_data)
     10                        cross join
     11                        (select rownum-1 rn from dual
     12                         connect by rownum <= (select months_between(max(end_date),min(from_date))+2 from all_data)
     13                        )
     14                )
     15  select row_number() over (order by dt) as rn
     16        ,to_char(dt,'fmmm/dd') as dt
     17        ,replace(coalesce(a.mode_value, b.mode_value, c.mode_value, d.mode_value),'MODE_') as mode_value
     18  from mnths
     19       left outer join xx_table_a a on (mnths.dt between a.from_date and nvl(a.end_date,mnths.dt))
     20       left outer join xx_table_b b on (mnths.dt between b.from_date and nvl(b.end_date,mnths.dt))
     21       left outer join xx_table_c c on (mnths.dt between c.from_date and nvl(c.end_date,mnths.dt))
     22*      left outer join xx_table_d d on (mnths.dt between d.from_date and nvl(d.end_date,mnths.dt))
    SQL> /
    
            RN DT    MODE_VALUE
    ---------- ----- ----------
             1 7/1   D
             2 8/1   B
             3 9/1   A
             4 10/1  A
             5 11/1  A
             6 12/1  A
             7 1/1   D
             8 2/1   C
             9 3/1   C
            10 4/1   C
            11 5/1   C
            12 6/1   D
    
    12 rows selected.
    
  • I have five Airport extreme with their network of people names different location home.  I have a brighthouse router that I use to connect to all the extremes of the airport.  I experienced the problem of connection to the internet.

    I have five airport extreme, with their network of people of names in a different location in the House.  I have a brighthouse router that I use to connect to all the extremes of the airport.  I experienced the problem of connection to the internet.

    Are all connected to the Brighthouse router by Ethernet extremes? Are all of the extremes configured as bridges?

  • VLAN again added, problems detected on guests during the detection of new network configuration

    Hi all

    I started facing a strange problem trying to use a new VLAN configured in my vCenter environment...

    Basically, my system 'fight' to identify the new network label (VLAN) configured, leaving systems disconnected from the local network.

    This condition disappears only when I change the VM touched, assign a label of different network (VLAN), apply the changes and restart the process by configuring the new VLAN return.

    We will use an example to explain better:

    • I have a named Windows Server/Workstation VM: VM1
    • I have 2 VLANS configured in vCenter: VLAN50 and VLAN70

    VM1 is sitting on the VLAN50 and has the static IP address configured.

    I start the migration of the machine to a VLAN different, by editing the network settings of the operating system (IP, MASK, GW, DNS entries...) and replace the label of VM1 VLAN70 network.

    At this point, the machine NIC shows as if it could not connect to what in the network, although it is configured accordingly in order to communicate in the new subnet.

    I have change the VM again and change the label of a network VLAN different from VLAN70, click OK. Immediately, I change VM settings to assign in return the VLAN70.

    After that, the operating system recognizes the network successfully and starts working as expected...

    All of my virtual machines use VMXNET3 adapter and my version of vCenter is v5.5 build #2646482

    No idea what might happen?

    Concerning

    We found the problem...

    It was not associated with VMware, but a network configuration problem: (ESXi connected to two switches, one of them with the VLAN configured correctly and the other does not...).

    Thanks for the help

  • Problems when trying to access the Internet using the connection to the network wiressless

    Original title: via a wireless router problem.

    I have a problem of signing on the internet through a Linksys WRT54G2V1 wireless router model. I use Windows Vista Service Pack 2. When I start my computer, it is not the sign on the internet, even if it is connected to the wireless router. After I unplug the router for 20 seconds and then plug it in again, my computer will sign it on the internet. In the meantime, my wife's computer has no problem signing on the internet via the wireless router. What should I do to fix my sign on the problem?

    Hello


    Did you make any changes before the show?
    Method 1:

    You can see the following link.

    Windows wireless and wired network connection problems

    http://Windows.Microsoft.com/en-us/Windows/help/wired-and-wireless-network-connection-problems-in-Windows


    Method 2:
    You can try to disable temporary Windows Firewall and check. Check out the following link.
    Enable or disable Windows Firewall
    http://Windows.Microsoft.com/en-us/Windows-Vista/turn-Windows-Firewall-on-or-off
    NOTE: turning off Windows Firewall may make your computer (and your network, if you have one) more vulnerable to damage caused by worms or hackers.
    Method 3:
    You can try resetting the TCP/IP stack.
    To reset the stack TCP/IP go to this article and either click on "Fix it for me" or follow the instructions yourself.
    How to reset the Protocol Internet (TCP/IP)
    http://support.Microsoft.com/kb/299357
     
    See also:
    It will be useful.

Maybe you are looking for