Ubuntu Networking :: SSHFS Crossover Cable Connection 10x Slower In 10.04

May 2, 2010

I have a desktop running Ubuntu 8.04. I installed 10.04 on my laptop. When I mount my desktop music folder on my laptop and transfer files, they now only go at 100-200 KB/s. When I had 9.10 installed, they transferred at 1-2 MB/s.

This is the command I use to mount the directory:
sshfs matt@169.254.6.233:/home/matt/Music/ /home/matt/Music/desktop/
Is there any way I can speed it up to get it back to max speed?

View 1 Replies


ADVERTISEMENT

Ubuntu Networking :: Serial Cable Crossover Connection?

Oct 13, 2010

I've been reading too much and understanding too little. What I have: Lucid laptop & desktop. Both have ethernet > hub > internet. What I want: connect them directly by the serial ports so the laptop can access the desktop's drives, and the desktop can be retired from the internet. I've got an old DB-25 null-modem, last used for multiplayer Doom. The laptop's dock has DB-9, so the connections is desktop > null-modem > Belkin DB-25 - DB-9 cable > laptop.

I had hoped this post would get me somewhere:[URL].. No such luck. When I ping 'grin.local', the connection is through the internet. If I disconnect the hub, i cannot ping.

Dunno if there's something more I should do to enable serial connection in Lucid, or if my null-modem is no longer good. I'm also rather curious how "grin.local" manages a connection through my ISP's system. These are DHCP. Shouldn't that have required the full numerical IP?

(It's nothing to do with the hub. Checked that by connecting a third box to the hub. My ISP only hands out two IP. I couldn't ping the third box.)

View 5 Replies View Related

General :: Share Internet Connection Through A Crossover Cable?

Mar 5, 2011

I use Linux Mint 10 and have been on Linux for about a year now. I'm no expert, but I can sort of find my way around. My problem is that I am not able to set up a LAN and share my internet connection through a crossover cable. I have a USB 3G data card for my internet connection, and getting a router for it is a mite expensive. I have a crossover cable and searching on the net led me to believe that I could do what I want to. The only problem is that I am unable to.I've got two desktops both on the same Mint 10 and when I connect them assign an IP address and gateway, my network manager shows that the connection is up, but I'm not able to ping the other system. I've even exited my firestarter firewall in case that was what was causing the problem, but I've not found a solution as yet.My knowledge of networking is at that dangerous stage where I know very little, but think I know a lot. What I've learnt about networking I've learned over the past one month when looking around for solutions to my problem but my basic understanding leaves a lot to be desired.

View 6 Replies View Related

Networking :: Sharing Network Using Crossover Cable?

Feb 14, 2011

At the outset I would like to tell everyone that I am still relatively a newbie in linux. I use a usb mobile broadband data card to connect to the internet, and I recently purchased another desktop for my wife. Both of us do not share any files, but I do not have a router and was wondering if I could share my connection with her using a crossover cable.I did a lot of Googling around and tried various different things, I even followed another thread in the same forum but the most that I have got is my network manager saying that connection has been established. I am however not able to see her computer under my windows network and don't know how to proceed.I don't know where I am going wrong, and considering that my knowledge of networking is at below basement level, I would really appreciate any help in this regard.

View 2 Replies View Related

Networking :: Unable To Connect Two Ubuntu Computers Via Crossover Cable / Sort It?

May 31, 2010

I tried to connect two ubuntu computers via crossover network. But sometimes they can connect and see each other and even ping each other and sometimes not!
Each time, each of my PC's can ping it's own IP address but may not ping the other PC. I tried to disconnect cable, reconnect, disable network, enable it again, change IP address, disconnect via Network Manager Applet, reconnect and... . But when one of them don't want to connect I can't do this anyway!
Anyone knows what must be the problem? Sometimes it took about many seconds to get them connected, and sometimes they can't connect for many hours.
I must add that I have an ADSL modem on one of two Ubuntu PCs that connect via another cable.

View 9 Replies View Related

Networking :: When On The Network, Can See The Shares Just Fine, But If Use A Crossover Cable, Cannot See Or Access The Folders?

Mar 3, 2011

I have a home network and I use Samba to share files. Now when I am on the network, I can see the shares just fine, but if I use a crossover cable, I cannot see or access the folders or files.My goal is to use a crossover cable from one computer with clonezilla to my server in order to use Samba to make an image of my workstation and save the image on my server.But everytime I try to connect with clonezilla I get a persmissions error and the share will not mount. I tried going to the shell and mounting as root, but that did not work either.

