Mailing List Archive
tlug.jp Mailing List tlug archive tlug Mailing List Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]Re: [tlug] Networking two Linux computers harder than Linux to Windows?
- Date: Thu, 25 Jan 2007 17:22:57 +0900 (JST)
- From: scott@example.com
- Subject: Re: [tlug] Networking two Linux computers harder than Linux to Windows?
- References: <45B8632C.5010401@example.com>
- User-agent: SquirrelMail/1.4.8-2.el4.centos4
> > > But now that my girlfriend's laptop is Ubuntu... I can't find it now > matter how I look for it. I've tried connecting by FTP, SSH... I looked > up on the web and there's all this talk about setting up DHCP servers or > sshfs... > Hi, With all networking problems, you have to work your way up the OSI model. Start by physical link layer, make sure the lights are on (check the back of your computer, look at the NIC itself). Then insure you are connecting via switching hub if you are not using a cross cable to connect these machines directly. After that you can check the interface status on the linux boxes by doing: sudo ifconfig from command prompt, make a note of the IP addresses and subnet masks. If the masks are different they might not be able to find each other. Then check the routing table on both the machines- if there is not a default routing gateway add it by doing: route add default gw xxx.xxx.xxx.xxx and put the IP address of the default gateway in the xxx.xxx.xxx.xxx part- here you can put the IP of the machine you are trying to ping. Finally, you can check if the firewall (probably IP tables) is on- do: iptables -L -v and see the rules to see if you are dropping access. Then if that is the case do: iptables -F to flush the rules - then try to ping. It seems like a lot of work at first but really even getting two XP machines to talk sometimes can be a pain. Cheers, Scott VanDusen still in Tokyo :-(
- References:
Home | Main Index | Thread Index
- Prev by Date: [tlug] question about shell scripting
- Next by Date: Re: [tlug] Networking two Linux computers harder than Linux to Windows?
- Previous by thread: [tlug] Networking two Linux computers harder than Linux to Windows?
- Next by thread: Re: [tlug] Networking two Linux computers harder than Linux to Windows?
- Index(es):
Home Page Mailing List Linux and Japan TLUG Members Links