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

Saturday 15 January 2011

PPPoE – DSL Router Configuration in LINUX


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