I have another server which is only a console and it works though I am unsure why. The share though is a mounted usb drive while on the one that does not work, it is on the internal hard drive.I was wondering if anyone had any ideas or anything I could try to narrow down the problem. Oh, I can access the share using ssh, but not samba. One other thing, the shares are set to allow read/write access to everyone so I don't see why I can not access it.

View 3 Replies View Related

Networking :: Connecting Debian Client To Voyager Client Via Crossover Cable?

Jan 6, 2011

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?

View 2 Replies View Related

CentOS 5 Networking :: Setup A Crossover Connection Between 2 5.5 Boxes

Feb 7, 2011

i am not able to set up a crossover connection between 2 CENTOS 5.5 boxes.

View 4 Replies View Related

Ubuntu Networking :: Why Is VPN Connection Much Slower Than On Vista

Jan 9, 2010

I have a 100MBit connection and previously when I used vista I had no problem downloading files at 100Mbit with my vpn provider. Hower the PPTP vpn connecion I'm using on ubuntu seems to be capped to 10 MBit.

View 1 Replies View Related

Ubuntu Networking :: Direct Connection With A Cross Over Cable?

Jan 10, 2010

I've got a Laptop with wireless broadband connection which needs to be connected to a desktop machine so that the internet connection could be shared. Both has got Ubuntu 9.1. I don't have a router or a switch. I just need direct connection with a cross over cable.

View 5 Replies View Related

Ubuntu Networking :: Wireless And Cable Connection Same Time

Apr 7, 2010

I have a wireless connection with static ip 192.168.10.150 to connect to Internet through a modem / router ADSL ip Lan 192.168.10.1. I connect with no problems. I have a wired network in the office 172.16.17.0/24 to work with the servers. the router is 172.16.17.1, my connection eth0 with static ip 172.16.17.150 work, but Internet by Internet nothing. If i disconnect the cable i have Internet from wireless. ?? What i have to do to ,to received internet by wireless and be connected ate same time to my wired network by eth0 too.

all routers have DHCP active.

View 2 Replies View Related

Ubuntu Networking :: Wireless Connection Dies With No Cable

Apr 15, 2010

