Page 2 of 2

Re: AROS hosted

Posted: Wed Mar 26, 2014 3:49 pm
by xeno74
musa wrote: Hello
What did you do to get Aros to boot with network support. Is the boot command or the network setup in Aros.
I work with a proxy server on Linux. You have to install a proxy server for example Tinyproxy.
  1. Download the kernel 3.14
  2. tunctl -b -u <your username> -t aros0
  3. ifconfig aros0 192.168.0.20
  4. ifconfig aros0 up
  5. route add -net 192.168.0.0 netmask 255.255.255.0 gw 192.168.0.20
  6. On AROS add the net0 tap.device 0 with the address 192.168.0.188, net mask 255.255.255.0, and the gateway 192.168.0.20 to the network preferences.
  7. Start the proxy server and edit the browser settings with your proxy datas
But AROS doesn't work satisfied, currently.

Re: AROS hosted

Posted: Wed Mar 26, 2014 4:10 pm
by xeno74
AROS_hosted_A1-X1000-7.jpg
(310.75 KiB) Downloaded 60 times

Re: AROS hosted

Posted: Wed Mar 26, 2014 9:52 pm
by musa
xeno74 wrote:
musa wrote: Hello
What did you do to get Aros to boot with network support. Is the boot command or the network setup in Aros.
I work with a proxy server on Linux. You have to install a proxy server for example Tinyproxy.
  1. Download the kernel 3.14
  2. tunctl -b -u <your username> -t aros0
  3. ifconfig aros0 192.168.0.20
  4. ifconfig aros0 up
  5. route add -net 192.168.0.0 netmask 255.255.255.0 gw 192.168.0.20
  6. On AROS add the net0 tap.device 0 with the address 192.168.0.188, net mask 255.255.255.0, and the gateway 192.168.0.20 to the network preferences.
  7. Start the proxy server and edit the browser settings with your proxy datas
But AROS doesn't work satisfied, currently.
thank you
I appreciate your help.