Results 1 to 8 of 8
I have a network without dhcp!
Gateway: 192.168.1.1
network: 192.168.1.0
netmask 255.255.255.0
adress 192.168.1.4
boradcast 192.168.1.255
I can ping 192.168.1.1 without problem, but i can download things from internet!
if ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 02-28-2007 #1Just Joined!
- Join Date
- Jan 2007
- Posts
- 42
Cant connect to internet!
I have a network without dhcp!
Gateway: 192.168.1.1
network: 192.168.1.0
netmask 255.255.255.0
adress 192.168.1.4
boradcast 192.168.1.255
I can ping 192.168.1.1 without problem, but i can download things from internet!
if i try "wget http://google.com" it appears "Resolving google.com...... failed: Temporary failure in name resolution.
Can it be something wrong with the DNS config, how can i check that?
I have two DNS adresses 81.167.36.3 and 81.167.36.11
- 02-28-2007 #2
You should have your DNS defined in /etc/resolv.conf.
"Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." Linus Benedict Torvalds
- 02-28-2007 #3Just Joined!
- Join Date
- Jan 2007
- Posts
- 42
Thank u

Do you also know howto send a file from one debian computer to another debian computer?
- 02-28-2007 #4I would use nfs when they are both local - scp when one of them is remote.
Originally Posted by thahabbis "Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." Linus Benedict Torvalds
- 02-28-2007 #5Just Joined!
- Join Date
- Jan 2007
- Posts
- 42
when i write nfs, it says command not foud! So i tried scp!
After i inserted the password it says : Name ir service not know!
Is there something called domain name?, how do i check that they are in the same domain name?
- 02-28-2007 #6nfs is no command. It's a service which alloes to mount remote directires localy.
Originally Posted by thahabbis
What is ir? Give more detailsSo i tried scp!
After i inserted the password it says : Name ir service not know!
I'm confused. Domain name has nothing to do with neither nfs nor scp ...Is there something called domain name?, how do i check that they are in the same domain name?"Really, I'm not out to destroy Microsoft. That will just be a completely unintentional side effect." Linus Benedict Torvalds
- 02-28-2007 #7Just Joined!
- Join Date
- Jan 2007
- Posts
- 42
Not ir, but or
- 02-28-2007 #8Just Joined!
- Join Date
- Jan 2007
- Posts
- 42
I think im a step closer!
i used:
scp root@00-1a-82-15-51-aa:/home/file root@server03:/home/file
Then it promt Password: And i input the correct password and it says ssh_ server03: Name or service not known
Lost connection
Computer1 hostname : 00-1a-82-15-51-aa (mac adress, stupid hostname :P)
Computer2 hostname : server03


Reply With Quote
