Results 1 to 10 of 15
Hi all,
I am looking for my Linux desktop computer in my work's network from a Windows Server on which I do not have an administrator account. I know my ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-20-2011 #1
How to find my Linux computer from Windows
Hi all,
I am looking for my Linux desktop computer in my work's network from a Windows Server on which I do not have an administrator account. I know my Linux computer's host name, but not it's ip or MAC address. The Linux computer is running several services such as an ssh server, and also an SMB server I think.
Is there another way to find my Linux computer other than scanning the entire local ip range?
Thanks,
DaanOS's I use: Debian testing, Debian stable, Ubuntu, OpenSuse 12.1, Windows 7, Windows Vista, Windows XP
- 02-20-2011 #2
Update: I found my Linux computer in "Network" on the Windows computer, but when I click on it it says that the DNS server cannot find the host name. What I need is it's ip address so that I can login via ssh.
OS's I use: Debian testing, Debian stable, Ubuntu, OpenSuse 12.1, Windows 7, Windows Vista, Windows XP
- 02-20-2011 #3
Walk over to the linux box and log onto the console. There you can find the IP address. After that ask your DNS admin to add your host to DNS and then you will be able to connect to it by name.
- 02-20-2011 #4
That is what I would do, but I am not at work. I am connecting to the Windows Server through Remote Desktop from another town. Is there any way to find out my Linux box' ip other than just trying?
OS's I use: Debian testing, Debian stable, Ubuntu, OpenSuse 12.1, Windows 7, Windows Vista, Windows XP
- 02-20-2011 #5Just Joined!
- Join Date
- Jun 2006
- Posts
- 6
how to find your server
First, get a dynamic dns address (dyndns.org).
Then set your router to route ssh (port 22) to the linux PC's internal address.
Then you can ssh to the dyndns address and will go right to Linux.
Internally, forget the name. For windows, I always use the ip address to map a network drive
\\192.168.1.15\my_sharename
And you will have to install samba clients and servers on the Linux machine. And also install swat, a web GUI interface for managing samba.
- 02-21-2011 #6Just Joined!
- Join Date
- Jul 2010
- Posts
- 4
If you can see it in network, then it can be found by netbios name. Do you have nbtstat on the windows machine? "nbtstat -c" will show the IP.
If not, then try something like "net view \\yourcomputer" followed by "netstat" and "netstat -n". Cross reference the source ports to match the name to the IP.
- 02-21-2011 #7
- 02-21-2011 #8Just Joined!
- Join Date
- Jul 2006
- Location
- localhost
- Posts
- 26
- 02-21-2011 #9
To assume there is an open path from the internet to an internal work network would be a mistake. For security reason one would never do this.
- 02-21-2011 #10Just Joined!
- Join Date
- Jul 2006
- Location
- localhost
- Posts
- 26


Reply With Quote

