Update Installtion RDP 2.lua
Browse files- Installtion RDP 2.lua +14 -0
Installtion RDP 2.lua
CHANGED
|
@@ -16,5 +16,19 @@ I Connect via RDP to {IP ADDRESS}:19529
|
|
| 16 |
|
| 17 |
==========================================================
|
| 18 |
|
|
|
|
|
|
|
| 19 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 20 |
|
|
|
|
| 16 |
|
| 17 |
==========================================================
|
| 18 |
|
| 19 |
+
1) IP set:
|
| 20 |
+
netsh interface ip set address name=Ethernet static 75.119.159.13 255.255.224.0 75.119.128.1
|
| 21 |
|
| 22 |
+
2) DNS set
|
| 23 |
+
netsh interface ip set dns name=Ethernet static 8.8.8.8
|
| 24 |
+
netsh interface ip add dns name=Ethernet 1.1.1.1 index=2
|
| 25 |
+
ipconfig /flushdns
|
| 26 |
+
|
| 27 |
+
3) Test:
|
| 28 |
+
ping 8.8.8.8 (Reply = network chalu)
|
| 29 |
+
nslookup google.com (Address aaye = DNS chalu)
|
| 30 |
+
|
| 31 |
+
NOTE: ping chale par browser me
|
| 32 |
+
"ERR_NAME_NOT_RESOLVED" aaye = DNS set nahi hua,
|
| 33 |
+
upar wali step 2 chalao.
|
| 34 |
|