Page 1 of 2

Connect to internet in Reactos

Posted: Sun Jul 26, 2015 6:34 am
by Trainsandtech
Hi. After trying to install Reactos with fail on my Compaq Presario CQ42, I decided just to make a virtual machine. The problem is, I can not seem to connect it to the internet. AT first, I thought it was the built-in browser. Then I noticed that the install would not work. So, would anyone know:
1. How to install from a CD on a Compaq Presario CQ42?
2. How to connect a VM (Virtualbox) on the same computer to the internet?
If you could answer any of these questions, it would be appreciated to do so. I have only just installed the OS after the exciting idea of a free Windows.

More info: I am using a Compaq Presario CQ42 laptop with an Intel Celeron processor (1.9 Ghz) and 2 GB RAM, Windows 10 Pro, 64-bit (but I usually install things 32-bit to make sure that it is compatible with other computers) and I usually use an external keyboard and mouse. You can find more specs of my computer on the HP website. My problem is a live CD will work and the setup freezeswhen I try to install ReactOS (after the part where you choose the partition)

Re: Connect to internet in Reactos

Posted: Tue Aug 11, 2015 2:42 pm
by karlexceed
For VirtualBox:
Your best bet is to have your VM's network settings set to "Bridged Adapter" like this:
[ external image ]

Then, you'll want to install Firefox or another browser from RAPPS; the built-in browser is mostly an empty shell.

For the install issue; I'm not sure I can help much. Are you choosing the default values during install? It could be the case that your SATA controller is unsupported.

Re: Connect to internet in Reactos

Posted: Wed Aug 12, 2015 12:23 am
by milon
Lots of "real hardware" is unsupported by ReactOS at this time. VirtualBox works perfectly fine, however.

Re: Connect to internet in Reactos

Posted: Mon Dec 14, 2015 11:14 am
by KIPILLasa
my internet is good work with NAT

Re: Connect to internet in Reactos

Posted: Fri Oct 21, 2016 7:10 pm
by sorin_postelnicu
Can the default ReactOS Explorer connect to a website?
(Otherwise I don't understand, how can I install Firefox or any other program?)

I am trying ReactOS in VirtualBox, but the ReactOS Explorer doesn't do anything when I try to set the address bar to https://www.reactos.org

Also, if inside the ReactOS Explorer window I click on the menu item "Help -> Is this copy of ReactOS legal?", I get this popup error message: "ERROR_FILE_NOT_FOUND - The system cannot find the file specified." and after pressing OK then I see another popup error message: "ReactOS could not browse to 'https://www.reactos.org/joining/faqs' (error 0x0). Please make sure there is a web browser installed."

Re: Connect to internet in Reactos

Posted: Fri Oct 21, 2016 10:02 pm
by hbelusca
There is something called "ReactOS Applications Manager". This is one of the big icons on the desktop. In it you'll find everything you need to install proposed 3rd party programs, such as a navigator.

Re: Connect to internet in Reactos

Posted: Sat Oct 22, 2016 3:11 am
by middings
sorin_postelnicu wrote:Can the default ReactOS Explorer connect to a website?
IIRC, ReactOS Explorer is the counterpart to Microsoft's Windows Explorer, not Microsoft's Internet Explorer.

Re: Connect to internet in Reactos

Posted: Mon Oct 24, 2016 3:30 pm
by sorin_postelnicu
Thank you for your replies.
I know that ReactOS Explorer is replicating Windows Explorer, but at a certain point Microsoft has integrated Internet Explorer into Windows Explorer (I mean, you could type an http address in the Windows Explorer location-bar, and it would take you to that website), so I assumed that the same is the case for ReactOS Explorer. (especially since there is no other browser installed by default)

Now I have another related problem: my internet connection goes through an http proxy, with user and password. But in the ReactOS Internet Settings there is no such option (there is no "Network" -> "Connections" tab)
I have nevertheless opened the ReactOS Applications Manager settings and configured there the proxy ip and port, but without the username and password, since it does not have this option.

Now when I start RAppsMgr and click on any software category, the application crashes (window closes abruptly, without any message).
Where could I find some kind of debugging logs for this application?

Re: Connect to internet in Reactos

Posted: Mon Oct 24, 2016 3:32 pm
by sorin_postelnicu
(by the way, I found an iexplore.exe inside Program Files, but there is no shortcut icon in the Start menu/submenus)

Re: Connect to internet in Reactos

Posted: Tue Oct 25, 2016 9:01 am
by middings
sorin_postelnicu wrote:...you could type an http address in the Windows Explorer location-bar, and it would take you to that website...
I had never tried putting an http address into Microsoft Windows Explorer before. I tried it a few moments ago to see what happens. The Microsoft Windows Explorer in Microsoft Windows XP SP3 appears to send an http address that was entered into its Address Bar (location-bar) to the default browser. Then the default browser attempts to open the document at that address.

Re: Connect to internet in Reactos

Posted: Tue Oct 25, 2016 11:52 am
by EmuandCo
AFAIK http proxy does not work yet. Especially one you have to logon,

Re: Connect to internet in Reactos

Posted: Wed Oct 26, 2016 9:15 pm
by erkinalp
IIRC, ReactOS Explorer is the counterpart to Microsoft's Windows Explorer, not Microsoft's Internet Explorer.
No, that will require us to implement Trident. ReactOS uses a different browser engine. And Internet Explorer is not core stuff.

Re: Connect to internet in Reactos

Posted: Tue Dec 25, 2018 11:11 pm
by sorin_postelnicu
Dear Erkinalp,

I have one remark to your last remark :)
If an internet browser is not "core stuff" for an operating system after 2010, then what is the purpose of such an operating system? :)

My opinion is that an internet browser is the Number 1 requirement of any OS in this century, and ReactOS should not be the exception! :)

Re: Connect to internet in Reactos

Posted: Wed Dec 26, 2018 12:58 am
by dizt3mp3r
sorin_postelnicu wrote: Tue Dec 25, 2018 11:11 pm My opinion is that an internet browser is the Number 1 requirement of any OS in this century, and ReactOS should not be the exception! :)
Well that would be 'your' opinion on a thread two years old. Don't awake threads from the dead please.

Re: Connect to internet in Reactos

Posted: Fri Dec 28, 2018 11:15 am
by sorin_postelnicu
Dear dizt3mp3r,
In the open-source world, 2 years ago is like 2 weeks ago.
If you don't believe me, just have a look at this ticket which was opened in 2010 and fixed in 2015: https://jira.reactos.org/browse/CORE-4852

And I didn't awake this "dead" thread for fun, but because I commented on it 2 years ago while trying to use RApps at the office, and today (2 years later) I still cannot use RApps when I am behind a proxy-server with user & password.

I was looking right now through the ReactOS code to see if I could contribute to implement this feature, and I found that (for some unknown reason) the RApps code is not using the system-wide internet proxy settings, but instead it's implementing its own settings for proxy, without the feature of having a username & password.