Port Forwarding Not Working On Virtual Box v6.1 Even on seperate computer - windows-10

So I've been having trouble with port forwarding for my virtual box (Specifically Version 6.1) lately, I went so far as to go out and spend $180 on a new router but still nothing! I've been having this problem for weeks now and I'm slowly narrowing down the issue, It cant be my router since. You know.. Bought a new one.. So then I thought it was just Kali Linux so I tried Parrot OS and nothing, I tried BackBox6 and nothing, I tried BlackArch Linux and nothing! So it can't be the operating system, then I thought it was my laptop, I have the ASUS ROG Strix G731GT With a core i7 9th running a GTX 1650ti Graphics Card on Windows 10, I got it fixed like two months ago due to Networking issues not really related to this and after I got it back port forwarding worked for a bit then all of a sudden bloop! It stopped, I have no idea what could of caused it, I decided to use ngrok for port forwarding and that worked.. Till it didn't! That stopped working all of a sudden! at this point I thought it was my computer so I got my old school laptop (Which surprisingly ran Linux fine) and set that all up and I connected my main laptop to a hotspot, and lord and behold!... It didn't work... Nowww I got to thinking... Could it be my Virtual Box? I Don't know, I'm currently testing each and every version of Oracle VM Virtual Box right now to see if its the issue, I remember I asked a questions before about my Virtual Box not working when copying text from my host computer to the Virtual Machine and someone replied saying the version I had was a bit buggy and didn't work well and he gave me a link to a different version and it worked, this was at the time that ngrok still worked and port forwarding didn't I didn't actually test to see if port forwarding works though, now i cant find that question, he said something about guest additions I don't know, please if you know anything at all that can help me feel free to let me know and if you have any questions about my hardware or software feel free to ask I'll be refreshing my page very often lol, also if you decide to leave a comment saying this question cannot be posted how about you instead forward me to somewhere that allows these types of questions, that would be helpful -_-. Thanks.

Related

I've done some research and I can't find the reason to why the USB ports stop working when trying to boot ubuntu

I've looked around a lot at many people's different questions and can't find one that is the same situation as the problem I'm having. Essentially a friend brought me an old PC of theirs with the request that there are some files they want taken off the hard drive. Unfortunately, their version of Windows had corrupted, so my solution was to boot Ubuntu from a USB drive without affecting the hard drive, to access the files and then the computer is going to scrap anyway. Unfortunately, as soon as the ubuntu software starts to load the lights on the keyboard and mouse turn off and when I eventually get to the option of 'Try Ubuntu', neither are responsive. I've tried restarting, I've tried different ports, I've tried unplugging and plugging back in, I've tried a different keyboard and mouse but I cannot find a solution. I installed the latest version of ubuntu from their website. I can use the keyboard in the BIOS settings etc. Anyone know what is happening? All help is greatly appreciated.

USRP not visible in RedhawkSDR

I have an Ettus E312.
I want to talk with it using the RedhawkSDR IDE.
There seems to be little documentation on this. The Redhawk manual doesn't include any tutorials. It's all just guess work to the uninitiated.
I found this setup guide on the GEON website: https://geontech.com/redhawk-sdr-and-an-ettus-e310/
However, I'm having trouble getting the device to appear under the active domain in the IDE. I have flashed the SD card, and updated the domain IP address on both omniORB files (host and USRP) as per the setup guide.
Once this is working, it is still not clear how to proceed...
Could someone please point me in the right direction??
Many thanks
The Virtual Machine NAT was confusing things!

Phone cannot access sites being served by localhost(lite-server) on same WiFi network

Searched all over the place for a fix for this or even a good way to troubleshoot it. I've read the previous SO threads that seem to cover this issue but nothing in any of them has worked in my case.
Basically, I can't get access to anything that is being served via localhost on my mac in any browser on my Android device.
This is happening despite the fact they are connected to the same WIFI network and I am using the correct network address for my mac on which localhost is running (I have checked and double checked several times). I have no idea what the problem is because it worked perfectly fine before and I haven't changed anything that I believe would interfere with localhost access.
I don't have firewall or port blocking settings on my router either.
I have also tried on several different Android devices to eliminate it being a problem specific to one particular device.
Totally stumped. Any clues or hints on how to fix this would be much appreciated!
***** UPDATE *****
I tried using python -m SimpleHTTPServer 3000and it works. The site is accessible on my Android device. So I am pretty sure it is not a network issue per se.
The site is essentially a Node app which I built using the angular-quickstart template found here. It launches lite-server when npm start is run. Hope that gives some further insight into what the problem might be.
If you open up a terminal on your mac and then run the command ifconfig it will tell you what ip address all your interfaces have. It is probably your en0 interface. That ip address should be used in your browser on your Android device.
You will have to make user that you server (web) is binding to the correct ip address as well. You could be binding to all ip addresses if possible.

Windows 8.1 - Bluescreen BUGCODE_NDIS_DRIVER

I tried to install a hardware I've installed in my previous computer under Windows 7, basically an external network card with antenna, but when I try to use it, after installed it I get this bluescreen error:
BUGCODE_NDIS_DRIVER
I don't know if it's possible to fix it, any useful information?
PS: If this isn't the best Stack forum, please guide me to the right one.
There is some technical information on Windows Dev Center - Hardware on this bugcheck. Driver developers can find the cause from the bugcheck code and parameters.
I can duplicate the BUGCODE_NDIS_DRIVER blue screen on my Windows 8.1 developer box fairly easily by opening two different VPN tunnels. Luckily, I don't need both running at the same time, so my solution is "don't do that".
For example, I open SonicWALL Global VPN Client to connect to one network. Then, I open the Cisco VPN client to connect to another. The crash happens almost immediately.
If you have two active network card, deactivate one, that is all.

FMS 4 playing P2P stream with RTMFP

Proper disclosure: I posted this question on the Adobe forums too. Since I didn't get any answer - I am posting it here. Sorry if it disturbs.
We are working with FMS 4 server for a while for a 2 directions video application, and it works great with RTMP.
We now want to use its rtmfp abilities after we used Cirrus for testing in the last few days and it also worked well.
Locally - everything is working fine, but when we try the application on a remote server - we have some problems.
Each side get the NetStatusEvent code "NetConnection.Connect.Success" and "NetStream.Publish.Start" when publish starts.
However, when we are trying to play the stream, nothing happens for a minute and than we get " NetStream.Connect.Closed" after about a minute.
(Locally, we are getting "NetStream.Play.Start" and "NetStream.Play.Reset").
I did open ports 1024-65535 UDP on the server and since we are able to connect Cirrus, I believe the clients are fine.
I also changed the Adaptor.xml HostPort element to
:19350-65535 where xxx.xxx.xxx.xxx is the same public IP of our FMS Server as the one used by the client.
Again, it is working beautifully both locally and with Cirrus. RTMP also works well with the remote server.
What am I missing?
I'm sorry, I can't really help but tell you that I had a very similar problem but the other way around.
When I tried to connect two devices via Cirrus over our WLAN, I got the same error as you. When testing with one device in WLAN and the other in another Network it worked. Then I tested them both in the same WLAN (but in a WLAN other than ours) and it also worked. My collegue then updated some firmware (on the router? I'm not sure...) and deleted some VOIP data. Then it worked here, too.
I think maybe there is some problem at the remote server. UDP has to be allowed... but I'm sure you know that.
Sorry again for not really helping - but maybe this is at least a bit encouraging.
Do you know this sample: http://labs.adobe.com/technologies/cirrus/samples/ ?
I always tested with that so I knew it wasn't some problem with my code.

Resources