Welcome, Guest. Please login or register.

Author Topic: Networking in Linux hosted Icaros  (Read 1082 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline Pete_NoirTopic starter

  • Jr. Member
  • **
  • Join Date: Jan 2007
  • Posts: 89
    • http://twitter.com/the_pete
Networking in Linux hosted Icaros
« on: March 29, 2010, 10:22:47 PM »
I'm running Icaros 1.2 hosted in Ubuntu 9.10. I'm trying to get networking set up using tap.device but not having much luck. I'm probably doing something wrong so maybe somebody could help me out?


Here's my ubuntu settings for eth0:
IP Address: 192.168.1.64
Broadcast AddressL 192.168.1.255
Subnet Mask: 255.255.255.0
Default Route: 192.168.1.254
Primary DNS: 192.168.1.254

in System/Network/AROSTCP/db/interfaces I have uncommented this line:
eth0 DEV=DEVS:networks/tap.device UNIT=0 IP=192.168.0.188 UP

in bootaros.sh I have tap_ip=192.168.0.20

and this is what I have put in AROS:
Device: DEVS:networks/tap.device
IP Mode: Manual
IP: 192.168.0.20
Mask: 255.255.255.0
Gate: 192.168.0.188
Primary DNS: 192.168.1.254
Secondary DNS: 192.168.1.254

I'd be grateful for any help with this :)
 

Offline Pete_NoirTopic starter

  • Jr. Member
  • **
  • Join Date: Jan 2007
  • Posts: 89
    • http://twitter.com/the_pete
Re: Networking in Linux hosted Icaros
« Reply #1 on: March 30, 2010, 05:06:18 PM »
Never mind, I got some help on aros-exec :) I'll post here if I get it working, for anyone interested in doing the same thing (merging Icaros with Linux-hosted AROS and getting networking running with tap)