I recently installed the vt6656 wireless pci card that came with my zotac motherboard. I can associate with my ap and get an ip address successfully. When I disconnect my ethernet cable, however, my wireless interface stops responding (can't ping it). The box itself is in a place where I don't have a monitor connected to it so I cant see anything since my ssh session gets killed as soon as I disconnect the ethernet cable.

What would be the reason why the ehternet cable being unplugged, disconnects my wifi card as well? Does something get triggered? I did some testing with iptables, blocking the 8080 traffic to the wired interface, and noticed that the 8080 traffic also gets blocked to the wifi ip. I'm afraid that this never worked properly to begin with.

View 1 Replies View Related

Ubuntu Networking :: No Connection With 75ft Ethernet Cable?

Sep 21, 2010

I am trying to run a cable from my wireless router over a 75ft cat6 cable to my bedroom. I don't get any connection on my end and I don't have any other ideas. I did setup a m0n0wall box just to try. I got the network led on my server to light up in my room but nothing more than that. Lastly, I tried adding a 5 port switch in my room and then connecting that to my server and nada.

View 4 Replies View Related

Networking :: Shared Connection With Playstation 3 - Put Ethernet Cable Between Them

May 2, 2011

How do I make share internet connection with playstation 3 with Linux Mint? I have put ethernet cable between them.

View 1 Replies View Related

Ubuntu Networking :: Slow Wifi - But Fast Connection On Network Cable

Jan 22, 2011

I have a strange problem that I cannot diagnose -- slow wifi. About two or three weeks ago, I noticed that my wifi began to slow down dramatically. The problem is the same on my ubuntu laptop and my ipad. But when I connect directly to the router with a network cable, my connection is fine. So it is definitely a problem with the wifi signal itself.

What I have done so far:
(1) I checked all of the MAC addresses connected to my wifi. I identified my tivo box, laptop, and ipad. Nothing else.

(2) I used [I]wifi analyzer[I] on my android phone and selected an unused wifi channel (channel 8).

(3) I changed the username/password on my wifi signal. I also changed the password for my router's admin privileges.

(4) I restarted my router and computer.
None of this helped.

I am using a Netgear WGR614 wireless router.

View 3 Replies View Related

Ubuntu Networking :: Ethernet Connection Does Not Come Back If Cable Had Been Manually Disconnected

Jan 28, 2011

OS: Maverick Ethernet driver: tested with sky2 an sk98lin This has been driving me crazy for the last few months: if I unplug ethernet cable while my laptop is on reconnecting it sometimes does not bring the connection back.

And once ethernet is gone nothing that I try seems to consistently bring it back. Rebooting, disabling/enabling the driver, disabling/enabling NIC in BIOS, changing driver from sky2 to sk98lin, deleting connection from Network Manager, resetting the router - nothing helps. It seems to come back randomly a few weeks later. Once I used live Ubuntu on a USB stick and ethernet came back not only on a live distro but then when I rebooted also on my main OS. But when I tried that trick next time ethernet was missing in the live distro as well.

Also once I was able to revive ethernet but compiling sk98lin driver, blacklisting sky2 and rebooting. Of course next time doing the same routine did not help. The thing is - ethernet works fine with either sky2 or sk98lin and I can unplug the cable and plug it back in most of the time without any issues. But then every so often - bang and I'm stuck with only wireless until ethernet suddenly starts working again.

View 1 Replies View Related

Ubuntu Networking :: Have Single Cable Connection To Switch Carrying Two Subnets?

Mar 15, 2011

how i can use VLANs. as i have red on the web, it is possible to have a switch to allocate ports to a single VLAN. thus splitting subnets on a port allocation. since i have a pc running KVM, it is possible to create multiple subnets for DMZ and LAN. thus my question is - is it possible to have a SINGLE cable connection to a switch that carries TWO subnets? so that i can decide how to distribute then on the pc?

View 7 Replies View Related

Ubuntu :: SSHFS Over VPN Breaks When Connection Lost?

Dec 2, 2010

I am mounting a remote directory using sshfs, over VPN. If the VPN connection is lost, the directory obviously can't be read. But, when I try to "ls" in its parent directory, the command just stalls. No error messages, and ctrl-d, ctrl-c, ctrl-z don't do anything. The command I ran to mount the directory was:
Code:
sshfs -o workaround=rename bt@example.com:/dir1 /dir1

View 2 Replies View Related

Networking :: Cable Modem - Losing Connection - Resolved By DHCP Request

Dec 12, 2010

Running 2.6.29-gentoo-r1 on a Sun Ultrasparc 10 with a Sun Happy Meal on eth0 connected directly to my cable modem. Intermittently, with a frequency between a few hours and a few days, I lose internet connectivity. Running ifconfig eth0 indicates all is well and I have a valid IP address but I cannot even ping the cable modem's management address; pings to 127.0.0.1 and eth0's IP address do get a reply but no other address I've tried does. I can 'fix' the problem by issuing

Code:

If I check the CM logs, it appears that it has rebooted itself prior to the loss of connectivity. The strange thing is that the incoming traffic doesn't seem to be affected by this, my PSAD log is full of incoming scans even during the periods when I can't connect to the net. I suspect this is an ISP problem (they own the CM);

View 2 Replies View Related

Networking :: Cable Modem Connection Fails - Static Route Disappears

Jan 24, 2011

Running Gentoo with kernel 2.6.29 on a Sparc Ultra 10. I'm having problems with my cable modem connection failing, so I've added a static route that enables me to log into the modem's diagnostics page at 192.168.100.1 when the connection drops; my /etc/conf.d/net looks like this (with the comment lines removed).

Code:
dns_domain_lo="MYNETWORK"
config_eth1=("192.168.0.1 netmask 255.255.255.0 broadcast 192.168.0.255")
config_eth0=("dhcp")
routes_eth0=(
"192.168.100.1/32 via 0.0.0.0"
) dhcpcd_eth0="-N"

This works but after a period of several hours to several days, this static route disappears from the routing table.

View 1 Replies View Related

Ubuntu :: Internet Connection Is Slower After Update On 10.04?

Aug 15, 2010

I've been running 10.04 since it came out basically and my internet connection has been fine. After I got the last set of updates that came up on the update manager (which if I remember mainly contained an updated version of the latest kernel and a couple other files) my internet connection speed went from a decent browsing speed and file transfer speeds between 80-200kbps to an almost dialup browsing speed to file transfer speeds of a about 7.5kbps its very significant and very annoying it took 20 minutes just to make this post.

Also I've already tried changing my ipv6 settings.

View 1 Replies View Related

Networking :: Can Cat5e Cable Tester Be Used For Cat 6 Cable

Apr 7, 2010

Can Cat5e RJ45 connector crimper be used for Cat 6 connector because I heard cat 6 connector is different from cat 5e connector and also same question for cable tester can cat5e cable tester be used for cat 6 cable?

View 1 Replies View Related

Ubuntu Networking :: Crossover Transfer From Vista

Oct 9, 2010

So i have a Vista desktop wirelessy connected to the router and a laptop running UNR 10.04. I used a Gigaware Cat5e crossover network cable to connect the desktop and laptop, and the lights light up orange so it's responsive i guess. I installed samba and can access my shared files on vista from my laptop but the transfer is 1mb/sec, i was hoping the crossover could help achieve something like 50mb/sec. Which is why i don't think i set it up right at all. How can I connect vista to ubuntu via crossover cables to transfer files?

View 4 Replies View Related

Ubuntu :: Set Cable Connection To Only VLC?

Oct 4, 2010

So my problem is: With internet cable I have connected to modem which support IPTV, so I can watch it, and I can't browse. With my wireless connection I browsing, and I can't watching IPTV.

I need anwser to this if can I set cable connection to only VLC (with which I can watching IPTV), and wireless connection to other programs or only Firefox?

P.S.: I'm using Ubuntu 10.04 64 bit.

View 1 Replies View Related

Ubuntu Networking :: Crossover Direct Connect To Windows 7 Pc?

Apr 8, 2010

Ive just installed ubuntu on a small nettop type pc. It can connect to the internet but I want a direct network connection thru gigabit LAN using a crossover (apparently a straight cable would have been sufficient). Anyway, I have no idea where to begin. The network connection manager in Ubuntu shows Autoeth1 which is right and, if I manually set the IPv4 I can get the PCs to somehow see each other and the 7 pc to give a 'network access only' but that's it.

View 2 Replies View Related

Networking :: Crossover Cat5 Vs Switch

Feb 15, 2011

got a watchguard firebox 1000 here, old tech i know, the manuals/pdfs on their site want me to use a crossover cable for the quick setup and I havent got any at the moment, but I got dozens of normal patch cables and switches. Can I use 2 patch cables on a switch to simulate a crossover cable scenario? If so ... would there be anything extra to do to make that method work? --tia

this thread indicates there is no difference other than what they mention in the thread? confirmation on that? [URL]

View 2 Replies View Related

Ubuntu Networking :: SSH Port Forwarding With X11 And SSHFS?

Nov 2, 2010

I've used wake on lan and SSH on the local network for some time now. I also used SSH to mount a filesystem (SSHFS / sftp, same thing, right?) and I could forward X11, loved it. I used both these options for my convenience. So I decided it was time to open up some ports on my router (Linksys WRT320n running dd-wrt) and try to set up a remote connection. This actually worked after some time, so I'm now able to turn on my home computer from the Internet (school in my case) and then log in to it through SSH. I set this up using other ports then the default ports. Something like this (these are not the actual ports I use, just examples):

port 2112 -> port 9 (for wol, wake on lan)
port 2113 -> port 22 (for SSH)

This information might be useful: I set this up using public and private keys. This is necessary for SSHFS to work properly I think and it also makes it more secure. And then I found (and had some presumptions that this was going to happen) that both SSHFS and X11 were not working. I'd rather not open up more ports on the router for security's sake though, so I'm asking for other solutions. And if there really aren't any other solutions then which ports to forward. And if forwarding is really necessarily then how to make the client use port 2114 for SSHFS and 2115 for X11 so I can forward those ports to the default ports.

View 3 Replies View Related

Networking :: Is There Any Alternative To SSHFS

Oct 13, 2010

I know that SSHFS is the way to mount the file and directory on remote server. It has many advantages such as security, convenience, fast and so on. I wonder if there is disadvantage of SSHFS and the alternative to it? I am looking forward to your reply.

View 2 Replies View Related

Ubuntu :: 9.10 - No Internet Connection Via Ethernet Cable

Mar 9, 2010

I just built my first pc, installed ubuntu 9.10 and tried connecting to the net through my ethernet cable and all that happens is it says cannot find server. Do I need to install network settings & if so what & where,or should it automatically detect them? As this is my first build I am a novice but am willing to listen & learn.

View 3 Replies View Related

Debian Configuration :: Resolving Host - Connection When Using Browser Or Downloading Is Noticeably Slower Than When Using Windows

Mar 8, 2010

I just installed a dual boot XP/Debian 5.0.4 setup on my Dell 5100 laptop. I now have constant problems with "resolving host" when using Debian. The connection when using a browser or downloading is noticeably slower than when using Windows or my Ubuntu install on my desktop. Also, whenever using the Debian install on my laptop, both it and my desktop, which both connect through the same Linksys router, constantly show "resolving host" (Chrome browser) until it just timeouts. Rebooting the DSL modem sometimes fixes it for a while (although it's still slow even then), but it eventually happens again. Turn off the laptop/switch to the XP OS on it, and the problems disappear on both the laptop and desktop. Is this a known problem for Debian 5.0.4?

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved