AROS hosted

AmigaOne X1000 platform specific issues related to Linux only.
User avatar
xeno74
Posts: 10707
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: AROS hosted

Post 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.
Last edited by xeno74 on Wed Mar 26, 2014 4:22 pm, edited 1 time in total.
User avatar
xeno74
Posts: 10707
Joined: Fri Mar 23, 2012 7:58 am
Contact:

Re: AROS hosted

Post by xeno74 »

AROS_hosted_A1-X1000-7.jpg
(310.75 KiB) Downloaded 60 times
User avatar
musa
Posts: 873
Joined: Tue Aug 23, 2011 8:58 pm

Re: AROS hosted

Post 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.
AmigaX1000
Post Reply