mikshaw
Group: Members
Posts: 4856
Joined: July 2004 |
|
Posted: Feb. 03 2007,19:34 |
|
Quote | Try nslookup look-up-this-host-name 192.168.0.1 |
Ok, I'll try that when i get back to the Acer box. I couldn't figure out the syntax of Busybox nslookup and didn't try too hard to figure out if that was indeed a command that would be useful in this situation. All I knew for sure was that the router's web interface properly showed all connected boxes' IPs and hostnames, windows and slackware could communicate with each other via hostnames, but DSL connections required an IP address to go either way.
Thinking back on it, though, I don't specifically recall trying to connect to the windows box from Linux recently, but I do know that Windows sees my Slackware box (and previously Suse) by its hostname.
As an aside, I have no personal connection to Windows either...the Windows box is not mine =o)
In any case, I had already added this to bootlocal:
Code Sample | echo "nameserver 192.168.1.1"> /etc/dhcpc/resolv.conf |
I'm not sure why that particular file is used rather than /etc/resolv.conf, but with DSL I've gotten used to various files being in unusual places compared to Slackware and Redhat derivatives (maybe it's a debian thing?). Apart from that I have not made any networking changes to DSL. I assumed /etc/hosts would help, but thought it would be inconvenient since I'm using dhcp. Maybe i'll spend some time setting up the network with static IPs to make this easier. We're finally getting broadband in my neck of the woods (or so i have heard), so I'm going to need to reconfigure and secure the network soon anyway.
-------------- http://www.tldp.org/LDP/intro-linux/html/index.html
|