Current location - Loan Platform Complete Network - Big data management - LAN secondary page won't open
LAN secondary page won't open
I have had the same problem, after a lot of information collection, finally solved. You can try one by one.

MTU--1492

kj0910b 5+3

1, many cases are due to the installation of the ACDSEE32 5.0 mini-Chinese version of the production of the wide range of Jieju due to the fact that some people have installed an IE download enhancement tool uninstalled after the problem caused. General can try to use the following commands to solve the problem (by me in XP under the verification of effective).

Regsvr32 URLMON.DLL

Regsvr32 actxprxy.dll

Regsvr32 shdocvw.dll

regsvr32 oleaut32.dll

If there is still a problem, try the following.

Make the following command line into a batch file (IE.bat) and run it.

rem ===== batch start ========

rundll32.exe advpack.dll /DelNodeRunDLL32 C:\WINNT\System32\dacui.dll

rundll32.exe advpack. dll /DelNodeRunDLL32 C:\WINNT\Catroot\icatalog.mdb

regsvr32 setupwbv.dll

regsvr32 wininet.dll

regsvr32 comcat.

regsvr32 shdoc401.dll

regsvr32 shdoc401.dll /i

regsvr32 asctrls.ocx

regsvr32 oleaut32.dll

regsvr32 shdocvw. dll /I

regsvr32 shdocvw.dll

regsvr32 browseui.dll

regsvr32 browseui.dll /I

regsvr32 msrating.dll

regsvr32 mlang. mlang.dll

regsvr32 hlink.dll

regsvr32 mshtml.dll

regsvr32 mshtmled.dll

regsvr32 urlmon.dll

regsvr32 plugin.ocx

regsvr32 sendmail.dll

regsvr32 comctl32.dll /i

regsvr32 inetcpl.cpl /i

regsvr32 mshtml.dll /i

regsvr32 scrobj.dll

regsvr32 mmefxe.ocx

regsvr32 proctexe.ocx mshta.exe /register

regsvr32 corpol.dll

regsvr32 jscript.dll

regsvr32 msxml.dll

regsvr32 imgutil.dll

regsvr32 thumbvw.dll

regsvr32 cryptext.dll

regsvr32 rsabase.dll

regsvr32 triedit.dll

regsvr32 dhtmled.ocx

regsvr32 inseng.dll

regsvr32 iesetup.dll /i

regsvr32 hmmapi.dll

regsvr32 cryptdlg.dll

regsvr32 actxprxy.dll

regsvr32 dispex.dll

regsvr32 occache.dll

regsvr32 occache.dll /i

regsvr32 iepeers.dll

regsvr32 wininet.dll /i

regsvr32 urlmon.dll /i

regsvr32 digest.dll /i <

regsvr32 cdfview.dll

regsvr32 webcheck.dll

regsvr32 mobsync.dll

regsvr32 pngfilt.dll

regsvr32 licmgr10. dll

regsvr32 icmfilter.dll

regsvr32 hhctrl.ocx

regsvr32 inetcfg.dll

regsvr32 trialoc.dll

regsvr32 tdc.ocx

regsvr32 MSR2C.DLL

regsvr32 msident.dll

regsvr32 msieftp.dll

regsvr32 xmsconf.ocx

regsvr32 ils.dll

regsvr32 msoeacct.dll

regsvr32 wab32.dll

regsvr32 wabimp.dll

regsvr32 wabfind.dll

regsvr32 oemiglib.dll

regsvr32 directdb.dll

regsvr32 inetcomm.dll

regsvr32 msoe.dll

regsvr32 oeimport.dll

regsvr32 msdxm.ocx

regsvr32 dxmasf.dll

regsvr32 laprxy.dll

regsvr32 l3codecx.ax

regsvr32 acelpdec.ax

regsvr32 mpg4ds32.ax

regsvr32 voxmsdec.ax

regsvr32 danim.dll

regsvr32 Daxctle.ocx

regsvr32 lmrt.dll

regsvr32 datime.dll

regsvr32 dxtrans.dll

regsvr32 dxtmsft.dll

regsvr32 vgx.dll

regsvr32 WEBPOST.DLL

