Can you run "cat" on your actual interfaces file on the Touch and paste
here .

The devil is in the details ;)

I tried something along what I used on my controller and radio (where
eth0 is wifi on SBC eth1 is wifi on radio).

Thanks for the scripts sugestion , I've never tried a script in linux
before ?
It is a text file  *.sh ? where to i put it ? or can i type it directly
in the shell and it will run (I supose then it will run once).

On my controller I have


Code:
--------------------
    # cat interfaces
  auto lo
  
  iface lo inet loopback
  
  mapping eth0
        script /etc/network/if_mapping
  auto eth0=Liogor
  iface Liogor inet static
        address 192.168.1.6
        network 192.168.1.0
        broadcast 192.168.1.255
        netmask 255.255.255.0
        gateway 192.168.1.1
        dns 192.168.1.1
        up echo 'nameserver 192.168.1.1' > /etc/resolv.conf
  # 
--------------------


My radio has


Code:
--------------------
    # cat interfaces
  auto lo
  iface lo inet loopback
  
  mapping eth1
  script /etc/network/if_mapping
  
  auto eth1=Liogor
  iface Liogor inet static
        address 192.168.1.8
        network 192.168.1.0
        broadcast 192.168.1.255
        netmask 255.255.255.0
        gateway 192.168.1.1
        dns 192.168.1.1
        up echo 'nameserver 192.168.1.1' > /etc/resolv.conf
  # 
  
--------------------


The unmolested Touch has this:


Code:
--------------------
    # cat interfaces
  auto lo
  iface lo inet loopback
  
  iface eth0 inet dhcp
  script /etc/network/udhcpc_action
  
  mapping wlan0
  script /etc/network/if_mapping
  
  auto wlan0=Liogor
  iface Liogor inet dhcp
        script /etc/network/udhcpc_action
  # 
  
--------------------


I tried to add my stuff after *auto wlan0*
But it did not work I must have missed something.

Peter did I thank you for solving my 2 year old firewall mystery for me


-- 
Mnyb

--------------------------------------------------------------------
Main hifi: Touch + CIA PS +MeridianG68J and assorted amps SiriuS,
Classe'Primare and Dynadio speakers (including a pair of Contour 4 )
Bedroom/Office: Boom
Kitchen: SB3 + powered Fostex PM0.4
Miscellaneous use: Radio (with battery)
I use a Controller various ir-remotes and a Eee-PC with squeezeplay to
control this
------------------------------------------------------------------------
Mnyb's Profile: http://forums.slimdevices.com/member.php?userid=4143
View this thread: http://forums.slimdevices.com/showthread.php?t=77340

_______________________________________________
Touch mailing list
Touch@lists.slimdevices.com
http://lists.slimdevices.com/mailman/listinfo/touch

Reply via email to