Ubuntu Networking :: Loss Of Broadband Speed Using Router In UK?
Oct 10, 2010
PC running Ubuntu 10.04LTS, with a Virgin media modem NTL250 with a Buffalo Airstation Turbo G wireless router running Tomato Firmware v1.27.1798.The router is is used by a Internet radio, a wii (both full time) and a nokia N86 mobile and a PSP (used occasionally). The PC is connected by a network cable to the router.Now, when the modem is plugged directly into PC i get 6 to 8 Mbs download speed. When I go modem to router to pc the speed drops down to 512 to 824Kbps. Speeds were obtained off of broadband.co.uk speed tester.
View 1 Replies
ADVERTISEMENT
Mar 20, 2011
We (3) have download limit problems with a 50G/month limit (Inc uploads). The router I cannot change, and it offers no useful options. So I am considering using IP forwarding from my own box. I think I would need a second nic, & router. Eth0 would run a dchp server, eth1 would run a client. What do I run on the box to monitor downloads & uploads, and is there a way of adding pc & laptop downloads to limit luser downloads? Does this stuff strangle speed? I'm running slackware-13.1
View 3 Replies
View Related
Apr 22, 2010
I have problems with my network speed when i ping my proxy server I end up getting a high packet loss generally more than 30%.I have tried to use various network monitoring softwares like etherape, wireshark, tcpdump but I am not able to get to the bottom of the problem.basically I am trying to find out where the lost packets are going.
View 7 Replies
View Related
Aug 31, 2011
I want a virtual router for Fedora? I want to mix together two broadband?
View 3 Replies
View Related
Apr 27, 2011
I have an old tower that I've installed Ubuntu onto. It connects fine online with a mobile broadband stick. I also have an old wireless router knocking about, and I've been trying to network up my house wirelessly using the tower as a router, if that makes any sense. Long story short, this is my setup
Internet ==> Mobile Broadband ==> Tower ==> Wireless Router ==> Wireless Devices.
I know that it's complicated, but I'm sure that it can be done. I've tried playing around with bind9, and playing with dhcp and the like. I feel that I am close.... but no cigar. how to route all traffic from the router
View 1 Replies
View Related
Jan 13, 2011
I was about to invest in a new, current-tech router in an effort to speed up my internet performance. My on-line research uncovered the fact the the LinksysWRT54G router is easily modified to expand and increase its performance. That's because it's firmware is Linux based and therefore open-source.A google search turns up a number of sites with instructions. I've been reading this one: http://www.wi-fiplanet.com/tutorials...T54G-Story.htm. I'd like to hear your experience if you have ventured through this or found some other "easy" way to increase the Linksys router performance.
View 2 Replies
View Related
Jul 7, 2010
I have a home network consisting of 1 Linux box running Fedora 13, a laptop running Windows XP, and an HP Officejet Pro L7780. With the Fedora 13 box I have Firefox 3.6.4. I have noticed in the last couple of days a very sluggish response seemingly one site, amazon.com. I'll connect to the site but Firefox remains loading the page and parts of it will be missing. If I search for a particular item it takes forever to display parts of the newly requested page. I have hit stop and then refresh and sometimes the page will then come up although it's never 100%. Eventually I'll loose my router (which by the way is a Linksys BEFSR8.1 v3.01), in that if I ping it I'll get the error that it is unreachable. The laptop also looses access to the router. I'll then reset it (unplug/plug) and it'll come back up ok until I go back to Amazon and start searching again.
My question(s) are:
Can a router go bad and just show up bad with one site initially? In other words is the router slowly dying?Can a problem with a site affect the router this way?I have also changed my namserver settings in /etc/resolv.config and on the router with no real change in symptoms. It's always Amazon and I don't seem to have issues with any other sites that I visit. Any clues?
View 8 Replies
View Related
Feb 11, 2011
Will this work in Fedora also to tweak the speed of broadband connection? [URL]
View 2 Replies
View Related
Apr 9, 2010
I have 3 Dell Precision M4400 machines. After getting updates yesterday or today, I get random network dropouts like crazy, on wired or wireless. On one machine I was able to turn off ipv6 in grub and reboot, and it works now. However on the other 2 machines, still have the same problems. All 3 are running 9.10 64 bit. Is there a way I can back out the updates so the network works again? Anyone else see this behavior after updates today?
View 2 Replies
View Related
Apr 13, 2010
Because of the configuration of my house, I need two routers.I have a DLink ADSL router as my main router and the Belkin N1 as my repeater.I have set up the IP address in the Belkin to be 10.1.1.10 - my DLink is 10.1.1.1. I have disable the dhcp in the Belkin and set the DNS as ISP provided. [URL]..I have set the channel to 11 and in the Ubuntu Network Manger I have set the IPV4 to Link Local Only. I can see the Belkin and connect with my PC.but it will not take me through to the internet.
View 9 Replies
View Related
Jun 18, 2011
I want to set up a Linux box as a wireless router to replace our existing Netgear WNR1000 router, as I believe the Netgear does not support the coming IPv6 protocol. Unfortunately, it is not flashable with OpenWRT or DD-WRT presently.
As we have Comcast, our cable modem acts as a dumb modem according to the customer support guy I talked to, and our router is the one that asks for the IP address from DHCP. Thus, when Comcast switches over to IPv6, I don't believe my existing router would work, correct?
My idea is to take a Linux box and put two NICs and a wireless adapter in it, using IPCop or Smoothwall to set up a router. I could then enable IPv6 support for when we have IPv6 with Comcast. Is that possible? Would there be a way to get BIND to hand out private IP addresses in the same subnet on the both the LAN NIC and the wireless card?
View 1 Replies
View Related
Nov 6, 2009
I have a desktop PC running Ubuntu 9.10 and Windows 7, and a Eee PC 701 laptop running EasyPeasy Ubuntu 9.04. I'd like to connect the desktop to the laptop with a wired connection (eth0), then the laptop to my ADSL router using wireless (ath0).
I have a crossover ethernet cable (I bought on ebay). I have set up my laptop with a static IP address on my LAN and it uses OpenDNS.
I have added this to /etc/sysctl.conf on the laptop:
net.ipv4.ip_forward=1
Then I tried this on the laptop:
sudo iptables --table nat --append POSTROUTING --out-interface ath0 -j MASQUERADE
sudo iptables --append FORWARD --in-interface eth0 -j ACCEPT
This is a variation on what I found on other sites describing how to set up a router. I don't understand iptables very well, but I gather that the above two lines should set up forwarding so that traffic from my router to the laptop will be forwarded to the desktop, and vice versa.
But this doesn't work. The connection doesn't even establish between the laptop and the desktop.
View 12 Replies
View Related
Apr 24, 2010
I'm having trouble getting my network set up the way that I want it/had it. You see, when I first set up my network, I just had my cable modem going directly to my standard wired router (A D-Link DI-604), which had DHCP,and was connected to all of the computers on my network. I had one switch hooked up to one of the ports of the router, but this was a regular switch, and it would not try to assign IP addresses, it would just pass through the DHCP info as I wanted.
Now however, my network setup has changed. My room mate and I both got laptops, and we decided that we wanted to have wireless access so we didn't have to constantly plug in to the router.
Now my network is set up like this: The modem is hooked up to the router(DI-604), which is hooked up on the LAN side to our computers, our switch (which is hooked up to 3 more computers), and to a wireless router card (A Gigabyte GN-BC01).
The wireless router card has two jacks for ethernet. One for WAN, and one for LAN. The LAN side we have plugged only into the computer in which the card is installed.
Now the problem is this: The wireless router card comes with DHCP by default, and it's assigning addresses to the laptops and to the computer hat it's in, and worse, the IP addresses are on a different subnet than that of the main dlink router. The Main (dlink) router assigns addresses from 192.168.0.1 (itself) to 192.168.0.254, while the wireless router card assigns addresses from 192.168.1.1 to 192.168.1.254 (itself).
Because of this, I cannot access services on the wireless network from my wired network or vice versa. The first thing I tried was setting the card to assign addresses from 192.168.0.12 to 192.168.0.253, however it just said "internal error" when I tried to do this. I decided that this may be because it sees that it was being assigned an address on it's WAN side on the same subnet. So the next thing I tried was disabling DHCP and setting the "LAN IP Address" to 192.168.0.12, hoping that the DHCP would just go through the card, like a switch. I would have set the LAN IP address to be assigned by DHCP, but this was not an option, so I decided that'd be the best thing to set it to.
Once again however, setting the LAN ip address to an address on the same subnet as that of the IP assigned to it's WAN side caused it to report an "internal error". I verified that this was the issue by setting the LAN address to several other private IP addresses to test (I.E. 10.0.0.1, 192.168.3.1, 192.168.5.12).
My question then really is: How do I set up both routers so that I can access services and computers from each network from the other network. Should I set them with different subnets and set the gateway on the wireless network to the main router? To the wireless router card? Should I put them on the same subnet? Will it know how to communicate?
Here is a link to (picture) my network diagram. Network Diagram
View 2 Replies
View Related
Mar 26, 2009
These r IP provided by my ISP that i've put on Fedora 8:
WAN IP:xxx.xxx.xxx.17 (eth0)
Subnet:255.255.255.252
Gateway:xxx.xxx.xxx.18
Valid static(public) IP set of 2:
IP:xxx.xxx.xxx.147 & 148 (eth1, eth2)
Subnet:255.255.255.240
i want to run xxx.xxx.xxx.147 as a web server & xxx.xxx.xxx.148 as a ftp server. but I'm able to ping only xxx.xxx.xxx.17(WAN IP) from outside world. Can any1 tell me that how can i bring my 147 & 148 IP online without router.
View 6 Replies
View Related
Mar 11, 2010
I have a new Toshiba Satellite L450, and decided to run Ubuntu, which is new to me. I am running a 64 bit Karmic, and there is no driver that works. So, to make a long story short: a friend helped me get a driver on my Desktop, namely: rtl8192se_linux_2.6.0100.1012.2009_64bit.tar.gz We had it working, but when I let in the first large batch up updates, it kicked the driver out. I found instructions, installed it again. I let in the next updates, and it kicked out again, and this time the instructions don't work. So, I have two sets of questions:
1. Will updates always undo my wireless? Are there certain updates I should avoid if I want the wireless to stay up and running? (I just assumed the thing to do is just get the updates -- though I am guilty of having no idea what they were about.)
2. Did the updates cause one of my instrucitons to no longer work, or need to be modified?
They were as follows:
sudo apt-get install build-essential
cd ~/Desktop
sudo tar -xvzf rtl8192se_linux_2.6.0100.1012.2009_64bit.tar.gz
That 'sudo tar -xvzf...' operation is the one that stops me. Is there something to change in that line? It goes on:
cd rtl8192se_linux_2.6.0100.1012.2009_64bit
[Code]...
this worked the first time I tried it. I posted this earlier under 'hardware', and do not know how to get that post off, so I typed it here once I realized.
View 5 Replies
View Related
May 29, 2010
I am just starting my adventure into Ubuntu. After installing and configuring Shrew Soft in Ubuntu 10.04 64Bit, I am having some serious packet loss issues. The LAN is wireless, however the only packet loss I experience is over the tunnels. I have tried different algorithms, and it seems as I fiddle with the MTU client side, it clears a bit, but the best I have managed is 23% loss average.
View 2 Replies
View Related
May 12, 2011
I have a Compaq Presario M2000 with a Broadcom BCM4306 wifi card with Ubuntu 11.04
I did the following commands and the wifi works perfect, but after reboot I have to run the commands again?
Code:
~$ sudo apt-get install b43-fwcutter
Code:
~$ sudo apt-get install b43-fwcutter firmware-b43-installer
[Code].....
View 4 Replies
View Related
Mar 8, 2010
I have a hp dv3 laptop which dual boots Win7 and Ubuntu 9.1 64 bit. I have no issues with my wireless adapter in Win7, but I lose connection after a couple of hours in Ubuntu. When connection is lost it is not possible to view any wireless signals, the adapter is basically turned off. The only way to restore the connection is to reboot, then Ubuntu will again automatically connect to my WP2 encrypted router. My wireless adapter is a AR928X made by Atheros.
View 4 Replies
View Related
Mar 16, 2010
For most of today I had my internet connection dropping out on me intermittently. I assumed it was a provider issue, as it has been unreliable in the past. After it dropped out for good, and I could not print through network, I realised it was not a provider issue. All the other computers in the house were connected, including another ubuntu box. Only the MacBook Pro 5,5 was not able to connect. The network manager indicated I was connected to the network, throughout the whole time.
A number of restarts with the kernel I normally use (2.6.31-19) including one in recovery mode, yielded no change, but a restart with the 2.6.31-20 kernel resulted in connectivity. Finally, perhaps by chance, wireless started to work again on the 2.6.31-19 kernel, after I once booted into the Mac OS, and then back into Karmic. How I might go about diagnosing, obviously in hindsight, what happened? I suppose I should look in the log files, but I have no idea where exactly, and what to look for.
View 3 Replies
View Related
May 5, 2010
I got a new X201 which is running Ubuntu 10.04. While at home, everything is fine, at work, I encounter some issues with wireless. the signal cuts in and out repeatedly.Here's the output of ping. I set it to ping a server every 90 seconds, 10 times. So this is a snapshot of 15 minutes of network activity...
Code:
PING (REDACTED) bytes of data.
64 bytes from (REDACTED): icmp_seq=1 ttl=252 time=1.50 ms
64 bytes from (REDACTED): icmp_seq=2 ttl=252 time=2.13 ms
64 bytes from (REDACTED): icmp_seq=3 ttl=252 time=1.38 ms
[code]....
Also I tried this (from a 2 year old thread which was most relevant solution I could find):
Code:
Changing AVAHI_DAEMON_DETECT_LOCAL=1 to AVAHI_DAEMON_DETECT_LOCAL=0 in /etc/default/avahi-daemon has got rid of the irritating pop-up. Basically, every 5 minutes or so, for a solid 60 seconds or so I get no signal. I've tried updating the kernel, and doing apt-get remove avant-daemon, but still have problems.
View 1 Replies
View Related
Feb 28, 2011
My wireless connection work just fine but it gives me wrong connection status, like 10% even when I'm seating near the wireless router or disconnect status while I steal manege to use the internet at full speed.
View 1 Replies
View Related
Jun 23, 2010
I am simulating a TCP/FTP to TCP/FTP network and trying to monitor the packet loss.
I am able to monitor and graph data regarding the TCPSinks' bytes received, but I can't monitor packet loss.
Why is it that the TCPSink Agent has a variable for bytes (bytes_) but not one for monitoring packet loss?
Do I have to monitor the packet loss from the queue? If so, how do I write code for this?
Below is part of the code for monitoring bytes received from sinks if anyone was interested.
View 4 Replies
View Related
Jan 6, 2010
I'm using kubuntu 9.10 desktop edition as a server and I set the IP statically, what happens is that when I ping it from another machine on the same network, I get intermittent packet loss (up to 80% and sometimes even higher). When I ping any other machine on the local network everything's fine with 0% packet loss. Packets go directly through switch, no router or anything in between.
I suspected wiring issues, but that doesn't seem to be the problem after I changed the wiring. I was connected to wireless and suspected that but no go either. Same thing when I turn wired. I just changed the ethernet card suspecting drivers but that's no good either. Iptables is a cleanslate installation, it's totally empty.
View 9 Replies
View Related
Feb 27, 2010
Just want to know if my connection will be good for voip like skype...
View 1 Replies
View Related
Aug 5, 2011
I have ubuntu lucid running on Dell 230 PC, linksys WPN600 N wireless PCI network card connecting to a Cisco E3000 dual channel router.
Kernel: 2.6.32-33-generic
Installed Ralink driver v2.4.0.0
iwconfig shows that the bit rate is 130Mb/s and link quality is 98/100. I'm using the wcid network manager instead of defaul gnome one. I'm getting lots of packet loss and performance is very bad. The connection is practically unusable. I've tried installing the compat wireless backport package but that did not work at all.
View 1 Replies
View Related
Jan 23, 2010
I try to setup a locale network between 10 (Web) Servers (openSuse 11.2), each Server is connected to the internet (eth0) which works fine on all servers.
A 2nd NIC eth1 (1GBit rtl-8169) on each Server is connect to a Switch and should function as a LAN. I installed/configured the 2nd NIC with yast, and than added a route for the local network (192.168.20.0) to use eth1. So far every thing works (ssh for example), but I have a packet loss of 10%-60% (ping) on the local network, and I cant find the reason for the packet loss. I already installed a Debian Lenny on 2 Servers (just to test) but I have the same problem on Debian.
No firewall or any other application is in the way. With tcpdump I could figure out that the packages are send but never show up on the destination server.
I put some more information about how I configured the LAN below. I have not done this my first time and from my experience if something is wrong with the network configuration (wrong routing, firewall in the way, etc.) this usually leads to a packet loss of 100% or the destination is simply not reachable.
The 2nd NIC is installed with either yast on suse , or by editing /etc/network/interfaces on debian. The Kernel module rtl8169 is loaded.
They are configured with the following values:
Route is added by:
Output example. of ifconfig :
Output of route (same on all servers):
Output of ping:
View 14 Replies
View Related
Dec 10, 2010
The problem is I have a wireless Belkin router which I can connect to, but after being connected for a few minutes the net disappears (cuts from the router) and my laptop will have to reconnect again to the router for internet to work again. After a few minutes (or seconds in some cases) the connectivity loss will happen again over an over.
How to fix this problem or some things I can try, I've tried updating to two different firmwares, two different channels and resetting the router. The biggest problem I find is that this happens on both my laptop, another laptop in the house and also my tablet PC but doesn't happen on two other laptops in the house, I've also tested with windows 7 and Ubuntu with my laptop.
My laptop wireless card is Atheros AR9285 802.11b/g/n WiFi Adapter
View 1 Replies
View Related
Dec 28, 2010
I have a following configuration: 4 PCs (say, A, B, C and D), running Ubuntu or Debian, interconnected using a gigabit switch, which is connected to the Internet. Two machines (say, A and B) also have a direct private connection between them (provided by another pair of NICs).
Now, when I test the connection performance with iperf, the results vary. The private connection between A and B performs well - about 930Mbps using iperf's UDP test. Between C and D it is about 800Mbps which I find tolerable. Packet loss when running these tests is negligible.
However, when I run iperf between any of {A,B} and {C,D}, the performance significantly drops as there is a huge number of lost packets.
For example, here is the result of testing between A and C:
Why is there such a large number of packets which are generated, but lost somewhere?
A<->B private link works fine, so system level parameters on both A and B are correct. Furthermore, C<->D works ok, so I guess I shouldn't blame the switch.
Is there a per-NIC configuration that I should check or it smells like a hw problem? Problematic NICs on both A and B are of the same type - Allied Telesyn AT2916T.
View 6 Replies
View Related
Jun 26, 2010
I am running Slackware 13.0 on a old dell dimension 4500. The install went fine. sound worked, graphics where good. Everything was going perfect. until i worked on wireless.i have a realtek rtl8185 wireless chipset card. I got the wireless. Linux wireless driver. It worked on both Mint 5.0 and backtrack 4.0.so I untar the file. cd to the dir and type make then make install and reboot. like I have always done.
I was having to fight with wpa_gui and finally got it working but then it would go in and out on the connect and disconnect feature. so I tried using iwconfig. did not get muc luck with that either so i installed wicd and finally got a ip address after fighting with it would give me in a ping like 75% packet loss. so I read a lot of post and try to find stuff before I post. and while reading I learned that you guys normally ask for info on the hardware and software so here you go. but I will say first that I read about adjusting the mtu to fix packet loss, I showed some of the changes I made in it around the pings I know it is a mess I am sorry I tried to make it readable. if you need more information let me know. I cant get online using a web browser or if I can only for one or two pages. any help would be great. thank you.
Code:
bash-3.1# ifconfig
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
[Code]...
View 5 Replies
View Related
May 15, 2011
I have been having this problem for about two weeks now where Debian's network and internet connection randomly fails. It works perfectly fine and hosts all the services I need for a while, and then without warning all network connectivity fails. I can't ping any other network device. Regardless of how much I try to fix it, the only thing that works is restarting the computer. First, the server went 7 days without a problem; then 5 days; now it lasted 2 days. Judging from my Teamspeak server logs, it crashed today at 12:31. I grep'd through my log files and found this information:
[Code]...
View 6 Replies
View Related