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.
- Download the kernel 3.14
- tunctl -b -u <your username> -t aros0
- ifconfig aros0 192.168.0.20
- ifconfig aros0 up
- route add -net 192.168.0.0 netmask 255.255.255.0 gw 192.168.0.20
- 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.
- 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
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.
- Download the kernel 3.14
- tunctl -b -u <your username> -t aros0
- ifconfig aros0 192.168.0.20
- ifconfig aros0 up
- route add -net 192.168.0.0 netmask 255.255.255.0 gw 192.168.0.20
- 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.
- 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.