Giúp em mở port fake sock5 trên google cloud vps win 2012

kimdanlevy

New member
** Cách mở cổng ổ cắm giả trên Google Cloud VPS Windows 2012 **

**Giới thiệu**

Cổng ổ cắm giả là một cổng không thực sự được sử dụng bởi bất kỳ ứng dụng nào, nhưng thay vào đó được sử dụng để chuyển tiếp lưu lượng truy cập đến một cổng khác.Điều này có thể hữu ích cho một loạt các mục đích, chẳng hạn như các ứng dụng thử nghiệm hoặc các vấn đề về mạng gỡ lỗi.

Trong hướng dẫn này, chúng tôi sẽ chỉ cho bạn cách mở cổng ổ cắm giả trên Google Cloud VPS chạy Windows 2012.

** Điều kiện tiên quyết **

Để làm theo hướng dẫn này, bạn sẽ cần những điều sau đây:

* Tài khoản nền tảng đám mây của Google
* Google Cloud VPS chạy Windows 2012
* PowerShell Ise

** Bước 1: Mở PowerShell ISE **

Để mở PowerShell ISE, nhấp vào nút Bắt đầu và nhập "PowerShell ISE".Sau đó, nhấp vào biểu tượng "PowerShell ISE" để mở bảng điều khiển.

** Bước 2: Tạo công tắc mạng ảo mới **

Chúng ta cần tạo một công tắc mạng ảo mới để chuyển tiếp lưu lượng truy cập đến cổng ổ cắm giả.Để thực hiện việc này, hãy chạy lệnh sau:

`` `
New -vmswitch -name "FakesocketPortSwitch" -SwitchType bên ngoài
`` `

Điều này sẽ tạo ra một công tắc mạng ảo mới có tên là "Fakesocketportswitch".

** Bước 3: Tạo bộ điều hợp mạng mới **

Chúng ta cần tạo một bộ điều hợp mạng mới để kết nối với cổng ổ cắm giả.Để thực hiện việc này, hãy chạy lệnh sau:

`` `
Mới mạng mới -Name "Fakesocketportadapter" -SwitchName "Fakesocketportswitch"
`` `

Điều này sẽ tạo ra một bộ điều hợp mạng mới có tên là "Fakesocketportadapter".

** Bước 4: Bật chuyển tiếp IP **

Chúng ta cần kích hoạt chuyển tiếp IP để chuyển tiếp lưu lượng truy cập đến cổng ổ cắm giả.Để thực hiện việc này, hãy chạy lệnh sau:

`` `
Netsh int ipv4 set int "fakesocketportad CHƯƠNG" Chuyển tiếp = Đã bật
`` `

** Bước 5: Tạo quy tắc cổng mới **

Chúng ta cần tạo một quy tắc cổng mới để chuyển tiếp lưu lượng truy cập đến cổng ổ cắm giả.Để thực hiện việc này, hãy chạy lệnh sau:

`` `
Netsh int ipv4 Thêm portfilter name = "Fakesocketport" Giao thức = TCP LocalPort = 12345 RemotePort = 12345
`` `

Điều này sẽ tạo ra một quy tắc cổng mới có tên là "Fakesocketport" chuyển tiếp lưu lượng truy cập trên cổng 12345 đến cổng 12345.

** Bước 6: Kiểm tra cổng ổ cắm giả **

Chúng ta có thể kiểm tra cổng ổ cắm giả bằng cách sử dụng lệnh sau:

`` `
Telnet Localhost 12345
`` `

Điều này sẽ kết nối với cổng ổ cắm giả và bạn sẽ thấy thông báo sau:

`` `
Kết nối với localhost.
`` `

**Phần kết luận**

Trong hướng dẫn này, chúng tôi đã chỉ cho bạn cách mở cổng ổ cắm giả trên Google Cloud VPS chạy Windows 2012. Điều này có thể hữu ích cho nhiều mục đích khác nhau, chẳng hạn như thử nghiệm các ứng dụng hoặc gỡ lỗi các vấn đề về mạng.

** hashtags **

* #GoogleCloud
* #Vps
* #Windows2012
* #fakesocketport
* #NetWorking
=======================================
**How to Open a Fake Socket Port on Google Cloud VPS Windows 2012**

**Introduction**

A fake socket port is a port that is not actually used by any application, but is instead used to forward traffic to another port. This can be useful for a variety of purposes, such as testing applications or debugging network problems.

In this tutorial, we will show you how to open a fake socket port on a Google Cloud VPS running Windows 2012.

**Prerequisites**

To follow this tutorial, you will need the following:

* A Google Cloud Platform account
* A Google Cloud VPS running Windows 2012
* The PowerShell ISE

**Step 1: Open the PowerShell ISE**

To open the PowerShell ISE, click the Start button and type "PowerShell ISE". Then, click the "PowerShell ISE" icon to open the console.

**Step 2: Create a new virtual network switch**

We need to create a new virtual network switch in order to forward traffic to the fake socket port. To do this, run the following command:

```
New-VMSwitch -Name "FakeSocketPortSwitch" -SwitchType External
```

This will create a new virtual network switch named "FakeSocketPortSwitch".

**Step 3: Create a new network adapter**

We need to create a new network adapter in order to connect to the fake socket port. To do this, run the following command:

```
New-NetAdapter -Name "FakeSocketPortAdapter" -SwitchName "FakeSocketPortSwitch"
```

This will create a new network adapter named "FakeSocketPortAdapter".

**Step 4: Enable IP forwarding**

We need to enable IP forwarding in order to forward traffic to the fake socket port. To do this, run the following command:

```
netsh int ipv4 set int "FakeSocketPortAdapter" forwarding=enabled
```

**Step 5: Create a new port rule**

We need to create a new port rule in order to forward traffic to the fake socket port. To do this, run the following command:

```
netsh int ipv4 add portfilter name="FakeSocketPort" protocol=tcp localport=12345 remoteport=12345
```

This will create a new port rule named "FakeSocketPort" that forwards traffic on port 12345 to port 12345.

**Step 6: Test the fake socket port**

We can test the fake socket port by using the following command:

```
telnet localhost 12345
```

This should connect to the fake socket port and you should see the following message:

```
Connected to localhost.
```

**Conclusion**

In this tutorial, we showed you how to open a fake socket port on a Google Cloud VPS running Windows 2012. This can be useful for a variety of purposes, such as testing applications or debugging network problems.

**Hashtags**

* #GoogleCloud
* #Vps
* #Windows2012
* #fakesocketport
* #NetWorking
 
Join ToolsKiemTrieuDoGroup
Back
Top
AdBlock Detected

We get it, advertisements are annoying!

Sure, ad-blocking software does a great job at blocking ads, but it also blocks useful features of our website. For the best site experience please disable your AdBlocker.

I've Disabled AdBlock