DSL over network

Discussion and support for all Linux distributions and Unix flavours (FreeBSD, OpenBSD, etc).
Post Reply
StarBound
Registered Pervert
Posts: 6879
Joined: 30 Jul 2004, 02:00
Processor: Intel i7 4790k
Motherboard: MSI Z97 Gaming 7
Graphics card: MSI GTX780Ti Gaming
Memory: G.Skill Sniper 1866mhz 16GB
Location: The Greater Unknown
Contact:

DSL over network

Post by StarBound »

How do I setup a dialup dsl? I have wimax and dont know how to config my linux for it.

I need a PPPoE thing.
My Steam Screenshots

I lived the dream ...then my PC died.
Anthro
Moderator Emeritus
Posts: 5547
Joined: 21 Dec 2002, 02:00
Processor: i7 3770k
Motherboard: ASUS P8P67-Pro
Graphics card: 2xNvidia GTX670
Memory: 16 GB Gskill Sniper
Location: In SQL Space inserting 'null' on purpose
Contact:

Re: DSL over network

Post by Anthro »

1. Which Linux Distro ?
2a. Is your ADSL set to Bridged mode ?
2b. Can you modify this on the router to be Bridged ?
Temporary Absence
StarBound
Registered Pervert
Posts: 6879
Joined: 30 Jul 2004, 02:00
Processor: Intel i7 4790k
Motherboard: MSI Z97 Gaming 7
Graphics card: MSI GTX780Ti Gaming
Memory: G.Skill Sniper 1866mhz 16GB
Location: The Greater Unknown
Contact:

Re: DSL over network

Post by StarBound »

Using ubuntu 64 from the pcf dvd.

I managed to setup my wired connection. I use wimax so dont know how to explain the router part. Its not a router that you place details onto it. How you use it in windows xp is you create a connection thats a dial up broadband similar to a dial up modem without a modem driver.
My Steam Screenshots

I lived the dream ...then my PC died.
Anthro
Moderator Emeritus
Posts: 5547
Joined: 21 Dec 2002, 02:00
Processor: i7 3770k
Motherboard: ASUS P8P67-Pro
Graphics card: 2xNvidia GTX670
Memory: 16 GB Gskill Sniper
Location: In SQL Space inserting 'null' on purpose
Contact:

Re: DSL over network

Post by Anthro »

sudo pppoeconf in terminal should put you in the right direction ?
Temporary Absence
StarBound
Registered Pervert
Posts: 6879
Joined: 30 Jul 2004, 02:00
Processor: Intel i7 4790k
Motherboard: MSI Z97 Gaming 7
Graphics card: MSI GTX780Ti Gaming
Memory: G.Skill Sniper 1866mhz 16GB
Location: The Greater Unknown
Contact:

Re: DSL over network

Post by StarBound »

Been searching and got this:

http://www.ubuntux.org/how-to-install-b ... t-rp-pppoe
Prerequisites: add universe and multiverse repositories.

Open a terminal window and type in:
sudo apt-get install build-essential
wget -c http://frankandjacq.com/ubuntuguide/rp-pppoe-3.6.tar.gz
sudo tar zxvf rp-pppoe-3.6.tar.gz -C /opt/
sudo chown -R root:root /opt/rp-pppoe-3.6/
sudo gedit /usr/share/applications/RP-PPPoE.desktop

Insert the following lines into the new file

[Desktop Entry]
Name=RP-PPPoE
Comment=RP-PPPoE
Exec=gksudo /opt/rp-pppoe-3.6/go-gui
Icon=
Terminal=false
Type=Application
Categories=Application;Network;

After that you can find RP-PPPoE in the Gnome menu under Applications -> Internet.
The last time I used linux was early 2003. Things have changed since then. It got easier to use but I lost my knowledge of DOS to windows automation :P
Anthropoid wrote:sudo pppoeconf in terminal should put you in the right direction ?
Terminal would be command prompt in windows terms?
My Steam Screenshots

I lived the dream ...then my PC died.
Anthro
Moderator Emeritus
Posts: 5547
Joined: 21 Dec 2002, 02:00
Processor: i7 3770k
Motherboard: ASUS P8P67-Pro
Graphics card: 2xNvidia GTX670
Memory: 16 GB Gskill Sniper
Location: In SQL Space inserting 'null' on purpose
Contact:

Re: DSL over network

Post by Anthro »

Pretty much yea - should be under system tools - there might even be a link on your 'start menu' of sorts
Temporary Absence
Post Reply