Ubuntu Networking :: How To Set Up Wifi And Adsl

May 18, 2010

I just switched from windows to lucid lynx 10.4, but I am really frustrated because I have no idea about how to set up Internet (both adsl and wifi). I have checked the documentation and browsed for hours but the solutions out there never seem to apply to my case, so I beg for some personalized help on how to set up Internet. The only things I know are how to get to the terminal and that I am on an HP laptop. I beg you if you request information you give me a hand at how to find it, given my inexperienced level

View 3 Replies


ADVERTISEMENT

Fedora Networking :: Configure ADSL Using Use Fc10 - Ethernet Cable <Asus Am608 ADSL Modem>

Aug 6, 2009

I want to configure my ADSL but I don't know what should I do. Can you explain me How can I configure it?(I use fc10, ethernet cable <Asus Am608 ADSL modem)

View 9 Replies View Related

Ubuntu Networking :: Ad Hoc - ADSL Is Not Shared

Jan 4, 2010

At home, I have one pc and one laptop. The first one is working under Windows XP and connected to ADSL. The second one is under dual boot : xp and ubuntu. Some months ago, i've created an ad hoc network so that i can share the ADSL connexion with the laptop. When the laptop is working under XP, it works. But when i'm on ubuntu, the network is detected - i guess it is detected as a ad hoc network, cuz it's represented with two computers - but the ADSL is not shared. What do i need to change?

View 1 Replies View Related

Ubuntu Networking :: Making Adsl Connection In 10.10

Oct 24, 2010

is there any problems with making adsl connection in ubuntu 10.10. Recently I've had ubuntu 10.04 and there was a problem with making adsl connectio so I was forced to you terminal in order to connect to internet. I'm asking you this because I'm planing to install Ubuntu again but if there is still connection problems then I wouldn't install ubuntu

View 5 Replies View Related

Networking :: SSH Through ADSL Router?

Nov 1, 2010

1) I have an ADSL router for internet and RHL box sitting on the southside of the southside of the router with local IP configured.

I have to access the Linux box through the internet.

I have tried to port forward the SSH port on the ADSL router, that is not working.

View 6 Replies View Related

Ubuntu Networking :: ADSL Connection Stops Intermittently?

May 5, 2010

I just configured my (dataone) ADSL connection and now it stops intermittently. Can anyone tell me why this happens and what is the solution for this.

View 1 Replies View Related

Ubuntu Networking :: Connect To Internet Using ADSL Router?

May 23, 2010

I'm a beginner in Ubuntu, I'm using Ubuntu 9.10.
Currently using a Dlink GLB-802c router and using a ADSL connection. I try to connect to the Internet but it is unsuccessful. Ubuntu is not indicating my router when I connect to the PC.

My PC is P4 and using USB to connect to internet, PC haven't a Ethernet interface.

View 1 Replies View Related

Ubuntu Networking :: 8.04 Cannot Connect To ADSL After Return From Suspend

Sep 19, 2010

I'm using ubuntu 8.04 . Each time I return form suspend mode, the network icon in the right upper conner show a sign "!", which maybe mean there's limited network connection as in windwos. How can I solve this problem?

View 1 Replies View Related

Ubuntu Networking :: 10.04.1 - Connect To Adsl Using Command Line?

Oct 22, 2010

i cant connect to adsl with pon dsl-provider or any command line. just network manager applet GUI works for me. i follow this guide [URL] and try about 3 hours but without success. i edit /etc/network/interfaces following this thread: [URL] but after any alteration in /etc/network/interfaces and restart network my adsl connections are not work at all and also i lost my GUI applet connections too. then i have to back /etc/network/interfaces to its original content and restart my computer to restore my connections

pon dsl-provider error is:

Quote:

Plugin rp-pppoe.so loaded.
RP-PPPoE plugin version 3.8p compiled against pppd 2.4.5

View 8 Replies View Related

Networking :: How To Connect Adsl Modem

Jul 25, 2010

I have an ADSL Internet connection with static IP.I connected through PPPOE from my modem to my ISP.I need to ssh from outside of my home to my home, But i don't know to use which connection between my computer and my modem.(dhcp ,static , bridge or ....)

View 1 Replies View Related

Networking :: Bonding 2 Or More Adsl Connections

Nov 2, 2010

