General :: Connecting Ubuntu PCs Via Network Cable?
May 1, 2010How can I connect two PCs having Ubuntu OS with network cable?Similarly how can I connect two PCs one having Ubuntu and another having WINDOWS OS?
View 3 RepliesHow can I connect two PCs having Ubuntu OS with network cable?Similarly how can I connect two PCs one having Ubuntu and another having WINDOWS OS?
View 3 RepliesIs there a way to have linux connect to the network when the ethernet cable is plugged in? I'm using Gentoo Linux, and I haven't found the right setup for the conf/net that'll allow me to do that.
View 1 Replies View RelatedI want connect my two Linux PCs running in 2.6 kernel via cross over cable. To do this I have done the following settings after a Google search:
In PC1
ifconfig eth0 10.10.11.16 netmask 255.255.255.0 up route add default gw 10.10.11.13 eth0 (default gateway which is ip of pc2 )
In PC2
ifconfig eth0 10.10.11.13 netmask 255.255.255.0 up route add default gw 10.10.11.16 eth0 (default gateway which is ip of pc1 )
Then i tried pinging i could not able to connect.Are these above settings enough or any thing am i missing?
For your more information
In PC1
ifconfig output
eth0 Link encap:Ethernet HWaddr 00:16:76:A1:33:37
inet addr:10.10.11.16 Bcast:10.10.11.255 Mask:255.255.255.0
inet6 addr: fe80::216:76ff:fea1:3337/64 Scope:Link
[Code].....
I am having a problem when I hook my computer up to my tv the desktop is bigger than the screen will allow. Is there a way to shrink the desktop down so that it fits within the screen? I can not find a way to do it on the tv itself... I should also add that the resolution is set to 19201080 and the video card has a vga and dvi port. I am connecting to the tv with a dvi-hdmi cable
View 2 Replies View RelatedI am using ububntu 9.10,and have a cable modem internet connection. All I have is an ethernet cable given to me,and when plugged in a windows machine and fire a browser am redirected to default login page where i can login, but when i plug it into my linux machine,i cant get the same done. In network connections it doesnt shows my autoeth0, i have deleted my existing dsl settings(not autoeth0),made a new wired network,i doubt what should i put into MAC addrs field(i have put my machines mac given by lshw -c network.) What should I put in DHCP client id? Anyways when i click on network connections it says under my wired connections-device not configured properly.
View 6 Replies View RelatedI am computer literate but novice in case of linux.I have installed ubuntu.Please tell me how I connect to internet using mobile.how to install cable driver for connecting with mobile.What are installation steps.which rpm is required.
View 1 Replies View RelatedI have installed ubuntu 10.6.4 in my dell inspiron laptop but my ethernet card is not working when I connect my lan cable to it. But it is working well in windows vista. How to load drivers for it.
View 3 Replies View RelatedI have a vista computer that is connected to a router via a ethernet cord. The router is connected to the internet.I have a computer installed with Debian that does not have a ethernet port in the back of it. Is there a way that I could connect my Debian computer to the internet through my vista?
View 5 Replies View RelatedI am trying to connect this cable
[url]
However, it refuses to connect properly. It previously connected, but now whenever I plug it in, nothing happens.
lsusb before:
Code:
lsusb after:
Code:
dmesg error:
Code:
From some other googling, is seemed as if removing "ehci_hcd" or "uhci_hcd" would fix it, however running the following commands does nothing, as shown below:
Code:
I have an old desktop computer that I installed Ubuntu 10.04 on. I also have a laptop with Windows 7 Pro which is connected wirelessly to the internet. The desktop does not have a wireless card and the modem is in another room. I have a spare ethernet cable, is it possible to connect the Ubuntu desktop to the internet by connecting it to the laptop with the cable? I'm not very good with computers.If this isn't possible, how would I go about connecting the desktop to the internet?
View 1 Replies View RelatedI have a Verizon wireless/wired router that I access the internet through. I have a desktop computer running Slackware 13.1 i386, but it is in a place where it would be impossible to run a network cable to. Would you buy a USB wireless card? Would it work with Linux? Is there another way I can get my computer networked that I am not thinking of?
View 12 Replies View RelatedI was wondering if there's a way to transfer files from one pc to another using a network cable or something
View 13 Replies View Relatedi'm having problems connecting to the internet unless i manually enter the IP info.
automatic DHCP does not work. I'm on a dual boot machine vista/ubuntu 10.04 LTS connecting to the internet through a lynksys wireless g router and a cable modem.
My laptop connects fine wirelessly but when I try connecting with the cable it won't connect. I have tried an identical laptop and that connects fine so it must be the laptop but I don't know why.
View 15 Replies View RelatedWe were moving our cluter and during this process eth1 cable(external internet cable) was pluged-out. After pulg-in that wire again cluster is not working nicely and some process including mysql is not working.
View 12 Replies View RelatedLinux Server automatically reboots when i plug in the network cable.it was working fine till 2 days back and no changes were made to it.any light on this note pls? kindly confirm if any logs are required for the discussion!
View 1 Replies View RelatedGuy Im having issues getting my NIC to work. I dont think the NIC is faulty because when I plug the network cable in I get the green and orange light and I get the below result when running lspci | grep net
Code:
:~$ lspci | grep net
02:08.0 Ethernet Controller: Intel Corporation 82801BA/BAM/CA/CAM Ethernet Controller (Rev 42)
[code]....
trying to create a "local network" by directly connecting an IBM Thinkpad with Debian Linux installed on it to an Alix computer running Voyager Linux. I'm following a "how to" I found to create a music server, hence the requirement. My issue is I can't get a static IP address to be configured on the Debian machine.I've trawled the net and have found the instructions about editing the /etc/network/interfaces and have tried to do this. First I tried to get DHCP working so I could connect the Debian machine to the net and this proved successful. I edited the interfaces file to look as follows:
# The loopback network interface
auto lo
iface lo inet loopback
auto eth0
iface eth0 inet dhcp
Then I tried adding a static IP address to the machine. As this is a network purely between two machines I made up the IP addres and used 192.168.0.1 and used a NetMask calculator to give me a NetMask of 255.255.255.254 (I told the calculator there would be 2 machines on the network). I then edited the interfaces file as follows:
# The loopback network interface
auto lo
iface lo inet loopback
[code]....
I re-booted the machine (ifdown eth0 followed by ifup eth0 keeps saying that eth0 hasn't been configured - a problem there that I don't understand), but during boot up time it failed to assign the Static IP address to eth0 and made me go into SU mode. To fix it I simply replaced the interface file with the static IP inputs with the file that had the DHCP entries (I'd made a copy of the DHCP file), and re-started the machine. Everthing came up fine. So the first question is how do I get a static IP address to be assigned to eth0 such that whenever I shut down and restart the machine the static IP address is always loaded?
The second question is around creating the network via the cross over cable. From what I've found via Google, all I should have to do is create a static IP address on the Debian machine and a static IP address on the Voyager machine. Once they're connected by the cross over cable they should see each other. Is that correct, or do I have to do anything else?
I have the latest ubuntu and it seems to be all fine except I am trying to connect to my mshome XP network without any luck. I have installed Samba and in Network places it shows Workgroup and MSHome. Click on MSHome and I see my XP boxes.
Click on an XP box and I get.. You can stop this op etc' then I get the 'Unable to mount - Failed to retrieve share list from server' error. I have been on this for 3 days now and just about over it I'm sorry to say. The forums are thick with threads like mine without any definitive answers. I had a distro called MEPIS on before Ubuntu and with these same machines I was able to connect to the network without any problems so I am baffled why I can't now.
I can't get a certain harddrive out of its mounting (screws too tight) , but I want it connected to a different computer. Is it possible to have the harddrive's powercable connected to one computer, and its SATA cable connected to another computer's motherboard? (The powercable is too short to connect it to the other computer.)
View 4 Replies View RelatedI am facing problem to access my network PC's and even ping. My network scenario is as follows. I am using squid 2.6 stable 21 on RHEL5. all other PC's on network (OS is Windows XP Professional SP2) are connected to internet through squid, authentication is ON on squid. All PC's on network (Win XP Systems)are assigned IP statically and Default Gateway is set which is Squid's IP. I want to access these PC's (Win XP Systems) mean share data between them. The problem is that i am unable to access and even ping these PC's.
View 2 Replies View RelatedI run Ubuntu, and it has a nice GUI widget thing that connects me to my home wireless network when I boot. I don't have a problem with that. But suppose I don't start X, and boot to a recovery console for some reason, like I did recently when my graphics were broken after installing Karmic. In that case, my computer won't be connected to the wireless network until I log into X normally. So I can't apt-get anything or anything. It's very annoying. And I don't know how to connect to my wireless network.
I know my wireless network SSID, and I know my WEP key or WPA passphrase. How can I log onto the network with commandline tools? Is there some basic program that I can just run "networkmanager <myssid> <mywepkey>"? I looked at the iwconfig man page and I honestly couldn't figure out how to simply connect to my network. Once I figure out how to connect to the network with command-line tools, where can I put an "autoconnect" script so that it will connect during startup, like it should anyway?
What I don't understand is, why the Ubuntu network manager nm-applet, doesn't just work as a front-end for more basic networking stuff. I don't see any reason why it should require you to start X before working; it could be a daemon that runs at startup, and there could be a config-file somewhere, but it doesn't even start running until I log onto gnome.
I'm using three different UNIX OS's.I have used gnome on my laptop for most of the time I have had it and I decided it was time for a change in GUI,I am wanting to use KDE but I can't get it to work with my laptop I have tried mandriva 2010.1 spring and that one was slow and it kept dropping my wireless connection.So I got rid of that in tried Kubuntu and now it will not use the wireless.Ubuntu and Ubuntu SE and the live version of super gamer can all connect it's just Kubuntu and mandriva
View 2 Replies View RelatedI have two Linux hosts (both running Ubuntu 10.04) and I want one of them to have access to part of the filesystem of the other. I.e. I want remote1 to be able to access the files of remote2:/home/username
This is simply to allow me to access my home directory on the other machine, read-write, and there's no need for other users to be able to access this too. The used IDs for 'username' are different on each host, for reasons I won't go into (Likewise, ADS, etc).
I tried Samba but I found it unreliable. For example, I have a program that monitors a directory and updates a list of around 12,000 files. I found that this list was constantly changing with files dropping out and some files being randomly unreadable. It was too unreliable.
I had something working quite well on remote1 with:
sshfs remote2:/home/username ~/remote2 -o idmap=user -o uid=$(id -u) -o gid=$(id -g)
This works perfectly for a while. Unfortunately remote1 is a laptop and is regularly disconnected from the LAN. This seems to completely break things when this sshfs filesystem is mounted, and typically requires a reboot to recover. I started to look into NFS but I ran into problems with this a few years ago with regards to user id mappings. At the time, I found there was a user-space NFS server that dealt with this but it had a bunch of its own problems. But that was NFSv3. Can NFSv4 'kernel server' handle different user ids and map between them properly? I really don't want to use NIS, and I can't actually change the user IDs anyway - they are set by external means.
Also, how does NFS handle an 'unreliable' network connection? Will it automatically reconnect or will the share be broken until it is remounted? What about something like CIFS? Can this cope with the network being regularly and unpredictably broken? This might have the same problems that Samba did, but it's worth a try if it will be suitable.
how I could file share, or make the whole Hard Drive (HDD) accessible to another computer. The two other computers I have are a Toshiba Laptop with Ethernet and USB, and a iMac Intel with Firewire, USB, and Ethernet. Putting these to use along with:
Three Ethernet Cables
Two Printer Peripheral USB Cables
The Two Computers
A 2GB Flash Drive
That is all I can think of right now. I do not want to use CDs. In a way, I would like to do a network boot. So, how do I get the whole HDD visible to the others computers (either/both) and be able to write to it? I want to put Xubuntu on it, and earse the rest of the Hard Drive. The computers getting this are the iMac G3s and the eMac G4. The eMac has 256MB RAM, 40GB HDD, and a 700MHz processor. Two iMacs have 128MB RAM, 40GB HDD, and a 600MHz Processor. The other iMac is the same as the rest but has a 500MHz processor.
I thought id give 11.04 a bash and i cant connect to internet via wifi i have a broadcom network adapter built into my hp530 laptop , and my network port is broken so cant use cable connection , so i thought id go back to 10.04 , guess wat i need to d/l the drivers again ... and again i have the same problem ? i have another laptop running win 7 , anyone know how i can get the drivers or what i can do ... ? its a broadcom BCM4311 802.11b/g
View 3 Replies View RelatedI've just installed Ubuntu Desktop and connected the ethernet cable, but I don't have network connectivity. Why?
View 7 Replies View RelatedIm a long time Ubuntu user (since 5.04), but networks were never my speciality, I have a desktop running 10.10, connected to the internet trough a US robotics modem (connection eth1), and i want to share its network with my laptop running win7, over a cat5 cable (connection eth0), but the problem is I dont seem to understand what i am doing wrong, what the missing steps required, or in which end is the problem (either ubuntu or windows side).
From what I could grasp was needed googling about the subject, i already set the eth0 connection to share with other computers (in network manager edit connections auto eth0 ipv4 configuration set to share with other computers). Also using the cli set eth0 for static ip using :
Code:
sudo ifconfig eth0 192.168.0.1 Now the question is what i am missing? or is everything needed already done and i just have to properly configure the win7 side (which i already checked several times)?
Here is my ifconfig output:
Code:
eth0 Link encap:Ethernet Endereo de HW 00:01:29:a6:55:fe
inet end.: 10.42.43.1 Bcast:10.42.43.255 Masc:255.255.255.0
endereo inet6: fe80::201:29ff:fea6:55fe/64 Escopo:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Mtrica:1
[Code]...
My network connection breaks almost every day. I don't know whose this problem - is it my system or my provider. Everything goes ok until some moment when network disappears and ping my gateway returns "Unreachable host". In that situation I usually plug out cable and plug it in again - now network works.
I wounder if there is a way to do something from console which has the same effect as plugging out/in cable? Or may be more preferred way - can I know what exactly doesn't work when network disappears? What i must repair? May be it save me from reconnecting cable
I got a new cable modem so I could get rid of the one I've been leasing from the cable company. It is a Motorola sb6120. Everything is fine with the ISP, it's approved for operation on their network, the only hitch was I had to use my Windows laptop to run their activation software.
At any rate, with the new modem installed, I hop on my Linux box and go to work. I'm seeing some terrible delays in looking up names. When I look with firebug, all the dns lookups for new names are taking 15+ seconds. First I just think maybe the names aren't cached or something is weird for a minute and it will get better, but no. After several restarts and then a couple days persevering with the new cable modem, all DNS queries are still terribly slow (including zypper, mail client, web client).
Suddenly I remember an issue I was having with, I believe version 11.1 when I first installed it. For just the computer on my network with a fixed IP address, DNS resolution was slow like this and if I disabled IPv6 then all was well. I believe there was even a patch issued back then for gethostbyname() that was supposed to fix the issue? So, when I disable IPv6, DNS lookup is back to normal. The two Linux computers on my network had been working fine with IPv6 and the old modem, though, and the Windows box is still working fine even with the new modem.
I can disable IPv6 and make it fast again, but really why should I have to?