AmigaOne X1000 platform specific issues related to Linux only.
-
xeno74
- Posts: 10707
- Joined: Fri Mar 23, 2012 7:58 am
-
Contact:
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.
- 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.
Last edited by
xeno74 on Wed Mar 26, 2014 4:22 pm, edited 1 time in total.
-
musa
- Posts: 873
- Joined: Tue Aug 23, 2011 8:58 pm
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.
- 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.
AmigaX1000