is possible to use linux (especially slackware) to bond 2 (ethernet modems) adsl connections. For example if i have 2 connection of 24mbs download and 512 upload i will create achieve 48 mgps dowload and 1 mgps upload . something like that

adsl1 modem <------ eth1--- (slackbox router) --- eth0---> my server
adsl2 modem <------ eth2----

View 4 Replies View Related

Networking :: How To Connect ADSL Internet With LAN

Sep 19, 2009

I have an ADSL line that allows me for maximum of 4 concurrent users with external IP addreses. The IP addresses are not static (they change every 3-4days).

My current setup is as follows:
* A-link Roudrunner 44B Modem connected to the main line
* D-Link DI524 Router (port 1) connected to the modem
* This leaves me with 3 ports and Wireless for my other machines

What I wish to do is:
* Have all my machines with static IP addresses for LAN
* still have internet connection

I've tried enabling DHCP on the D-Dlink Router with LAN IP 192.168.0.1 and IP range from 192.168.0.100 - 192.168.0.199. Then gave my machine static IP 192.168.0.101, subnet 255.255.255.0 and gateway 192.168.0.1....obviously it didn't work. I've tried the above with both the modem being connected to the router via port1 and WAN port... but I have the same results. I also tried to do the same without the router (direct connection between the PC and modem) still got the same results. Could it be that what I am trying to do is not technically not possible due to my ISP setup to ensure no more than4 concurrent users limit is in place.

View 16 Replies View Related

Networking :: Using Two ADSL USB Modems At The Same Time?

Dec 9, 2010

Q: How can I use at the same time two ADSL USB modems with pppd and pppoatm.so plugin?

I have the following scenario:

- Two ADSL USB modem correctly recognized by Linux.

- pppd configured with two different files, one for each ADSL (even if the two ADSL have the same parameters). Those files are /etc/ppp/peers/adsl1 and /etc/ppp/peers/adsl2

If I attach only one modem and then launch "pppd debug call adsl1" or "pppd debug call adsl2" everything works fine.

If instead I attach both modem in order to have two ppp interfaces, ppp0 and ppp1 I get the following behaviour:

- When launching "pppd debug call adsl1" the first modem connects correctly.

- When launching "pppd debug call adsl2" I get:

connect(8.35): Address already in use

That's because either adsl1 and adsl2 are trying to use the same modem.

So the question more specific question is: How can I specify which USB modem to use in pppoa ADSL connections?

With dialup modem it is possible to specify /dev/ttySx in peers files, but what about ADSL USB modems?

View 1 Replies View Related

Ubuntu Networking :: Netcomm NB100 Adsl Pci Modem Driver?

Oct 10, 2010

I want to get an adsl 1 internal pci modem card for my home server. Netcomm's NB100 seems to be the most readily available. Does anyone know if there are ubuntu drivers for it? If not can you suggest a card that does and is easy to get a hold of?

View 2 Replies View Related

Ubuntu Networking :: Difference Between An Adsl Router And An Ethernet Modem?

Dec 20, 2010

not *buntu related but what is the difference between an adsl router and an ethernet modem?

View 5 Replies View Related

Fedora Networking :: Config ADSL Connection In 10?

Jan 22, 2009

I'm using ADSL connection as a way to access internet.All of us know that in windows we can get configed easily.But it is a little more difficult in Fedora.How can we config ADSL connection in Fedora 10?My modem uses dynamic ip.

View 14 Replies View Related

Fedora Networking :: Can't Get Access To Internet Through ADSL?

Mar 7, 2009

I have an valid account,and I used pppoe-setup to set the dial correctly.After the configuration,I typed "ifup ppp0",nothing wrong happens(no news is good news?).Then I typed "pppoe-status",it said I've connected to the internet . I opened firefox,updated my system through yum ,they all said I haven't connected to the network!!!I've formated my harddisk and reinstall my system,but the problem is still.

View 4 Replies View Related

Networking :: Get ADSL Gateway To Work With Cox Internet?

Sep 27, 2010

have a netopia 3347-02 Wireless ADSL Gateway that i got from at&t. i am no longer with at&t.i switch over to cox. I have the cox modem. i also have cable on the modem. when i connect a ethnet cable from cox's modem to my laptop my internet works. but i want to use the netopia 3347-02 Wireless ADSL Gateway that i got from at&t cause of the wifi. when i login & connect to the netopia 3347-02 Wireless ADSL Gaut it in bridge mode.internet works fine, but im not able to use wifi, im also not able to login into the admin page. i have to do a factory reset on it so i can log back in. So how can i make it work with cox modem?

