Hi,
Just had my TS-7260 a couple of days.
Using the posts on this forum as a guide - thanks everyone! I've
managed to configure eth0 and wlan0 (using supplied IOGEAR USB
dongle) without too much trouble.
I can access the apache webserver over ethernet by simply typing in
the default ip address (192.168.0.50) into browser.
If I then disconnect the ethernet cable and connect through wireless
I can no longer access the webserver. I've tried 192.168.0.50 &
192.168.2.1 (the static IP I've given the wifi connection).
I can successfully create a wifi connection from a windows PC & my
ipod but can access apache from either.
Any ideas on what I'm doing wrong?
The wireless is configured during boot-up using the following shell
script:
sh /usr/bin/loadwlan0.sh (this loads the usual modules inc zd_b.o)
sleep 5
DEVICE=wlan0
IPADDR=192.168.2.1
NETMASK=255.255.255.0
NETWORK=192.168.2.0
BROADCAST=192.168.2.255
BOOTPROTO=static
#BOOTPROTO=dhcp
ENABLE=yes
sleep 5
ifconfig wlan0 192.168.2.1
iwconfig wlan0 mode ad-hoc
sleep 5
iwconfig wlan0 essid "ARM9"
ifconfig wlan0 up
All suggestions greatfully received!
Jon
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|