Friday, July 14, 2006

BSNL Dataone & Wireless WRT54G

Excited as I was, that Im finally taking the plunge into the wireless arena. Simply was obsessed with the idea of browsing the Internet in front of the TV on my brand new Dell Laptop!

I have my good old PC connected over Ethernet to the ADSL Modem with BSNL as my Broadband-ISP. Got a Linksys WRT54G which I rounded up as one of the simple, robust choice for a Wireless Router. For once, I wanted to do it as said in the "manual"!

I first hooked up my PC to one of the Ethernet ports of the router and connected the router to my ADSL modem. Fine.. set my machine to use DHCP and restarted my PC. (although I new ipconfig /release and /renew would work)

Now, the problem started; I was unable to browse the internet! That was my basic purpose, wasn't it?!  Ok, time to take on reins - I soon figured out that I was unable to reach the modem's administration page OR in other words, Im unable to resolve the IP address of the modem.

Simple problem - Both the Router and the Modem had the same default addresses - 192.168.1.1

Simple solution - Change the IP address on the Router to 192.169.1.1 through the management page. Zoom - it worked!

Just was inquisitive to see whether other wireless comrades had done the same thing... Yes many had!

Thursday, June 15, 2006

SSH Troubleshooting

  • If you have problems with SSH, here are some troubleshooting pointers:
    Run ssh -v (verbose option) to see additional information, which is often helpful.
  • If the ssh-daemon is running on a port different from the conventional 22, make sure you are specifying port -p 221 (for instance).
  • Check that your home directory or SSH subdirectory does not allow world or group write access.
  • If you are attempting to use RSA authentication, check that you have not introduced carriage returns when copying identity.pub contents into the authorized_keys file.
  • When you are asked:
    Host key not found from the list of known hosts.
    Are you sure you want to continue connecting (yes/no)?

    Respond yes, but be aware the response should be yes and not y.

    If you see a message that begins:
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    WARNING: HOST IDENTIFICATION HAS CHANGED!
    @@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
    IT IS POSSIBLE THAT SOMEONE IS DOING SOMETHING NASTY!
    Someone could be eavesdropping on you right now
    (man-in-the-middle attack)!
    . . .
    Are you sure you want to continue connecting (yes/no)?

    it is likely that the host key in use by the remote system has been changed. Here is what to do:

    Edit your local ~/.ssh/known_hosts file to remove lines containing the name of the host you were attempting to reach.
    Retry the SSH command and when asked "Are you sure you want to continue connecting?" answer "yes."
  • Is SSH possible? The host you are trying to access must have SSH installed and must be running the SSH daemon.
  • If your SSH usage involves non-interactive connections such as with pvm or batch submissions, a passphrase cannot be used.

Further reading:A good article is on http://www.llnl.gov/computing/hpc/access/ssh_outside.html

Monday, June 12, 2006

Exceed just flashes and closes after login!

I had to restart my PC for some reasons. I had closed my Exceed Session earlier-on and again launched it after restart.
Everything was normal until I logged in. After I logged in, the Screen just flashed and down it went... disappeared!! Oh man! Not on a Friday afternoon!

I sighed a little thinking it was just one of those program _crashes_. Went about the typical stuff of seeing whether any "Exceed" related program is running on the TaskMgr, killed it and then restarted Exceed.
The login screen came - alright; but now after I logged in, it again came back to the login screen!! I suspected my password expiry and checked the connection to our Dev-Host via telnet. Everything was fine.

Now, I reinstalled Hummingbird Exceed 7.1.xx that I was using; replaced it with 9.x and tried again - Still the same problem! Just to make sure, I had one of my colleagues login to the host from my machine. It worked!

It was now clear that it was something to do with my XWindow configuration that had gone wrong OR possibly corrupted.
I tried Google/Yahoo and stuff I could find with my intelligent key-words; bah, No help.

Finally I raised it with our Unix Team; not expecting replies till monday.
And down comes the quick mail from the senior SA - A one-liner that said:

Log in through a normal ssh/telnet session - move your .dt directory out of the way (or remove the sessions directory inside it).

So, thats what I did: I first tried deleting the sessions directory $ rm -rf

${HOME}/.dt/sessions
- Didn't work.

And then, I tried doing the next bit:

$ mv .dt .dt1
: Logged in again and I was through..!

The only problem was that I had to re-setup my workspaces and their names just as I had before - hmm., thats not a hard job is it..!

- 12 Jun 2006

Monday, June 05, 2006

WinXP: Unable to write to Flash/Removable Storage

Like most of you, I fancy carrying a USB-memory-stick with me most of the time. One fine monday morning, I had to pick a few snaps from my PC and copy them over a friend's laptop. Simple, as it should be - it didn't work!!


I was not able to copy files from my machine to the drive! It would read like a breeze, but simply wouldn't copy! Tried the same on the laptop, and it works! After a few tries on google, I gave up to the fact(?) that it was a hardware issue.


A couple of hours later, I tried with some "smart"-er keywords which brought me to a long article on people complaining about USB issues. Somewhere down the line, this XP demi-god had quoted a solution.

Its to do with a registry setting, usually reset after XP-SP2:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\StorageDevicePolicies\Writeprotect

is to be set to zero "0".


That was it! Simple and neat!
PS: You may need admin rights to set this key.

Wednesday, April 19, 2006

WinXP: Unable to Import Registry Script!

I've always got my way around in Windows and feel quite comfortable with the registry. But this one flicked me off..!

Ok - The situation was that my XP user-id was changed, say xxxx to yyyy. Now the problem came when my associated applications wouldn't start due to "Path" entries to "My Documents" directory. I figured out the problem in a matter of seconds, hence exported the whole branch for that application into a file, say app.reg. Now, I simply replaced all of the 'xxx' to 'yyyy'. All I had to do was to Import (rather "Merge") as you see on the file options.

Here comes the problem - Whatever I did, I wasn't able to import. Finally, I painstakingly changed all these 78 entries "manually" (whoof! long time that I did any redundant tasks!).
Error: C:\app.reg : The specified file is not a registry script. You can
import only registry files or binary files.

Just after I did this one, I read a small bit of an article which said "Save the file in ANSI/ASCII format and not the UNICODE format that the registry (may) actually exports the file as." So that was it! It then imported smooth and fine!

Blog-clog!

Alright! Too much of "Blog" going on around. There was one more called the "Wiki", just a bit earlier I suppose. Am I being left out of this part of the world?! Well, Im trying out my bit.