View 4 Replies View Related

Ubuntu Networking :: BSNL - ADSL Connection Not Stable / Disconnected After 3 Or 4 Minutes?

Apr 19, 2010

I am new ubuntu user . I installed - ubuntu desktop v9.10 32bit. I have BSNL (Indian Telephone service) broadband connection. In Windows 7, BSNL broadband connection is working fine.

Now in ububtu I try to establish ADSL connection using following command: "sudo pppoeconf". It open a console based wizard and I'm able to create the connection. But this connection is sustain hardly 4~3 minute, after that it is disconnected. So, Again i have go through the same process again and again.

View 5 Replies View Related

Ubuntu Networking :: Automatically 'redial' ADSL Connection After Power Failure?

May 4, 2010

I use an ADSL connection which I 'dial' using the Network Manager. My laptop is connected to the modem through an ethernet cable.

The thing is the place where I stay is prone for power failure. So the modem goes out with the power. It comes back on within a minute when the power is restored but Network Manager doesn't seem to automatically re-establish the connection after it is lost once. I have to manually do it. Hence most of my downloads do not get done.

View 6 Replies View Related

Ubuntu Networking :: Belkin F5Z0142uk Enhanced Wireless ADSL Router Kit

May 13, 2010

Does anyone have an opinion on the BELKIN F5Z0142uk Enhanced Wireless ADSL Router Network Kit, I want to setup a small home LAN and this kit caught my eye, it includes a usb Wi-Fi dongle for connectivity to a desktop computer, one of my pc's doesnt have a network card so this sounds like a good idea. Whats the build quality like and is it reliable. The link: [URL]

View 2 Replies View Related

Ubuntu Networking :: Access Blocked Sites By VPN And Unblocked By Direct ADSL?

Nov 21, 2010

I am in China, where some web sites(....., facebook, etc) are blocked. So I have to access these blocked site by VPN. But how can I access blocked sites by VPN and unblocked sites by my direct ADSL?

View 2 Replies View Related

Fedora Networking :: Start An ADSL Connection Using Comandline?

Mar 23, 2009

I have D-Link GLB502-T ADSL router with MTNL TriBand connection.I am currently using Fedora 10. I have successfully setup the ADSL router in bridge mode, and can connect to net using network-manager.

Now I need to know how to start this connection using command-line. I intend to schedule auto restart of the connection for my night unlimited connection.

View 2 Replies View Related

Fedora Networking :: Multiple ADSL Connections To A Fedora10 Box.

May 18, 2009

I got 2 ADSL accounts from a provider, so I decided to configure a server as a gateway for my other PCs.. I created ppp0 device using pppoe-setup over eth0. Then I configured the second one as ppp1 over eth2 to the second modem.. When I finished, I used ifconfig to check the settings and I got only ppp0 and didn't see ppp1, I tried to ifup ppp1 but I still get one device with ifconfig.. The adsl-start command starts only ppp0.What should I do to get the 2 lines to work simultaneously?Are there any configuration files that need to be edited?

View 2 Replies View Related

Fedora Networking :: Make ADSL Bridge Connection In 10?

Oct 2, 2009

"I am new to Linux. Could you please guide me how to make ADSL bridge connection. I have tried to make connection using Network manager. But, it some times works and some times doesn't works."

View 1 Replies View Related

Fedora Networking :: 11 - ADSL Modems Not See My Hostname - Unknown

Nov 3, 2009

I have a problem.ADSL modems not see my hostname.My hostname is "unknown"

Code:

Code:

View 11 Replies View Related

Fedora Networking :: Make Pppoe (ADSL) Connection On 12?

Apr 11, 2010

how to make pppoe (ADSL) connection on fedora 12

View 2 Replies View Related

Networking :: ADSL & Connects To Internet Via Leased Line

Jan 20, 2011

i have a leased line ( speed 2 MB ) which we use to connect to our mail server , oracle ERP etc.. we have a dhcp scope defined as 192.168.100.1-192.168.101.254. with a default gateway as 192.168.100.90 ( which is a cisco router ) we have a pix firewall ( 192.168.100.10 ).. now the gateway passed all the request to firewall..

