I am a Ubuntu user (10.04 as of now), since I use it, over a year, I have to manually enter the command $ sudo pppoeconf everytime I turn on the computer and want to connect to the internet, the I click enter some times, enter my password of my internet provider, then I click enter some more times to have internet.I have to do this boring work, 3 times a day, just now I am asking you if you know any way of automatizing this?
I recently installed Lucid 10.04 on a P-IV desktop. The install went extremely smooth and Ubuntu was up and running. Hats off to the Ubuntu folks for the excellent user-friendly experience in the installation process. However , I have run into a networking issue. I connected my PC to the router issued by my ISP. This is a plug-n-play type of connection where the username/password settings are stored in the router and there is no configuration required in Ubuntu for accessing the internet. All I need to do is connect the router and my PC using the LAN cable. I was able to surf the net without any issues.
A few days later , this ISP service was down and hence I switched to another wired ISP. This ISP required me to dial a connection using another supplied router. I setup the connection using pppoeconf where I was asked to enter username/password. Again I was able to surf the internet without any issues. Next , I shutdown the system and before booting it , I switch back to my original ISP connection (the plug-n-play one). But now I am not able to connect to the internet. The router lights show that my PC is connected to it , but when I issue ping 192.168.1.1 to check connectivity with the router configuration, I get
Code: $ ping 192.168.1.1 connect : Network is unreachable. Also , issuing ifconfig does not show eth0. NM-applet also does not appear in my notification panel at the top. How I can go back to using my original plug-n-play ISP connection? I have read some posts about networking issues , but none quite like this one. Please note that all my Internet connections are Wired connections.
Here is my interfaces file Code: $ cat /etc/network/interfaces auto lo iface lo inet loopback iface dsl-provider inet ppp pre-up /sbin/ifconfig eth0 up # line maintained by pppoeconf provider dsl-provider auto eth0 iface eth0 inet manual
i have some trouble connecting to the wireless of the dormitery where i live in. so that is what i already did: connecting to the hidden wireless network via nm-applet i typed in my personal user data using "sudo pppoeconf" connecting to the internet using "pon dsl-provider"
so after i did that everything was working out very well and i was able to use the internet without a problem! but after i restarted the computer the nm-applet was gone so i can't connect to the hidden wireless network anymore. if i try to start nm-applet manually the terminal says:
Code: jonas@jonas-K50AD:~$ nm-applet An instance of nm-applet is already running. (nm-applet:1962): WARNING **: <WARN> constructor(): Couldn't initialize the D-Bus manager. jonas@jonas-K50AD:~$ if i end nm-applet using the system monitor and try to restart it again i get the following output: Code: jonas@jonas-K50AD:~$ nm-applet
It's been a while since i've been trying to deal with this problem but it was useless. I've found many related problems to this, most unsolved and those who had solution wouldn't work for me. I have few mates who have the same problem and still didn't find a solution as well. Here's the problem:
Both on my Desktop and Laptop, the network manager won't recognize that there is a cable pluged on the computer so that it would start my connection. The solution to make it work is pretty simple and its everywhere: use pppoeconf.
Altough that does the trick to make my internet work, i get another problem that i found out to be related to this one, which is: I can't use VPN. Which make me assume that one problem is related to the other, is that on my laptop, which has wireless internet, ubuntu will recognize it and then i can simple use vpn. My desktop, on the other hand, isn't that lucky and does not have wireless, so i can't just use vpn. So far, i've been using vpn on windows when needed, but switching systems is really a pain, not to say i'd rather do that on ubuntu.
Few other suggested solutions were to use 'wicd' and other network managers, altough for some people that did work accoding to what i saw on boards, that didn't really work out for me as well. Wicd coldn't recognize it either. Other suggestion was to check on some txt file on ubuntu, erase few information and let it 'fill up' automatic, it didn't work as well(sorry i don't remember all details on this one).
This problem happened on: First, wubi for ubuntu 9.04 Ubuntu 9.04(normal install.) Ubuntu 9.10 Happened both on my Desktop and my notebook, but the same version i installed on both of them were used on other computers and they did work on them so i strongly believe it has to do with the os itself.
Why is pppoeconf not creating dsl-provider file in /etc/ppp/peers/ directory.I just re-installed Lucid and now facing above prob. I cannot even copy an dummy file to the above path (even using sudo)It does not give any error,but then file is also not copied. I observed after re-installing,old kernels are also visble and i can login in low graphics mode I expected that after fesh install,there would be only kernel..default one..
After the use of pppoeconf, the network manager does not recognise neither the wired nor the wireless connection anymore. (It nicely did it before that) I tried to replace the etc/network manager folder with that of a different machine. Still the same. What else can I do to reset Network Manager ?
I am trying to connect a computer running Ubuntu 10.04 LTS to the internet via PPPoE over WLAN and having trouble connecting. The device that connects to WAN is a D-Link DSL-G604T. WAN connection in this device is configured for bridged mode. This is what I have done:
I'm a Linux noob an I am really desperate for some top, top, top assistance. Been battling a while now with my iBurst USB modem driver and hope there is someone out there that can help? I have been through umpteen forums and threads and tried literally everything I read, but to no avail. I also realize there aren't many Ubuntu users that use the iBurst modem, but I am appealing to the few out there that do.
I have installed the open source ibriver-2.6.31 for my iBurst USB modem. Initially all went well with fast connection etc., connection everytime I boot, until... I started updates of 10.04 LTS, that is when I became aware, from the forums, that a re-install of the driver is required after every package update due to no "package management" in the iBdriver. what a pain in the proverbial to say the least!
Anyways.. now I am the stage where the driver is always installed, but...all of a sudden, I need to run pppoeconf and set up the driver after each boot to get connected!!!! If I can't find a solution it will force me back to Windoze7 which I dread to do! Can a script be written to pppoeconf (rp-pppoeconf.iso is loaded I think) automatically during boot perhaps?
So any top Linux hacker or "notsonoobasIam" user out there with a iBurst modem and similar pains & mis-fortunate experience please share your ideas and thoughts to correct this problem permanently for me please? (I should maybe mention that the other day I performed the "Grub2 Profile" exercise to try and speed up the boot time, this does not perhaps have something to do with the fact that I need to reconfigure in pppoeconf after every boot does it? I doubt it)
I've been trying last days a script to reboot periodically my servers. My idea is to execute the script from one machine, and remotelly, restart the other servers. Now, I've configured ssh to access remote machine without password, using key-pair access, but I am not able to run "shutdown" command without password, so the script doesn't finish cause it waits for password to run shutdown with su priviledges
I've been reading about sudoers file, and applied this configuration on remote machine sudoers file.
Code: # Cmnd alias specification Cmnd_Alias SHUTDOWN_CMDS = /sbin/shutdown ... # Members of the admin group may gain root privileges %admin ALL=(ALL) ALL myremoteuser myremotemachine= NOPASSWD: SHUTDOWN_CMDS
I've been testing this configuration on remote machine, logged as myremoteuser, executing /sbin/shutdown -r now, but "shutdown: Need to be root" message is returned, so something seems to be wrong in my configuration but I don't know what.
I wonder what is your opinion about the best method for using an ADSL modem. Router or bridge? I did read some articles that say "that the bridge mode gives you more stability and has higher speed". Is that true?
Furthermore, you suggest any alternative to "pppoeconf"? I've been getting this errors ( in the plog), related to "PAD packet loss" and also errors in "PPPOE Discovery", even when I am connected. When this things starts to show up on the log, my connection "pauses" for some seconds. I do not feel very safe with this program.
i am using debian lenny stable and gnome desktop environment and having an i386 architecture.I configured to connect to the broadband connection using pppoeconf with the default options and the setup went smooth.when i connect to the internet using the command
and when i check that if i am really connected to the internet i used the following commandjj@debian#ifconig
it showed my ip address dns,etc in the ppp0 coloumn .But when i open up my iceweasel browser and also the epiphany browser and when i try to load a web page it states that it couldn't find the server.so guys please tell me how to configure it correctly and please tell me what i did wrong. p.s when i tried to configure the adsl connection by the alternative using the command pppoe-setup it states that It couldn't find the /etc/ppp/pppoe.conf file so do i have to create it on my own?
I have got the following Problem: I installed the 64 bit lxde Debian version... I couldnt configure the network during the installation because I just have a dsl modem and not a router... so the configuration of the network failed.... after the installation I started debian... and was surprised about the lack of "basic system configuration"-software that had been installed... I couldnt find aptitude or whats the debian-Update-Programm called .... instead I found OpenOffice... HAE? then I tried to configure internet access..... so I started a terminal and tried to start pppoeconf... but the program wasnt found! ARRRGG! What am I doing wrong here.... Why are these system utilities like pppoeconf not always installed...
A fresh installation of ubuntu 9.10 stopped my DSL internet connection. sudo pppoeconf solved the problem of net, but NetworkManager applet in panel now not working. it says wired networks, device not managed.
I am having a heck of a time trying to find directions on networking my two computers together in order to share files. I have two machines running Ubuntu 10.10 Desktop & Netbook remix.
They are both connected to my wireless router to connect to the internet.
I just got connected to Charter Cable Internet service a few days ago and I'm having a weird problem with my home network. Prior to this my network worked fine. On my network I have a desktop running Ubuntu 9.10/64 and Virtualbox with WinXP installed, an HTPC with Ubuntu 9.10/32 installed and a laptop dual booted with Ubuntu 9.10/32 and WinXP. The desktop and HTPC are hard wired to a wireless router and the laptop is wireless. The cable modem is hard wired to the router. I have samba installed and UFW is disabled. The problem is: with the cable modem turned off or on standby, all machines connect to each other and can transfer files, etc just fine but when I activate the cable modem all of the machines can connect to the Internet but the machines running Ubuntu can't connect to each other on the home network. If I boot the laptop into Windows, it can connect to the Linux machines just fine but if I boot it into Linux, it won't connect to the Linux machines but it can connect to the Internet and as far as the desktop, Ubuntu won't connect to the network but Windows running in the Virtualbox with bridged networking can connect to all of the machines.
Im trying to make an ubuntu server box my entrypoint to my networking. Meaning itll function as a server, a firewall, and a gateway. so i already installed dhcp3 and a dns server.
I have 2 ethernet cards in it. So now i wonder, should i the second card into a router's modem/wan port and make the router a switch? or should i plug it into one of the routers lan ports?
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?
I'm try to create a mobile broadband connection using my Huawei E 1550 medem. but in Network manager there is not way to select my modem in the first step ( device selection step ) the drop down menu is locked. what to do ? how to configure my modem with ubuntu ?
I do have internet cause I am using it on W7. The only thing that I have done different is I left the pc on over night so I guess it went to suspend for the first time. Then I powered off. After turning the pc back on and logging in I have no internet. Not even with the Ethernet plugged directly in. There is supposed to be a little blue light on when it sees the wireless and that is off. When I click on the networking icon in the system tray it says networking disabled. It shows no wireless. When I plug directly in I still get nothing. I'm using 10.04
I just started having a problem with my 10.04 laptop a few days ago, maybe Thursday, last week. When the computer is plugged into my home network (standard 192.168.1.1 sort of IPs) it works fine, but when I try to connect to my work network (130.15.90.XX) I am unable to pick up an IP. The router in my office is working fine, all the windows boxes can connect.
I've also noticed that when the computer is plugged in at work the notification icon for the networking indicates it is looking for a wireless connection (rather than the normal up/down arrows), even if wireless is deactivated
I can set a static IP in /etc/network/interfaces and everything works, so it seems to be a DHCP problem?
I'm using a Packard Bell Easynote Tn36 laptop, and I'm having trouble with Ubuntu 10.10 and the wireless network card, (probably because of lack of driver). I.e. it is disabled.
Whenever I start up my laptop i do not get a wireless connection automatically. I have to rightclick network manager applet and select enable networking. After that everything works fine untill i shutdown and restart my laptop. I would like a way to change this so that my wifi connection is working whithout having to click something first..
I have a server with two ethernet ports. I configured eth0 to be static, set at 10.1.10.148. I plugged in another router into the other ethernet port in order to configure that router. I configured eth1 to use dhcp. Using /etc/network/interfaces rather than gnome network manager. When I did this, I lost internet connectivity (internet routes through eth0 of course)
- Why did I lose internet connectivity?
In order to recover internet activity, I had to disconnect the new router on eth1 of course, and do sudo ifdown eth1. That wasn't enough however. After rebooting numerous times and pulling out my hair, I finally tried configuring eth0 as dhcp, rather than static, and this fixed the problem.
- Why didn't sudo ifdown eth1 solve the problem? What information was saved between reboots that somehow remembered that I plugged in the new router? Because my thinking was if /etc/network/interfaces was identical, and the network topology was identical, after a reboot everything should be restored, but it wasn't.
I can connect to the internet and browse. I'm wired and using DHCP on a Windows network. Updating Ubuntu or downloading programs takes hours for 52MB of updates. Why? I read some articles that mention Network Manager needs to be enabled at the .conf file. Can I edit this using GUI or command line only?
I just upgraded to natty last night, and everything is working fine except for the network manager. I can enable and configure the wireless card via bash, but the network manager widget will not manage the wireless card.
When I first boot up, the "Enable wireless" check box is greyed out. After I enable the card via the terminal, the "Enable wireless" check box becomes ungreyed, but every time I click it, it instantly unchecks itself. I feel like Currly from the Three Stoogies. Check, uncheck, Check, uncheck.. "Slaps face repeatedly."
I have Packard Bell easynote tn36 and I used to use ubuntu 10.10 and then when I upgrad it to ubuntu 11.04 the wireless doesn't work (disable) and I can't press the botton of Enable wireless.
I was having no problems (that I knew of) browsing the web since installing Ubuntu 10.10 a week or so ago. I was previously trialling Win7 as my customers will likely be using that in the future. Then I wanted to go to internode.on.net. Got the following: Quote: Firefox can't establish a connection to the server at internode.on.net. or Quote: Oops! Google Chrome could not connect to internode.on.net
As it was just after Christmas I thought it must be down, for upgrades or maintenance etc. I later tried to go to Freebsd.org; same error. I've been having a small number of other websites give the same error. I thought nothing of this until I tried it on my wife's macpro. I could log onto all the websites I wanted to and none gave any indication of having been down. Both boxes are on the same adsl connection. I still can't access internode or freebsd on 10.10 yet have been able to access every website on OSX. Now, I was only looking at them for info but am worried I won't be able to access something important. (so far everything I 'need' is working)
ping just drops out. edit: weirdest thing! I just retried and now can not emulate the problem for internode. freebsd still won't show. that is less than five minutes between problems and resolution! I hadn't even posted! But I still would like to have an idea of what is going on. Here is the ping error for freebsd: Quote:
I am attempting to setup and old BBSinside of DosBOXI've built one of the DosBOX Megabuilds, with the NE2000 patch.It uses libpcap in order to piggy back on top of the system's NIC. All of the dosbox side appears to be working.My system comes up, gets the MAC address i told it to use, i can load a packet driver in dosbox, all of that seems well and good. The issue, i think, is on the linux side. It's built on a Fedora 14 box. I'm getting the feeling that networking isnt getting out of the dosbox instance. Does it seem possible that fedora needs to have some config in place to link networking over to dosbox?