This is a discussion on BSNL broadband not working on Ubuntu 8.10 (Intrepid Ibex) within the Linux forums, part of the Operating Systems category; Hi guys, Y'day only I installed Ubuntu 8.10 in my computer. Installation was a breeze as only Ubuntu can have ...
| |||||||
| | #1 |
| Junior Member Join Date: Nov 2008
Posts: 5
Rep Power: 0 | Hi guys, Y'day only I installed Ubuntu 8.10 in my computer. Installation was a breeze as only Ubuntu can have it I manually created a DSL connection in network manager providing username and pwd. On 2nd tab, the mac address field is empty. do i need to give my NIC's mac id or the router interfaces' one? Does it not probe, like in Fedora? What else needs to be configured? Can i set it up manually instead of DHCP? Thanks in advance. |
| | |
| | #3 |
| Junior Member Join Date: Nov 2008
Posts: 5
Rep Power: 0 | |
| | |
| | #4 |
| aditya | please check your mail again now you really need not to provide MAC address to config just check your ip address in terminal and check if it is the correct one or not and is it possible for you to config your modem in bridge mode. what happens when you try to config your connection with pppoeconf (thread moved to correct section from Broadband How to section to Linux)
__________________ Learn a Lesson Instead of being afraid of situations, consider them to be your teacher and learn a lesson from them. |
| | |
| | #5 |
| Junior Member Join Date: Nov 2008
Posts: 5
Rep Power: 0 | Thanks for replying smoothvibes. Another problem is that, when I set IP address manually thru' Network Config utility and try to save, Ubuntu tells me that that its read only config and I wont be able to update it. I even can't delete the n/w config. Having used Fedora for quite some time my knowledge of Ubuntu user credentials is quite limited. I found it strange that root user password is not asked during installation. You append sudo to every command and i guess it should work the way it should work for root. Well, that's another thing I will have to learn but first I need to set my Ubuntu to detect my NIC and net connection. |
| | |
| | #6 |
| Junior Member Join Date: Nov 2008
Posts: 5
Rep Power: 0 | Bingo guys!!! I got internet on Ubuntu intrepid working. Here's what i did: 1. to get around the readonly error while changing config in network manager i commented the iface eth0 line in /etc/network/interfaces (put a # at the beginning of line). Actually this is a bug and is tracked at launchpad (Ubuntu's bug tracking tool. Bug no. 279262) 2. configure eth0 by manually assigning IP. You can do thi thru' n/w mgr or thru' interfaces file. Here's a sample interfaces file: *******file contents start here ****** auto lo iface lo inet loopback auto eth0 iface eth0 inet static address 192.168.1.2 netmask 255.255.255.0 gateway 192.168.1.1 *******file contents end here ****** 192.168.1.1 is my router ip. run '/etc/init.d/networking restart'. This should ideally work, but i had to reboot my machine to get eth0 working. Check by pinging to router 'ping -c5 192.168.1.1' 3. run 'sudo pppoeconf' 4. Follow instructions from howtoforge.com to have ubuntu intrepid with many more apps. P.S. - I'd love to paste URLs but i can't as the system tells me that I am not 15 posts old yet on Indiabroadband.net.... |
| | |
| | #7 | |
| aditya | nice post zatka2001 :clap: once again i request you to please check what just4kix said in Post #2 Quote:
thanks ~smoothvibes~ | |
| | |
| Tags |
| 810, broadband, bsnl, ubuntu, working |
| Thread Tools | |
| Display Modes | |
| |
| ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Help needed in using BSNL Broadband in ubuntu 9.04 | srinivasarao | BSNL broadband | 1 | 02-07-10 02:36 PM |