we have an ADSL of 4 MB speed.. ip is 83.*.*.230 from ISP. i have a proxy server ( squid ) eth0 is connected to ISP (83.*.*.230).. eth1 to LAN ( 192.168.100.79 ) now the problem is when i put default gateway to eth1 ie 192.168.100.90 the squid connects to internet via leased line.. if i leave the default gateway field empty on eth1 , the squid connects to internet via ADSL ( which i want ) but the problem is no one on the lan cant ping the squid server ( no connectivity to internet for the whole LAN ) how can i solve this problem? i want squid to connect to internet with ADSL, but if i put gateway on eth1 ie LAN squid goes through leased line which i dont want to happen.

View 3 Replies View Related

Networking :: ADSL Broadband Throttling File Download ?

Apr 26, 2010

I'm not getting file transfers that utilize the max bandwidth of my ADSL broadband. I have a 512 kbps line (I know that's not broadband in most places, but such is the option available to me), and I usually get download speeds of 55-60 kbps. Since the past couple of days, this has dropped to an abysmal 2-3 kbps. So I used [url] to test my download speeds, and they were as expected (i.e. the usual 55-60 kbps). I also used the speed test page of my ISP, and that too, gave the usual results. There has been no throttling from the ISP, as I confirmed from their help desk.

Also, web pages open fine. It's only when I'm downloading a file (Yeah, web pages are also files, but what I mean is compressed archived files; .rar, .tar.?g* et.al.) that I can't get the desired speed. I haven't changed the resolv.conf file, not have I made any other changes that might cause this. I use ppp to dial-up to my ISP, and use the pon and poff scripts that ppp provides. I have a peers file configured for my ISP, which again, I haven't edited.

View 8 Replies View Related

Networking :: Static Routes Between Two LANS Each With Their Own ADSL Line Out

Sep 4, 2010

GNU/Linux gods, guides and superbrains.Don't be moddest. I'ts YOU i'm taking about!I'll be your humble problem-describer-pixie / solution-testing-smerf :

Andreas Vinther, 1977, from Denmark

I'm trying to establish a connection between two seperate ADSL LANs (coming into the house, but from separate ISPs) to a situation where all hosts on either LAN will be able to reach any host on eiher LAN WITHOUT having to use an excess of plastic routers around the house, and please no Wireless bridges. WiFi will only be available as Access Points.

I've heard that Debian does this kind of static routintg / RIP stuff quite well. And I just happen to have one lined up in the right place, that haven't got at snowballs chance in hell of running WINXP or above. But it kills at textbased datamanipulation/forwarding/rerouting/dropping/scanning ... so I'vew made up my mind. That is what I want to do... Now how do io get around doing stuff like that.

The Debian box is connected to both networks: Hostname: AsusAnd
(192.168.1.0/24 - TDC network)
and to
(192.168.15.0/24 - Profiber network)

Needless to say, but both netmasks are 255.25.255.0 hence the /24 The respective router's LAN addresses are 192.168.1.1 and 192.168.15.1 My Debian are locked to the following IP's (reserved DHCP):

eth0:192.158.1.56 via DHCP from 192.168.1.1
eth1:192.168.15.177 via DHCP from 192.168.15.1

So far so good - Now here we go ! This is not a scenario where i'd like to always want all network-packages to travel the shortest path, nor NESSESARILY use the other ISPs gateway if the first is down or slow, although that'll be super nice.

I suspect that'll involve router-protocols like RIP. I'll be super pleased to get some guidelines there as well, as i suspect it'll be quite easy to implement once everything else is in place. Although RIP isn't our main goal, it probably comes as a close second. I think we all would like as stable and fast a connection as possible.

I was actually so naive that i thought if i added two static routes to the two routers x.x.1.1 and x.x.15.1, that my problems would automatically be solved by my Debian box, and that it would automatically act as a gateway when the routers send their packages for the other net. As long as i was connected to both LANs at the same time.

Note: I haven't changed or tweaked the Debian kernel to do routing. this is a simple stable install from the net-inst.iso of Debian 5. I'd like to keep it that way unless there's no way around it.

my routers have static routes to each other (WITH PROPER CABLING), configured as follows:

(On router with LAN 192.168.1.1)
[static route] to 192.168.15.0 with nmask 255.255.255.0 going throuhg gateway 192.158.1.56 ( Taken from above info ) - metric around 2
Similary on my other NIC directly cabled to another switch ---and-then-to-another---> Router

[code]....

View 1 Replies View Related







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