Lỗi "an unexpected error occurred while configuring the network bridge "?

Khi thực hiện kết nối bridge thì bản thông báo hiện ra dòng "an unexpected error occurred while configuring the network bridge ". Có khắc phục dc lỗi này ko ?
thuy linh
thuy linh
Trả lời 15 năm trước
Như bạn đã biết, Windows cung cấp một tính năng cầu, nơi bạn có thể chọn hai kết nối mạng, nhấp chuột phải và tạo một Bridge mạng. Bạn có nghĩa vụ phải có khả năng loại bỏ hoặc xóa các cầu mạng bằng cách nhấn phải biểu tượng của nó và chọn Delete. Đôi khi bạn có thể nhận được một lỗi khi làm như vậy, như "Một lỗi không mong muốn xảy ra trong khi cấu hình mạng Bridge" ( an unexpected error occurred while configuring the network bridge ) Tuy nhiên, bạn có thể tự xóa nó từ Device Manager. Đơn giản chỉ cần chọn mục cầu dưới phần Adapters mạng và click Uninstall.
djshg
djshg
Trả lời 15 năm trước
Bạn xem lại cả hai card mạng theo minh đã đảm bảo thông chưa theo mình nghĩ là do card mạng không hỗ trợ và đay là tham khảo thêm Open the registry on your Windows XP host. Choose Start > Run > regedit. Go to HKEY_LOCAL_MACHINE\SYSTEM\CurrentControl… and look for the key {4D36E972-E325-11CE-BFC1-08002bE10318}. Make sure it is the right key by selecting it and verifying that (Default) has the value Network adapters. # Under {4D36E972-E325-11CE-BFC1-08002bE10318}, there are subkeys 0000, 0001, 0002 and so forth. Select each subkey until you find the one that corresponds to the adapter in question. The correct key has the DriverDesc with value (card mạng của bạn)?. Add a DWORD value called AllowBindingToMACBridge, and set it to 1. 1. Right-click the subkey, then choose New > DWORD Value. 2. Type AllowBindingToMACBridge and press Enter. 3. Right-click the new option and select Modify. 4. In the Value date entry field, type 1. 5. Close the registry.