regsvr32 WPWIZDLL. regsvr32 POSTWPP.DLL

regsvr32 CRSWPP.DLL

regsvr32 FTPWPP.DLL

regsvr32 FPWPP.DLL

regsvr32 FLUPL.OCX

regsvr32 wshom.ocx

regsvr32 wshext.dll

regsvr32 vbscript.dll

regsvr32 scrrun.dll mstinit.exe /setup

regsvr32 msnsspc.dll /SspcCreateSspiReg

regsvr32 msapsspc.dll /SspcCreateSspiReg

rem ===== end of batch ========

2. COMCTL32.DLL file generates problems .

This file may have been replaced when upgrading IE or windows, maybe the new version of COMCTL32.DLL file has a bug. find a windows installation CD, search for it, find a file named COMCTL32.DL_, copy it out, use winrar to extract this file as COMCTL32. DLL file and overwrite the existing file. (I don't know if there is this file in 98 CD-ROM, I am using 2000 CD-ROM)

3. Error when re-registering regsvr32 Oleaut32.dll with method 1 or invalid even after re-registering.

In the windows CD-ROM to extract Oleaut32.dll file in the MDAC_IE5.CAB file package, also with winrar to extract and overwrite the existing.

4. DCOM properties are set incorrectly.

For details, see: ;Q274696

(1). Click Start.

(2). Type "Dcomcnfg".

(3). Select "Yes" in the pop-up box.

(4). Tap the Default Security tab.

(5). Tap Edit Defaults in the Default Access Rights field.

(6). Look for "SYSTEM" and "Interactive" in the columns under "Name" and add them if they are not there.

(7). Click OK.

5. Downloading this tool may help to fix the problem.

mcrepair.exe

What is MTU?

MTU stands for Maximum Transmission Unit. It means the maximum packet of data that can be transmitted over a network.MTU is measured in bytes.

Most network devices have an MTU of 1500. if the local MTU is larger than the gateway's MTU, large packets will be split up for transmission, which will create a lot of packet fragments, increase the packet loss rate, and reduce the network speed. Setting the local MTU to be smaller than or the same as the gateway's MTU will reduce packet loss.

How to check the MTU of the gateway?

Open a dos window on the local machine and execute: ping -f -l 1472 192.168.0.1 where 192.168.0.1 is the IP address of the gateway and 1472 is the length of the packet. Note that the parameter above is "-l" (lowercase L), not "-1". If you can ping through, it means the packet does not need to be unpacked and can be sent out through the gateway. If it appears: Packet needs to be fragmented but DF set. indicates that the packet needs to be split to send. In this case, reduce the packet length and execute the above ping command again. Try several times from 1400 to 1472 to find the right packet length. Add the packet length to the 28 bytes of the packet header to get the MTU value. If the MTU value of the gateway is detected to be 1500, there is no need to change it. If the gateway has a firewall ping can not be, you can try to directly set the MTU to 1400. 4, how to modify the machine's MTU? Modification method is as follows: (1), run regedit (2), browse to: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\ Tcpip\Parameters\Interfaces As shown in Figure 2 (3), under Interfaces, there are several sub-items, each of which corresponds to a network card. Please select the network card as follows: (a) Determine the IP of the network card or dial-up connection used to connect to the Internet, such as 192.168.0.19; (b) Click on the sub-item of Interfaces with the mouse to check the IPAddress item in the list of keywords; (c) If the keyword of the IPAddress is the same as the IP of the (a), that is, 192.168.0.19; (d) If the keyword of IPAddress is the same as the IP of the (a), that is 192.168.0.19, then this subitem is the NIC you are looking for. (4), into the sub-item, in the right window, press the right mouse button, select "New" - & gt; "double byte value", enter the name "MTU", press Enter. Then double-click "MTU", the pop-up window will appear: Figure 3: Fill in the value of MTU. Fill in the MTU value. Before filling in the MTU value, please set the base number to decimal first. After setting, you need to reboot the machine to take effect.

MTU Usual setting method

EtherNet (common network, LAN, fiber, etc.) 1500

PPPoE (for ADSL) 1492

The MTU value is the same as the MTU value in the "MTU" window.