Getting access to the nifty CUWiN web interface
OK, so you have your CUWiN Metrix box and are working to get everything up and happy, but you can't connect to it with a wireless connection and can't seem to get it to do.....well.....anything.
That is where we were a week ago, but there IS hope!
First off, the CUWiN box isn't a wireless router. Huh? It IS NOT A WIRELESS ROUTER as far as we have been able to tell you CANNOT connect to a CUWiN node with anything but another CUWiN node. If you want to connect to it you need to do it on the wired interface.
OK, so I want to connect to it using the wired interface, how do I do that?
You can't. SSH is set up to deny remote logins by default. To access to box and set it up, you need to do it throught the serial port. Log in using the default password and go to /etc/rc.d
Now figure out what the WIRED IP address is, type:
ifconfig sip0
You see the first line begining inet? you see the IP Address right after it? Mine is 10.218.211.254
OK write down the IP address and type:
vi /etc/thttpd.conf
you see the line that says: host=127.0.0.1?
scroll to the 127.0.0.1 entry and hit x until you have deleted it, now hit i and type the IP address you just wrote down, so now it looks like:
host=10.218.211.254
now hit esc
type :wq! and press return
now type /etc/rc.d/thttpd restart
Now hook your laptop or desktop to the CUWiN box, you can use a switched cable or a hub, be sure you don't have a dhcp server running on the network. pump your laptop configuration or ipconig /renew it if you are using windows. You should now get an IP address from the CUWiN box. Mine assigned 10.218.211.253
Open up a web browser and type: http://
You should now have the web interface, reset your settings as appropriate.
Next week: how to add a second card and set your CUWiN box up as an access point, or, if the damn cards are too expensive, how to hook a D-Link DWL-G810 up and use it to replicate the ethernet signal to a couple dozen local users.



