+44(0) 1234 567 890 info@domainname.com

Saturday 15 January 2011

PPPoE – DSL Router Configuration in LINUX

01:34

Share it Please

Configure in 2 Modes
WIth DHCP & Without DHCP
With DHCP



Conncet the DSL Modem in NIC Card(LAN Port)
Power on Modem
Take a Browser Enter 192.168.1.1 in Address bar, Press Enter

Give Username & Password
Default Username: admin Password: admin

Take LAN SetUp
& Confirm DHCP is Enabled

Take Internet Option



Select PPPOE

Give Username & Password Of Broadband Conncetion.

Confirm Encapsulation is PPPoE LLC

Save it
& Restart Modem.

Cofirm DHCP is not Set in the PC

Reboot PC



Without DHCP

In Security Reson, DHCP Desabled Mode is Better

First

Setup  ip Adress, Subnet mask,Gateway, Domain name server in your PC

For Setting these
Edit Network Configuration file
Take Terminal

Type,   sudo gedit /etc/networks/network/interfaces   Press Enter

Then We can Access this File (/etc/networks/network/interfaces) in G-Edit Editor with Root privilage

Delete all lines & Save with Folllowing Lines

auto eth1
iface eth1 inet static
address 192.168.1.10
netmask 255.255.255.0
network 192.168.1.1
broadcast 192.168.1.255
gateway 192.168.1.1

Take DSL Router Interface
Disable DHCP in LAN Settings

This Cofiguration is Also For internet Sharing in Lan

Note: This Configuration is Possible in BSNL Broadband Connection, in INDIA
 

2 comments:

  1. i installed the Ubuntu(10.4) in the machine which the xp is in it xp is working properly the Ubuntu is not responding to resolution what is the solution for it pls reply me a good solution for it
    then one thing that i gave a disc named it@school EDUBUNTU10.04 mu doubt is is the different between ubuntu edubuntu pls help me

    ReplyDelete
  2. 1. For Details Of Resolution Problem,
    Inform Me Your
    Processor, Board, Details!!!


    2. Different "flavors" of Ubuntu.

    1. Ubuntu = original 'buntu, uses GNOME as its desktop environment
    2. Kubuntu = uses KDE as its destkop environment
    3. Edubuntu = For schools and institutions, uses GNOME
    4. Xubuntu = uses XFCE4 as its desktop environment
    5. There are a few others as well, but these are the main ones that are supported by Canonical.

    Ubuntu is a basic computer operating system that is offered as free software. The name for the system is derived from the Zulu word ubuntu, meaning “humanity.” Produced by Canonical LTD, Ubuntu is one of the more user friendly and popular types of Linux distributions. Several slight variations on Ubuntu are currently offered on the market today. Among them are Kubuntu, Shubuntu, and Edubuntu. While sharing many characteristics, there are a few differences between each product.


    Edubuntu is a also subproject of Ubuntu. Like Shubuntu and Kubuntu, Edubuntu is intended for use in schools and classrooms. However, it targets an older age range of children than the two other subprojects. Edubuntu includes a number of tools that can allow educators to function as the administrator for setting up learning modules in a computer lab environment. Educators do not have to possess extensive computer knowledge in order to use this operating system, although at least some technical know how is helpful. Edubuntu also requires less in the way of resources to operate, which is often helpful in classroom settings where older computer equipment is in use.

    ReplyDelete