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
ADVERTISEMENT
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
View Related
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
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
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
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
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
Jan 13, 2010
I am trying to get two way serial communications going between a Windows XP system and a Linux system (RHEL 5).I have /sbin/agetty -L 9600 ttyS0
in /etc/inittab. I am using a generic USB to serial adaptor on Windows (Unitek) and a null modem cable. I have putty configured for 9600 baud, 8 bits, no parity, one stop bit, no flow control.I get the login prompt from agetty in the putty window but input does not work; I see weird characters in the putty screen. I can echo output into the device from windows and see it, but
cat < /dev/ttyS0. just prints out weird characters from what I type.
View 3 Replies
View Related
May 4, 2011
I 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 Related
Mar 23, 2010
We have a new machine with RedHat enterprise 5 on it. I need to connect a serial cable to the serial port and talk to another system (old alpha system) instead of using a VT connected to the alpha.Does RedHat come with anything like Keaterm/hyperterm/etc etc?
View 3 Replies
View Related
Feb 7, 2011
i am not able to set up a crossover connection between 2 CENTOS 5.5 boxes.
View 4 Replies
View Related
Jan 7, 2011
i got this old UPS from compaq long back and installed it with a new battery. Thing is i need to connect it to my PC using this serial cable. But my mobo doest have 1. So i bought a COM port cable converter to serial and have attached the UPS through it.
Now after all this done, my PC wont detect any UPS.. i dont know whether its detecting it or not...
here is the output of dmesg|grep tty
Code:
stoned_420@stoners ~ $ dmesg|grep tty
[ 0.000000] console [tty0] enabled
[ 0.852459] serial8250: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
[ 0.852698] 00:09: ttyS0 at I/O 0x3f8 (irq = 4) is a 16550A
So is my UPS being detected :-/ If not how can i know?
Am attaching pics of what all i have.. save my UPS from draining off when i'm not at home and theres a power failure
View 6 Replies
View Related
Jun 1, 2011
I bought a USB Adapter (Trendnet TU-S9) so that I could connect a old camera that connects via a serial port to my newer pc that has no serial port. The problem is that the adapter,to my surprise,requires drivers or some software to work.Windows, of course, and Mac drivers came with it on a disc but.... nothing for Linux. I am running Ubuntu 11.04.
View 1 Replies
View Related
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
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
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
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
Feb 9, 2011
a few day ago i have checked my application and make rs232 cable converter to communicated it. And not detected, why? FYI, this is my lsusb command, but in my dmesg, was not found. check this out, (usualy there is another rows, just like ".....converted to ttyUSB0....")
View 1 Replies
View Related
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
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
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
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
Jul 30, 2009
I have a Sun server that could be only configured via serial interface. It has one serial port with a RJ 45 connector. Although my laptop has not serial interface. Is there a way to use C-Kermit or any software to establish a serial connection via the ethernet port. It should be some kind of virtual serial port that should transmit the information over the ethernet port, without encapsulating it in ethernet frames.
View 11 Replies
View Related
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
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
Oct 20, 2009
Hello. I want to use my Debian box as an internet connection for a Win95 laptop. The laptop is old enough that the only port I have available to connect to the internet from is the serial port. I have heard that a serial port redirector will allow it to access the internet through my debian box, but I have no clue how to set one up. Any advice. Thanks
View 3 Replies
View Related
Oct 7, 2010
Right now I am using some software to emulate a null modem serial cable on my Windows computer connected to itself. For development purposes I need to have a null modem connection to a linux computer from a windows host. Is there any method of doing this virtually?
View 2 Replies
View Related
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
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
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