InterviewSolution
This section includes InterviewSolutions, each offering curated multiple-choice questions to sharpen your knowledge and support exam preparation. Choose a topic below to get started.
| 501. |
Solve : Locking-in DNS Servers in systemd? |
|
Answer» Hi there! My question is: How can I "lock down" the IP addy for the DNS service I'd like to use on a Mint19 system? It uses the new systemd. I haven't "learned" this new-fangled systemd stuff. This course is over 6 hours in length and will cover all aspects of IPv4Get even more and mare stuff by searching for: Everything you ever wanted to know about IP addresses Are you restarting the appropriate services after editing resolv.conf? $ sudo systemctl daemon-reload $ sudo systemctl RESTART systemd-networkd $ sudo systemctl restart systemd-resolved What may be occurring is that dig uses the configuration file directly, but the configuration is being REWRITTEN by some other part of the system because the service was not restarted. Another thought: there is a per-network adapter configuration found in /etc/systemd/network/ for each adapter, which may include DNS information- reconnecting might be overriding the standard DNS resolver setting with the one set in the network adapter config.BC_Programmer, Thank you for your respectful and earnest response! When you said,What may be occurring is that dig uses the configuration file directly, but the configuration is being rewritten by some other part of the system because the service was not restarted." I believe is truly spot-on. I looked in the /etc/systemd/network/ directory... has nothing in it. Empty. So... I had spent 5 or 6 hours trying to find the answer BEFORE I came to my friends at CH. And after I made the above post, I went back to searching the Web for another 2-3 hours. And lo-and-behold, I did manage to find this code that does "lock" Debian DNS configurations, which I will post in order to help others that may need this info in the future: create /etc/dhcp/dhclient-enter-hooks.d/nodnsupdate file, and add this script to it: #!/bin/sh make_resolv_conf(){ : } The final steps are to save and CLOSE the file, then set permissions: chmod +x /etc/dhcp/dhclient-enter-hooks.d/nodnsupdate Again, BC, I appreciate your help. At least you take the time to try and understand the questions put to you, as your response illustrates. CHEERS, mate! |
|
| 502. |
Solve : computers issue? |
|
Answer» hi i m having issue with my computer the earphone are not work for me when i plug them in the laptop im sure the issue can not be with the earphones since have try it multiple time in the i-pod and it seem to worked fine is there anything i cud do to resolved the problem thank u for the helpthe earphones is white colored and im plugging it in round port is this the right oneBuy earphones made for the PC. |
|
| 503. |
Solve : Can’t connect my laptop to my wifi? |
|
Answer» My wifi box is on and WORKING as I have it conncected to my phone, but it won’t show the OPTION to connect it to my laptop. It was working a few days ago but now will not connect. Also the options that are available on my laptop are there on my phone. Tried a few things but nothing will work. It's difficult to tell from your post exactly what your laptop sees. Let's start with the basics - what OPERATING system are you running and what is the make & MODEL of your laptop? |
|
| 504. |
Solve : vLAN questions? |
|
Answer» Hello , |
|
| 505. |
Solve : 2 pc with same ip? |
|
Answer» hello this then what is the alternative solutionI think the alternative is to use programs made for this kind of work. Each PC must have some kind of unique identity over the internet. This allows remote control of each PC. Such programs require support from a server and are seldom free. This web page might help you find a SERVICE: https://alternativepedia.com/pcanywhere/ I use to access multiple other systems from a single system RDP connection. So for example if I needed access remotely to another computer within the network that couldnt be connected to directly, I would connect via RDP to the single system that was accessible from anywhere and then once connected to that system I then used RealVNC to connect to any other computer on the network. There is a SMALL amount of lag but whatever you need to do remotely can be done as long as it doesnt require video play back due to the frame rate of like 10 frames per second. This way a single IP static is used and no special tricks. thanks for answer \ but in fact 3rd program such as vnc , logmein ....etc. is not acceptable and about access to PC via rdp and from it access the other one local also not acceptable as both PC have SQL and end users shouldn't know the Ip's all what i have is 2 router +2 isp 1 load balance (ER5120) 1 HUB 2 PC EACH HAVE SQL 1 FIREWALL (SOPHOS XG125) AND ALL WHAT I NEED IS pc1 , pc2 have ability to access them online via rdp (sure not in same time can access both only one can be ) and i will have the ability to disable or enable between them I presume you have a single public IP address and are then doing NAT/port forwarding to your machines on your local network. In that case you would configure your port forward have a pair of diffferent ports for RDP, one of these ports should be forwarded to one machine, the other port should be forwarded to the other machine. You would then connect to the appropriate port depending on what machine you want to connect to. However, exposing RDP to the internet is a pretty bad idea, I wouldn't regard it as secure enough to be completely exposed. At the very least you should configure you firewall to only allow a whitelist of IPs to connect to it however the better option would be to configure some sort of VPN server on your local network and then connect in to that if you need to access devices behind your firewall, this also eliminates the issue with having a single public IP address as you'd connect to the VPN and then access the RDP systems using their local IPs.at first thanks for ur support and u r fully true but i think what i want to do is not clear enough ur idea if i want to access by 1 ip to 2 pc and i know that but what if i have 3 pc such as pc 1 (192.168.1.10) pc 2 ( 192.168.1.11) pc 3 (192.168.1.12) and have hub + load balance + firewall i need a way to be able to disable the cable port of pc 3 or 1 to can swap between them as the end user don't do anything to access and i can swap only one of them (3-1) can be online while i'm a way Quote from: camerongray on December 26, 2018, 07:45:56 AM I presume you have a single public IP address and are then doing NAT/port forwarding to your machines on your local network. In that case you would configure your port forward have a pair of diffferent ports for RDP, one of these ports should be forwarded to one machine, the other port should be forwarded to the other machine. You would then connect to the appropriate port depending on what machine you want to connect to.It would probably help if you could explain the end GOAL of the project and the reasons for this configuration in more detail. What are these machines being used for, are you just wanting RDP for administration or are they being used as remote desktop server for end users? Are you trying to set up some sort of failover system in case one of the machines go down?yes in fact my goal is PC 1 end user can access it (remote desktop) PC 2 will be backup for one and also end user can access on it (WITH ANOTHER PORT OR ANOTHER IP ) PC 3 this one some time need all work on it for 1 or 2 h at max and then all back again to PC 1 (without make end user do any changes ) all have SQL, and all should be connected all time except PC 1,3 one of them only must be online as i need both with same name and same local .I'm struggling to work out why you need to share some sort of IP between them, what's the reason that users can't just connect to the correct machine at a given time, who are these end users? We're going to need more information around the background to this setup. Windows server (I presume you're running Windows server and not a desktop variant) has options for remote desktop high availability but you run the risk of overcomplicating the setup it if it's not something that's actually required. You're also talking about SQL, where does that come into this? Are these replicated database servers that you want failover between?camerongray LETS say it with the easy way so simply ( how i can disable physical port in firewall xg125 ) without LOSING the configuration or what is the option to do that . Quote from: camerongray on December 27, 2018, 09:29:11 AM I'm struggling to work out why you need to share some sort of IP between them, what's the reason that users can't just connect to the correct machine at a given time, who are these end users? We're going to need more information around the background to this setup. Windows server (I presume you're running Windows server and not a desktop variant) has options for remote desktop high availability but you run the risk of overcomplicating the setup it if it's not something that's actually required. You're also talking about SQL, where does that come into this? Are these replicated database servers that you want failover between?any idea to do it ?m.elkhateib, What you ask sound too much like an attempt to break network security or get a service without paying for it. Either thing is prohibited on this forum. Do you really have a legal reason to put two PC son one IP? If so, Why don't people do it? I don't see anything that indicates malicious intentions however the question is still somewhat unclear so I doubt I'll be able to assist further without full information about the project and environment.Maybe the OP will respond and explain his need. For what it is worth... Some time ago the Internet went from the use of a four byte IP address to the use of a six byte format. I am still not sure why this was done. Many web servers already had in place a way to separate different computers and customers in a complex wide area network. And I never understood how that worked. It was possible, somehow, to identify everything on the whole wide world. It blows my mind.There must more than a trillion things on the world wide network. Quote from: Geek-9pm on January 02, 2019, 10:04:05 AM Maybe the OP will respond and explain his need.That's what I need, in order to help I'd really need a full explanation of the problem you're trying to solve and the full setup, not just the small part of it around "sharing an IP address" - I need to understand the full picture to give advice. Quote from: Geek-9pm on January 02, 2019, 10:04:05 AM For what it is worth...It's not particularly related to the original thread but I presume you mean the move from IPv4 (32bit addresses) to IPv6 (128bit addresses). This is because we have literally already run out of new IPv4 addresses - there are less than 4.3 bullion total possible IPv4 addresses, sounds like a lot but when you factor in the number of people and internet connected devices, it's not that much! This is why your home connection will likely have a single public IP address and then use NAT to translate traffic to/from devices on your local network which all have private IP addresses (192.168.x.x, 10.x.x.x.etc). Then with the current address exhaustion issues, ISPs are finding themselves not even having enough addresses to give one per customer and instead are using CG-NAT to share a single public IP address across multiple customers. With IPv6 there are 2^128 addresses (over 340 undecillion whatever that is). The idea being that each customer should get at least a /64 subnet which gives 2^64 addresses (over 18 quintillion) with larger sites easily being able to get a /48 subnet giving 65,536 /64 subnets. This insane number of addresses completely removes the need for NAT and things such as private IP addresses, every device will have its own globally unique address. Before I broke the config (really need to get around to sorting it one day) my own home network had a full /48 subnet of IP addresses (2^80 or over 1 septillion addresses) so let's just say there was more than enough to give every device I own a public IP! |
|
| 506. |
Solve : 2 networks one internet connection? |
|
Answer» I currently have 1 network at home and I want to create a second network so I can teach myself some networking. |
|
| 507. |
Solve : 2 users - 1 wireless connection? |
|
Answer» Hello Normally only input and output for a named used only goes to that user.The key word here is "normally" - if someone malicious wants to intercept traffic, it's STILL possible for them to do so.AGREE WITH camerongray as you can know by traffic and also u can stand between the other and the wireless connection then all REQ. will came to u and u are free to forward the result or change it This link might be relevant: https://medium.com/matter/heres-why-public-wifi-is-a-public-health-hazard-dd5b8dcb55e6 Quote Maybe Better If You Don’t Read This Story on Public WiFi |
|
| 508. |
Solve : My computer isn't connecting to any network? |
|
Answer» Hello! So, these days I restarted my laptop and since it turned back on, the options of network don't appear anymore. I've tried troubleshooting, as WELL as connecting through cable on an internet modem, but none of it worked. Could anyone help? I don't know what's happening. And also, I can't enable the windows firewall defender for some reason, it all happened at the same time. Could it be virus or something...? Some things I connect on usb are not working as well, like my iphone charger... My phone doesn't appear on ITUNES or on pc when I connect it in. But this isn't the biggest problem, I'm just mentioning it in case it helps diagnosing it. :/ I'm sorry if this isn't the right topic to post my question on, but since the first problem is the network not connecting... I'm doing it in here. THANK you.Avoid IP Address Conflicts |
|
| 509. |
Solve : Router connection problem? |
|
Answer» Every hour or so web pages stop opening and i'm being told to 'check my connection' |
|
| 510. |
Solve : Computer connected with multiple networks same time : which priority ?? |
|
Answer» Hi, I have my COMPUTER connected with 3 networks : smart wifi, LAN from mob (data SIM tethering), and voyager wifi. Your Public IPv6 is: 2601:18c:ffff:b8d7:ffff:94e3:780f:ffff If you want only 1 of the 3 to be used for internet connection then go into network properties and set only one of the connections to have a gateway IP. Then the outbound to internet connection will follow the connection with a gateway IP.To do this, open the Network and Sharing Center and click on CHANGE adapter settings in the left pane. you should see a list of network adapters. Press the Alt button (if the menu bar is not already visible) and click on the ADVANCED menu, and then choose Advanced settings. A new control panel will pop up, and you should see it open to the Adapters and Bindings tab. In the top list should be a list of your network adapters, with an up and down arrow button to the right. This is the priority order of what adapter it will use when connecting to the Internet. Choose your Ethernet adapter and click the up arrow button until it shows at the top. Then click OK. |
|
| 511. |
Solve : Transferring from Old to New PC? |
|
Answer» TRYING to understand BEST way to transfer my files, settings and apps from old to new PC. I WANT my new PC to look identical to old. Old PC is Win 10 Home. New PC will be Win 10 Home or Pro. I have a Verizon FIOS Quantum router. If I CONNECT both PC’s to the Verizon router with Ethernet cables, can I use a transfer utility to move files, settings and apps from old to new PC through the router? Thanks.The ethernet way might be a little more complicated, but you could try and use this article: https://support.microsoft.com/en-us/help/17127/windows-back-up-restore Hope it works out for you!You will have to reinstall the software / programs on the new system. Accordingly, I've always found it best to just start from scratch:
Pick all the software on their list you need, install all of them in one go with their ninte installer, all the extras and toolbars automatically bypassed automatically by ninite and you can always rerun the ninte installer to do updates for all those same software all on one shot Quote from: Allan on November 13, 2018, 08:38:59 AM You will have to reinstall the software / programs on the new system. Accordingly, I've always found it best to just start from scratch: Allan, do you know anything about this app? Not sure it is WORTH the price. https://zinstall.com/Sorry, I don't Quote from: Allan on November 13, 2018, 08:38:59 AM You will have to reinstall the software / programs on the new system. Accordingly, I've always found it best to just start from scratch: Agree with Allan. It will be the right thing. In any case, the system programs will not be able to transfer to a new PC. They will have to reinstall anyway. But it is not easier to transfer system files from an external hard drive, just sorting out what you no longer need. |
|
| 512. |
Solve : NESS D8XD alarm system deault ip address confusion? |
|
Answer» Dear folks Often the list of devices shown in your router is a list devices that the router has automatically given an IP address to over DHCP, if your alarm has had its IP address set statically then it may not show in this list. If you can ping the device, it'll still be connected to the network and should work normally.Thanks for that The ip address 192.168.0.200 is for an office printer that was installed by supplier and I am PRETTY sure it is a static ip address I can see ip address 192.168.0.251 now after I restarted the router (second entry from the top) https://imgur.com/a/lonmnzb |
|
| 513. |
Solve : 2 of 3 devices connected wirelessly, problem with desktop computer, help!? |
|
Answer» Hi ladies and gentlemen. |
|
| 514. |
Solve : Hardwired PC connection problem? |
|
Answer» My PC was working fine last night, went to use it this morning and there was no internet. I have it connected to a network switch, which is connected directly to my router (router is on the opposite side of the house). I've tried resetting the router, POWERING off and restarting the network switch, and restarting my PC but I'm still having the issue. After a restart it will have internet connectivity for a few minutes, then it drops. I contacted my ISP and they CONFIRMED there is nothing wrong on their end and ran a few tests. Wifi works fine on wireless devices, and my TV, which is connected to the same network switch has no PROBLEM running Netflix, Hulu, etc. |
|
| 515. |
Solve : Major websites load, the rest don't? |
|
Answer» I just got a PCI-E Wifi Card (Gigabyte GC-WB867D-I) and after fighting with an "Error 10" on the device I finally got it to work. Now I'm stuck with the issue of not being able to access most websites. Only major ones like Google, Amazon, Youtube, Facebook, etc. work. When using Chrome I get an ERR_EMPTY_RESPONSE error and when I use anything else the site just doesn't LOAD and I get no error. I'm using Windows 10 Pro 64bit. |
|
| 516. |
Solve : Incidents in the internet? |
|
Answer» Incidents in the internet |
|
| 517. |
Solve : What Is 192.168.2.1 AND How to Use and Configure this IP address?? |
|
Answer» HELLO, FRIENDS, I hope somebody can help me with my problem, |
|
| 518. |
Solve : How can I monitor traffic on my ip camera?? |
|
Answer» I believe my ip camera has been hacked, can I USE wireshark or another MEANS to monitor traffic on the camera? If your IP Camera was hacked then I'd be working in a fix within the ROUTER to block them out or Camera security changes to block them out. If there is an EXPLOIT that targets your camera then the manufacturer may have a flash AVAILABLE to fix for it. |
|
| 519. |
Solve : Wifi network cant be turned on or showing the available networks? |
|
Answer» My Wifi Doesnt RUN well. SOMETIMES it gets stuck showing no networks and sometimes works. I've tried uninstalling drivers and tried updating and checked all the services RELATED to it but seems everything from windows working fine. I have to restart the Laptop in order for the problem is fixed but it's just once every few times.. any helps please ? |
|
| 520. |
Solve : My computer cannot receive data from the game server? |
|
Answer» My COMPUTER can go online, but computer GAMES can't go online. My computer cannot receive DATA from the game server |
|
| 521. |
Solve : DNS server isn't responding? |
|
Answer» I use chrome and recently ive been having to clear my browsing data to fix the issue (see attached images). When the problem happens my internet just turns off and for some reason clearing my browsing history just fixes that? How does that work? and why do I gatta do it every week. So this only happens every 7 days? So this only happens every 7 days? na this is my home internet and its not 7 days exactly is roughly 7 days with normal usage. The issue has only been happening for the past month. Any other computers experiencing this or just this ONE? Quote from: DaveLembke on October 03, 2018, 06:14:59 PM Any other computers experiencing this or just this one? The last time I used my laptop was early last month for about a week while I was repairing my DESKTOP. Did not have any issues. Also used chrome. EDIT: Im using uBlock Origin extension, maybe that is causing the issue? Been using it for a while tho with no problems until recently. |
|
| 522. |
Solve : Sites Delay Loading With 2 Computers On Wifi - Goes Away When One Is Off? |
|
Answer» Hi All. |
|
| 523. |
Solve : 5Ghz a/n Randomly Drops Windows 10 PC? |
|
Answer» I don't know if this is the right forum or if you can help me.
In Device Manager=>Network Card=>Advanced Properties:
I am on a Surface running Windows 10 Pro. Is there just something unstable about 5N and whatever is in my PC? I have seen some posts on MSFT Community about negative "dbm" values (is that signal strength?) but don't understand the information, and don't know what to do with it. Thank you for your advice. Wow! That is very unusual. One detail needs verification. Quote This happens only to my laptop (not other devices) only at my mother-in-law's, not at home. This is a studio, clear line of sight to the router, and it doesn't seem to matter how close or how far the PC is from the router.Are you sure? It is very hard to nail down a random thug that seems to happen in only one place. Have you done this many times? Did you say it does no matter how close you are to the router? How close? Within two meters? Inside of two meters, with no obstacles, interference should be almost impossible. Unless something in the environment is very, very bad. What other kind of electronic or electrical devices are in the location? A microwave over? An X-Ray machine? A 3-D printer? Florescent light fixtures? Radio controlled model cars? An fish tank? ** Anything that uses electrical power. Yes, anything that uses electrical power can create severe interference to microwave devices. Some have thought that devices in the 5G band are not subject to radio interference. It has been documented. ** Not a joke. In one three very rare case a aquarium heater cause very high levels of radio interference at random. This was documented some time ago. Am I sure about which part? You can never be sure. I have never observed this behavior on any network other than my MIL's. When my PC - the only Windows device around - drops connectivity, all other available devices (Androids, iPads, Blu-Rays) maintain their connection. And, yes, see several paragraphs later about the "many times". Of course it's hard when it only appears in one place. If it was easy I wouldn't have to ask for help. I did indeed say it does not seem to matter how close I am to the router. I don't do meters, but like I siad it is a studio apartment with no clear obsrtuctions. And while my mother-in-law would no doubt love to X-Ray her 3D-printed radio-controlled cars, she has none of those toys. A Blu-Ray hooked up to a flatscreen. An iPod recharging station. A small briefcase of C4, but we both pretend it's not there (there are no batteries in the timer). A microwave (which, to my knowledge, has never been actively operating during or prior to an outage). No fish tank. JimmyEarl, OK, maybe this might beef some help. Somebody with Surface Pro hands-on experience might come in. What is needed dis more information about any kind of trouble people have had with Surface Pro wireless interface. Most likely you have already did a lot of Google search and did not get a solution. You already saw these... - Right? https://social.technet.microsoft.com/Forums/en-US/30d6e7a4-837d-4b76-90d7-3260b0559ca9/marvel-adapter-driver-in-surface-pro-4-problems?forum=win10itprohardware https://answers.microsoft.com/en-us/insider/forum/insider_wintp-insider_web-insiderplat_pc/wifi-problems-on-surface-pro-4-and-build-14376/8acf0aef-3566-4413-a8a9-7ec1239ed380 This is about using an EXTERNAL monitor. https://dgit.com/microsoft-surface-pro-4-problems-fixes-35284/ Do you have an external monitor? It just might mess with the wireless. There was an issue with the Surface Pro 3 https://tomssl.com/2015/01/15/fix-the-wifi-on-your-surface-pro-3/ Quote If you have a Surface Pro 3 or any other Windows 8.1 or Windows 10 device and are having WiFi issues when resuming from sleep/hibernate and often have to reset your wireless network adapter or reboot to reconnect to WiFi then this might help. Just download the fix from https://github.com/TomChantler/Restart-WiFi-Adapter and import it into your Task Scheduler by running install.bat and it should automatically reset your WiFi adapter each time you resume from sleep/hibernate. It's a one-click procedure which doesn't install any files.Come to think about it, the sleep and hibernate stuff can be a problem with any PC So you might consider TURNING off all stand-by and hibernate features altogether. I thought by it showing that it had bars, you should still be able to get into the router through your browser, or still be able to print, regardless of the yellow triangle. After all, just because there's no internet connection, you're still connected to and still bouncing around inside my internal network, yes?.Does this have any relation to distance from the router, e.g. do you still get drops when you are right next to it? The 5GHz frequency is more easily blocked by obstacles so even though there is less interference in that band, the signals will often not travel as far as 2.4GHz ones. Quote from: camerongray on February 23, 2018, 08:04:06 AM Does this have any relation to distance from the router, e.g. do you still get drops when you are right next to it? The 5GHz frequency is more easily blocked by obstacles so even though there is less interference in that band, the signals will often not travel as far as 2.4GHz ones. Quote from: JimmyEarl on February 22, 2018, 01:55:36 PM This happens only to my laptop (not other devices) only at my mother-in-law's, not at home. This is a studio, clear line of sight to the router, and it doesn't seem to matter how close or how far the PC is from the router.The remarks I gave were not about signal strength or lack of same. Rather, there just might be a unknown device causing random interference with the Wireless. Another question. The first post might seem to suggest that the problem does not appear on the lower band, 2.4 GHz. Is that true? If so, why try to solve the 5GHz issue? Is more bandwidth needed? The bandwidth on 2.4 GHz is enough for HD video streaming. Does the and the 5 GHz otherwise work better? Devices that have nothing to do with computers and networks can, in a rare case, generate bad interference with wireless. I'd say I'm pretty clear I only notice this behavior on the 5 A/N not the 2.4 B/G. And why do I care? Because it doesn't work, I BELIEVE it should, and I would like to resolve it. Clearly I have adaptive actions I can take; I would like the corrective. OK. You say 2.4 is good and 5 fails and you need to know why I had an answer and my browser ruined my work. The browser ate my work. Anyway, here is a list of free software to help anyone study a Wi-Fi network https://www.networkworld.com/article/2925081/wi-fi/8-free-wi-fi-stumbling-and-surveying-tools.html https://www.netspotapp.com/best-wifi-analyzer-windows-apps.html These are free tools. You might think about getting an external Wi-Fi adapter just to see if it would make a difference. https://www.lifewire.com/top-wi-fi-usb-adapters-2377825 But check to see which are dual band. BTW, in some some areas can use another band for Wi-Fi. This blurb from Cisco / Linksys has some information about tri-band devices. https://www.linksys.com/us/r/resource-center/basics/multiple-wifi-bands-difference/ Quote Tri-Band ProsHope this might help. EDIT: Note that in the USA many bans are available . https://en.wikipedia.org/wiki/List_of_WLAN_channels Wireless local area network channels using IEEE 802.11 protocols are sold mostly under the trademark WiFi. The 802.11 workgroup has documented use in five distinct frequency ranges: 2.4 GHz, 3.6 GHz, 4.9 GHz, 5 GHz, and 5.9 GHz bands I'm back. This is a dual-band router, not tri-band. It still routinely kicks me when I'm logged on to the 5GHz a/n network. Most of the time, it will come back around in a minute or so. But *censored* it's annoying. I have changed the channel to 161 (options: 36, 40, 44, 48, 149, 153, 157, and 161.) one of the articles Geek-9pm sent said to go to one extreme or the other. (The 2.4 b/g/n has options for 1-11 and "auto"). I can't tell my PC to only use one channel. I tried using WiFiInfo (again, I think I read about it in one of those articles). The "Main" 5GHz a/n network shows up as 802.11n, with an RSSI of -51 and a "Signal Quality" of 84. The "Guest" 2.4 b/g/n shows as 802.11 g/n, an RSSI of -43 and a "Signal Quality" of 94. From what I've read, both of those are pretty strong. I can't figure out why I drop. I deleted my netcard from Device Management and rebooted... Same problems. Here is a large photo of a small thing. That is a small dongle sold at Walmart. You should be able to stick it into a USB port and Windows 10 will let you use it instead of the on-board wireless thing. For $10 it is a cheap fix. It that works, it means the on-board thing is flaky. If it does not help, you might be able to return it at Walmart.. From my personal experience, I have never seen any important difference between the high price and low price Wi-Fi USB adapters. Here is a review of it from the Walmart site: Quote I've only had this for a week, but since the WIFI on my laptop won't work anymore, this has basically saved me from having to purchase another laptop for business travel needs. I installed per instructions and it's working great, very fast connectivity and connection speeds. I am totally satisfied with this product!https://www.walmart.com Look for WN725N That is the best I can do for you. EDIT: Most people have no issue with Surface Pro Wireless. A few do. Here is a yout tube video: https://www.youtube.com/watch?v=n1o_Xh52n6U |
|
| 524. |
Solve : Can't open ports? |
|
Answer» Hello, so i have been trying to open my ports for few games, but i will list the xbox APP on windows 10 as an EXAMPLE. I recently purchased a public IP from my isp so i can port forward PROPERLY and not have a strict nat type. after opening all the ports on my router and firewall, i'm still getting strict and check my ports websites just say the ports are still open. Any ideas on what COULD lead to this? |
|
| 525. |
Solve : Can't share / access shared folders on my pc? |
|
Answer» Hi there, so basically I am not sure if I am unable to SHARE the folders CORRECTLY (even though I have DONE this before many times) or maybe there is something preventing me from accessing the shared folders. |
|
| 526. |
Solve : how to grab youtube video url via wireshark? |
|
Answer» how to grab youtube video url via wiresharkWhy use wireshark when the URL should be in URL window of your browser? |
|
| 527. |
Solve : Free Vs Paid VPN?? |
|
Answer» Hi. Can anybody tell me what's the difference between free and paid VPN? and which VPN should I go for if I have a low budget? Quote from: nstuart on December 02, 2016, 08:19:56 AM Hi. Can anybody tell me what's the difference between free and paid VPN? and which VPN should I go for if I have a low budget? Okay before i go into detail, please know that the key selling point behind any freebie, at least to me, is its price. Free VPNs - Pros 1. It’s free Free VPNs - Cons 1. Sometimes you have to WAIT in line to get a connection 2. Most spammers and hackers USE free VPNs 3. This means most of those IPs are already blacklisted/blocked 4. With some of those blocked IPs, you will not be able to access certain websites or services 5. You can also be more vulnerable 6. The encryption isn’t as solid as a paid VPN 7. Very limited number of servers available to choose from 8. There is no kill switch on free VPNs (in case you’re unaware of it, read more about it here) 9. There is usually a cap (limit on data transfer) 10. The DNS usually isn’t secured 11. very limited number of regions to connect from 12. limited regions means more probability of latency 13. This means slower browsing 14. No split tunneling (read here) 15. Log-keeping(free ones keep a log of your activities which are sold to third parties for marketing and in rare cases, spamming) Pros - Paid VPN 1. Hundreds of regions to choose from 2. No logs (only valid for non-US) 3. No limit of data transfer 4. Split tunneling 5. No stress of paid IPs being used for spamming or getting blacklisted 6. Better encryption (xxx bit) and hence more security 7. Kill switch and thus more safety 8. Unlimited server switching 9. Zero logs are maintained 10. Dedicated customer supported that can help you when you’re stuck Cons - Paid VPNs 1. It’s not free Those were my two cents... maybe you can check out this link for a more detailed answer. www.ivacy.com/free-vs-paid-vpn/ But like i said, it's free. That's it's strength, and the dogma of "all good things come at a price" has some truth to it. Setting up your own FREE tunnel is best to avoid monkey in the middle attack. This requires you to set up the tunnel at both ends or a 2nd person at the other end to set up their half of the tunnel connection to join up with yours with encryption etc for highest security. If you dont know how to do this then your stuck going with someone elses provided service, in which i would trust a paid for service over a free service as for NOTHING IS FREE, so what is the catch. How are they making money on you connected through them etc. Additionally check for online reviews to see if the service is a good one or bad reviews. Avoid those that dont have any reviews as for there might be a reason why they refuse to share review info about themselves etc. Google is generally a good search to find out who is good and who is bad for VPN. Those who are upset will generally leave negative feedback vs walking away upset and saying nothing. Going with anyone elses service there is the CHANCE that someone in between at the business offering the VPN could have a rogue employee or could be compromised in which traffic can be intercepted as for their business is acting like a switchboard to supply the tunnel. Anyone with admin access at that business can watch packets and see whats going back and forth etc.Its always better to go for Paid VPN. Free VPN have more chances for your private data's to get hacked as the encryption will not be more strong. Also you can choose servers only from limited sets which will be an other problem. Its always better to go for paid one that suits your budget.Setting up your own FREE tunnel is best to avoid monkey in the middle attack. This requires you to set up the tunnel at both ends or a 2nd person at the other end to set up their half of the tunnel connection to join up with yours with encryption etc for highest security. If you dont know how to do this then your stuck going with someone elses provided service, in which i would trust a paid for service over a free service as for NOTHING IS FREE, so what is the catch. How are they making money on you connected through them etc. Additionally check for online reviews to see if the service is a good one or bad reviews. Avoid those that dont have any reviews as for there might be a reason why they refuse to share review info about themselves etc. Like PIA, it is cheap and far better than any free service. It is indeed finest and features riched service in such price. Going with anyone elses service there is the chance that someone in between at the business offering the VPN could have a rogue employee or could be compromised in which traffic can be intercepted as for their business is acting like a switchboard to supply the tunnel. Anyone with admin access at that business can watch packets and see whats going back and forth etc. Quote from: Mike Finn on August 23, 2018, 08:03:39 AM Setting up your own FREE tunnel is best to avoid monkey in the middle attack. This requires you to set up the tunnel at both ends or a 2nd person at the other end to set up their half of the tunnel connection to join up with yours with encryption etc for highest security.Nordvpn and ivpn are some other cheap vpns better than free vpn service s as they dont keep logs and provide useful features I'll throw in my 2 cents and simply say... let Google be your friend here. before making a final decision, research the VPN mob you are THINKING about, look for reviews and issues from other users and industry CRITICS. |
|
| 528. |
Solve : IPX problem? |
|
Answer» LAST night I was trying to get the old DOS version of Doom to connect for MULTIPLAYER. I was using my laptop to RUN DOSBox and started an IPX server. I was able to get my Windows XP computer to run DOSBox and connect to it and started DM.exe and did what was needed. I then went to my computer with Windows 98 and MS-DOS 7.10, and had an ethernet card with IPX and TCP/IP capability. I installed the IPX drivers in DOS and restarted. Problem is that the computer could not detect an IPX server despite DOSBox running one on another PC and I could not get Doom to connect from the old computer. How do I get this to work? I can do it with newer computers running DOSBox, but the one computer with the real DOS won't connect.DOSBox *emulates* IPX. As far as DOS software running within it is concerned, it is IPX. but externally, it is ACTUALLY TUNNELED through either TCP/IP or UDP/IP. This is why your "real" DOS system doesn't see it, since DOSBox is not actually using IPX externally. DOSBox doesn't support IPX natively. There are supposedly some forked builds that add "real" IPX, but I couldn't find any Active links to them. |
|
| 529. |
Solve : Hub secured, but No Internet.? |
|
Answer» For 2 days I have had the following problem. I can connect my tablet to my BT hub without any problems, but suddenly, I have been unable to connect my PC. To the router. When I open the box showing various routers in my local district mine just shows " BTHub6-****", No Internet, secured. When I run a help prog., I get WiFi: doesn't have a valid IP Configuration. I have tried several 'instant cures' from off the internet without any success. I have tried the WPS WiFi button on the router but nothing. In simple talk, can anyone help? Peter.There are people here that can help. But some detail is needed. |
|
| 530. |
Solve : How to configure a router for intranet Ubtuntu Server?? |
|
Answer» I have Ubuntu Server up and running on my laptop. It is intended as a web server and I have a Static IP for it. All I want to do is attach a portable router to the laptop and when I run the webserver I can have other tablets connect via browser to the server via the static IP and through the portable router. |
|
| 531. |
Solve : How to wire a new house for TV and Internet.? |
|
Answer» How do you to wire a new house for TV and Internet. .... Unlike previous Ethernet standards, 10 Gigabit Ethernet defines only full-duplex point-to-point links which are generally connected by network switches ... |
|
| 532. |
Solve : Port Forwarding Help? |
|
Answer» At one point in my life, I had this dialed down. Now, I'm getting an error and I can't figure out why. (Yes, my IPV4 is 192.168.0.No,it is not.please correct that.They wrote this in their post: Quote (Yes, my IPV4 is 192.168.0.8)The 8) got replaced with the sunglasses emoticon. Quote from: BC_Programmer on August 02, 2018, 08:45:46 PM They wrote this in their post:The got replaced with the sunglasses emoticon.That makes sense. Well I'm about to change my IP to a frowny face if I don't figure this out. (I was going to say something like "SOCKET to me", but you're all too young for that reference.) |
|
| 533. |
Solve : Renaming Mapped Drive? |
|
Answer» I just mapped a corporate SHAREPOINT drive to My Computer. Microsoft Windows [Version 10.0.14393]Code: [Select](Microsoft Windows [Version 10.0.17134.81]) Displays or changes file attributes. ATTRIB [+R | -R] [+A | -A] [+S | -S] [+H | -H] [+O | -O] [+I | -I] [+X | -X] [+P | -P] [+U | -U] [drive:][path][filename] [/S [/D]] [/L] + Sets an attribute. - Clears an attribute. R Read-only file attribute. A Archive file attribute. S System file attribute. H Hidden file attribute. O Offline attribute. I Not content indexed file attribute. X No scrub file attribute. V Integrity attribute. P Pinned attribute. U Unpinned attribute. B SMR Blob attribute. [drive:][path][filename] Specifies a file or files for attrib to process. /S Processes matching files in the current folder and all subfolders. /D Processes folders as well. /L Work on the attributes of the Symbolic Link versus the target of the Symbolic Link They were added in Windows 10 version 10.0.16299.0. For some reason the two attributes are not well DOCUMENTED. (outside the WINNT.H header file, I can't find any MSDN documentation describing the attributes- PERHAPS it is in the onedrive docs or something). As per attrib /?, U is unpinned and P is pinned. I'd guess they are used for local cloud storage and, presumably "Pinned" means that the local file won't be deleted automatically, and "unpinned" means that local copies will not be stored. |
|
| 534. |
Solve : vpn choice? |
|
Answer» I'm thinking of trying a VPN. Up to now, I've never used a VPN service. I have AVAST AntiVirus installed on one system and avast offers their VPN service for only $1.99/mo, billed at $23.88/yr, and they offer slightly lower cost for subscribing for 2 or 3 years. And, it COVERS up to 5 devices (PC, Mac, Adroid, and iOS). So, the cost is low but a review at https://www.pcmag.com/article2/0,2817,2420857,00.asp only gives it a 3-star, or Good, rating. Just wondering whether anyone can COMMENT on their experience with any of the VPN services. |
|
| 535. |
Solve : New Router and SPI has to be disabled to Port Forward for VoIP? |
|
Answer» So my D-Link router died and I replaced it with a newer router. Oddly in order to set port forwarding for my Vonage Phone it told me you cant set up port forwarding with SPI enabled. So I set a reservation for the MAC address of the Vonage Phone to be at a SPECIFIC IP Address. Then rebooted the Vonage Phone so it picked up the IP Address as reserved. I turned off SPI and then was able to set the port forwarding for port range 21 through 10000. Vonage phone then working. |
|
| 536. |
Solve : Servers and hosts question? |
|
Answer» Hi everyone, I apologize if this is the wrong section or if this breaks any rules. If so please move or delete. Ok so, I am re-opening my business and My old tech GUY has moved and I can't reach him. Basically I have my own server I spent a pretty penny on and I'm trying to get my office network up and running and servers are not my specialty by any means. My question is how do I go about getting my website put up and email up and working for my employees. Do I need a host for both? I would like a uniform email system that would give me for example [email protected] I would need to be able to access all employees emails from said server. So what steps should I take to begin getting this set up? The server is already set up and wired throughout the facility. My website is already built from my last business I just need to make a few changes to it before I put it up. Do I need an email host? Or can I do it on my own server? Do I need a website host or domain or? thanks so muchMy best suggestion is to hire out an IT PROFESSIONAL who can get this connected and secure for you. You will need to establish a static IP with ISP in order to run a server that has a WEB presence otherwise your IP would be changing at times which could cause problems. Most ISP's require a business account plan purchased for internet access for a business. Have seen people do it with residential plans and some PORT manipulation to "hide" hosted traffic on non traditional ports, but you can get into trouble with ISP when trying to work away their residential ISP plan port blocks. I feel you should hire someone to set this all up for you. Additionally, they might tell you that its cheaper and easier to manage a 3rd party hosted service for your business vs hosting your own servers which come with what can be a costly electric bill to run the server(s) 24/7/365 as well as a hosted service you wouldn't have to worry about an IT professional for a server issue, the 3rd party would assume all costs associated with HARDWARE failure and keeping it secure from known threats. |
|
| 537. |
Solve : 404 NOT FOUND, BUT? |
|
Answer» I have been trying to connect to my local Hospitals Personal Health Records, which closed for maintenance beginning of June for 3 days, but I cannot get a CONNECTION since. I have a PC and on both I get the 404 message. Have cleared caches but to no avail. However, on my next door neighbours PC, connection is there. On my PC, W10 and Microsoft EDGE. On my Apple Tablet on Safari and Edge. Same result on each one. All other WWW addresses obtainable, just the one. Any ideas please in SIMPLE English?check your security software, like your AV program, browser adblocker or add-ons in general, modified HOSTS FILE etc.in other words, things that you would have that your neighbour wouldn't.things like adblockers can be disabled, AV software can can temporarily turned off. |
|
| 538. |
Solve : Interent Connection? |
|
Answer» I have a Linksys E1200 and I am having to do a HARD reset to it about every week. I will have internet(wireless) on my DEVICE and then one of them will claim that it is NOTR getting SIGNAL (connecting, saved, secerd over and over again) I will have signal on the other device (never the same device each time). I cannot look at the settings for the router even when though I still have internet when CONNECTED though I can still search the web. I was wondering short of buying a new router if there was a way to fix this issue. I have a Linksys E1200 and I am having to do a hard reset to it about every week....Good! would you like to trade? I have to reboot my Comcast router twice a day. |
|
| 539. |
Solve : Can't see other computers on home network? |
|
Answer» I changed from a Netgear R8000 router to a Netgear RBR50 router with satellite in order to get better wifi coverage. The wifi and INTERNET connection are working but not I can't communicate with my home network. The computers/mobiles can't see each other. I thought maybe it was necessary to set the workgroup in the RBR50 setup but I don't see any place to do that. How can I get my Windows computers and mobiles to see each other and share files?Giving them all access to Google Drive is a way to share up to 15GB cloud storage between them which is easiest.The problem turned out to be that on the LAST Windows update, Windows REMOVED the shares. I put the shares back in Windows and I could see everything again.fruitful investigations then. |
|
| 540. |
Solve : New Linksys AC1200 - Odd that I didnt need to Port Forward for Vonage? |
|
Answer» Found it INTERESTING that the NEW Linksys AC1200 that I bought for $29.99 after instant $30 savings on $59.99 price tag at BJ's didnt require any port forwarding to get my Vonage VoIP phone to work. |
|
| 541. |
Solve : How to list private IP addresses in local network and devices using them?? |
|
Answer» Specs: Windows 7 |
|
| 542. |
Solve : Adding A Second Router Doesn't Work Well? |
|
Answer» Both my modem (Alcatel Lucent i240G-T) and router (D-Link DIR-850L) are located at downstairs. In recent weeks, the signal has been weak when I'm trying to accessing the wifi from upstairs. I've tried to reset the router but it doesn't help. The signal used to be strong. Not sure what was the issue. How to Connect Two RoutersSome routers can be a pin. Now about your specific issue .Do all your devices have dual band options? You need to consider if that might be the problem. In my case,I only use the lower band and I set both routers to use the same protocol, station ID and password. Does that not work for you?The SECONDARY router (ASUS) is configured correctly, I can connect to it and the network is working fine, except I have to be very near to the secondary router (within a few meters). Otherwise, it will switch BACK to the primary network (D-Link) after a while. Is there anyway I can check the signal strength from both the routers at one particular location? When both routers have the same ID, your laptop must use the stronger signal. This is true of any other portable device. They automatically use the stronger if both are on the same channel # and have same protocol ID and password. The routers will tine-share the same channel. As a test, try this: Change to names of both routers to be different. Do not use the old name again. This is a quick check to see if the device is weak. Abort signal strength. Yes, some routers can show you the level of other devices in the neighborhood. D tails vary a lot. But here are some free things to try: https://www.networkworld.com/article/2925081/wi-fi/8-free-wi-fi-stumbling-and-surveying-tools.html Also: https://www.raymond.cc/blog/homedale-wlan-monitor-watch-log-wifi-signal/ Quote Watching how your WiFi signal behaves over several minutes or even hours could help identify if the current location for it is ideal or causing problems. Here we list 5 free tools that show a graph for your wireless signal so you can watch it over a period of time to see how it behaves.Try it. You might have a router with a damaged antenna. Additionally you can go into wireless settings and tell devices to forget the connection to the other weaker network connection so that it will only pick up on the stronger nearer connection. I have multiple wireless networks in my home and tell the devices to forget the other connection and this way they only associate with the wireless that they have been set to associate with. If you keep multiple wireless networks in the devices list of authenticatable networks it will be nothing but problems!!! If you decide to use the device elsewhere in your home where the wireless you usually use is too weak but the other is stronger then tell it to use the other wifi and forget the other. You can use the same password or key among both and the devices will not AUTO discover and then run with password or passcode from the other network.If you haven't already, you'd be best to set all access points to use the same SSID and security settings, your machine should then always connect to the strongest signal that it sees. You may also want to set the APs to use different channels from each other. Also, as the second device is technically a router and not an access point, make sure you disable DHCP on the Asus.Keep 1 router on the upstairs and another on downstairs, connect both routers. watch this video to know how to connect two routers https://www.youtube.com/watch?v=a2wN4wJ2uMw you can also reset the router to its default settings so that old changes can be auto reset. click here to check the default id and password list. Feel free to ignore the post from stuart85Fo' r what it is worth.... A few years ago home network stuff was very expensive. and was not available locally. That has changed and alters the why one can fix a home network problem. Local stores like Walmart now have a wide assortment of routers and repeaters over a wide price range. Some below $20 hat work almost as good as some selling for $80. You might consider getting two or three and doing some experiments. Then if they do not work,take them back. Locals stores have a liberal return policy. Here is one style have tried and it has worked for over a year: Wall Wort Wireless at Walmart. This kind of thing is also sold on New egg and eBay. Often below $20 plus shipping. There is a bit of a learning curve understanding how they worth, but when you get it it really does work. But not all routers will allow this mode of operation. So you may have to tinker with routers settings to let bridging mode work. Just a suggestion... |
|
| 543. |
Solve : Random MAC Addresses Appearing on My Network? |
|
Answer» I was troubleshooting a few unrelated things when I noticed in my Windows Explorer, under "Network", random phones appear. Surely there's something out there where I can punch in their MAC address and change their homescreen to a a grumpy cat picture or send there Contacts to Russian Facebook or something! This is analogous to asking if there is something where you can punch in a person's street address and cause all the milk in their refrigerator to spoil.Oh, like Zuckerberg isn't working on that right now. |
|
| 544. |
Solve : Would a USB Drive Plugged Into a Router Have a MAC Address?? |
|
Answer» So I'm dealing with random phones appearing on my network, but I think this is different (so I'm starting a different thread). |
|
| 545. |
Solve : Isolating entire PC communications? |
|
Answer» When I ( turn off/sleep ) COMPUTER - pigpegger CHANGES behaviour: |
|
| 546. |
Solve : Limiting router usage through two computers differently.? |
|
Answer» Hi all, I have two computers on the one Router/modem in my Network - both on W7. I need one computer to never see the Internet and remain in the Network, and the other to be limited to 12 hours daily on the Intenet and remain on the Network. I have a Netgear Gateway Pro through my Telstra dealer and have successfully limited one computer to 12 hours via Security/Block MAC SETTINGS. But, when I add another computer it seems I don't have the ability to make them DIFFERENT daily times, or at least - I cant work out how to do it. Seems it just defaults both of the computers to the same limited time. Can anyone help me out here, please? |
|
| 547. |
Solve : Trying to figure something out that makes no sense to me? |
|
Answer» So I have 2 systems that are connected to an IPv6 setup router. For an older game UT99 for local network play which only supports IPv4, I set both systems to static IP Addresses under the IPv4 configuration of the network adapters. There is a setting for IPv4 and IPv6. With Dual-IP stacks, your computers, routers, switches, and other devices run both protocols, but IPv6 will be the preferred protocol. A common procedure is to start by enabling both TCP/IP protocol stacks on the wide area network (WAN) core routers, then perimeter routers and firewalls, followed by your data-center routers and finally the desktop access routers. As the public Internet transitions to IPv6, your network administrators may need to deploy dual-stack capable switches on your; edges earlier.Network connections can usually have both, as you've found. Some stuff doesn't work properly with IPv6. Steam, from everything I can find, is not IPv6 compatible. Neither are most games.Figured easier method might be to set the system back to dynamic for IPv4 and IPv6 and instead put an IP configuration batch before launching game to set it to static for IPv4 when game is running and then run a batch after to set it back to dynamic as for its a mess trying to get co-existence IPv4 / IPv6 to behave, but getting an invalid parameter error message and stumped on it. Basically typing in my PASSWORD, A or B selection for Static or Dynamic and if static hitting the enter key 3 times to pass preset IP info for IP/subnet/gateway and then the game launches on local LAN over IPv4 would be better than having to navigate to network adapter properties and setting that manually each time I want to play the game static and revert back to dynamic after. Here is the message. Invalid address parameter (1). It should be a valid IPv4 address. I looked through the help page of netsh and cant find what parameter 1 is. There is an example batch that I used from: https://community.spiceworks.com/how_to/320-batch-file-script-to-change-ip-addresses Which passes the config to netsh via: netsh INTERFACE ip set address "LAN" static %IP_Addr% %Sub_Mask% %D_Gate% 1 Thinking the 1 was an error I removed it, but when removing it I get a error message of The parameter is incorrect. so the 1 is important there and this parameter (1) must be different from that of that 1 at the tail end of the instruction to pass the network configuration to the system thru netsh To get this to work from batch requires you to run as admin of the system, so I have one runas batch that calls to this other batch shown below quoted to elevate the privileges to admin before execution of instructions. Here is the output from running the netsh related batch elevated. Choose: [A] Set Static IP Set DHCP [A,B]?a "Please enter Static IP Address Information" "Static IP Address:" 192.168.55.11 "Default Gateway:" 192.168.55.1 "Subnet Mask:" 255.255.255.0 "Setting Static IP Information" Invalid address parameter (1). It should be a valid IPv4 address. Configuration for interface "LAN" DHCP enabled: Yes IP Address: 192.168.0.107 Subnet Prefix: 192.168.0.0/24 (mask 255.255.255.0) Default Gateway: 192.168.0.1 Gateway Metric: 0 InterfaceMetric: 35 DNS servers configured through DHCP: 192.168.0.1 Register with which suffix: Primary only WINS servers configured through DHCP: None Configuration for interface "Loopback Pseudo-Interface 1" DHCP enabled: No IP Address: 127.0.0.1 Subnet Prefix: 127.0.0.0/8 (mask 255.0.0.0) InterfaceMetric: 75 Statically Configured DNS Servers: None Register with which suffix: None Statically Configured WINS Servers: None Press any key to continue . . . Quote echo off Thinking once I get this parameter (1) issue fixed this should solve this and hopefully not lead to yet another error message. Any ideas on whats wrong with this? Lastly important is that LAN is the name of the network adapter your targeting. I changed my network adapter name to LAN to match that of the batch example, otherwise you get another error because invalid target adapter due to wrong name. Quote netsh interface ip set address "LAN" static %IP_addr% %Sub_Mask% %D_Gate% 1 "ip" isn't valid anymore. It has to be either ipv4 or ipv6. (This was changed in either Win7 or Vista) In your case, ipv4.cool thanks BC ... gonna change that to ipv4 and check other commands too Made 2 different batches, first one sets the adapter back to DHCP for IPv4 and other one sets the STATIC info. Ran into issues with the original batch I was working with that had the A or B choice. Kept getting invalid parameter and other error messages and so I dumbed it all down and it works dumbed down. Passing IP's via setting in batch the netsh didnt like that at all, so I made it simpler and it worked. Had some issues also trying to elevate the privileges to admin on execution so I will just right-click and select run as admin and go that route for when I want to set preset Static or DHCP I guess as the best solution for this. Sharing this here in case anyone might find it helpful in future as well as to show that I guess this is done now. Quote REM DHCP Quote REM STATIC 192.168.55.x |
|
| 548. |
Solve : Local NAS Server Maxing Out at 10Mb/s per second?? |
|
Answer» Hey everyone, I recently used an old computer for a NAS server in my garage. I have another high performance PC that I connect it to for data Transfers. On my main PC I'm using a 1 Gigabit Realtek Ethernet card, so no issue there. I'm using a Cat 6 ethernet cable to link the two together. However, the NAS server has a 10/100 ethernet card. I'm not sure if it is somehow "stuck" there or something. This Old computer has general networking issues as well. For example, I tried to use a wifi card to supply internet over the ethernet port to supply internet to my main pc, but for the life of me could not get it to work. What should I do?My knowledge is limited, but I would guess that you need to start over again with your network installation. |
|
| 549. |
Solve : WiFi not working (NIC not showing in device manager)? |
|
Answer» HP Pavilion dv6 with Intel i7 CHIP and Centrino Wireless-N 1000 network adapter. |
|
| 550. |
Solve : Relay access denied? |
|
Answer» hello, |
|