A problem with netinstall (pppoe, Etch, no DHCP)

My ISP does not provide DHCP, so I configured network manually, all data I got from windows by ipconfig /all
command.

I left http proxy field empty, my LAN uses http proxy but internet connection does not so I supposed I do not need it.

However during installation, "configuring APT - scanning the mirror" phase does not work out, whatever mirror I choose.

My internet is through pppoe, but at no point netinstall asks
login and parol. So apparently I should install just base system, then configure pppoe and then go on with apt-get.

Here I found old tutorial for Sarge, according to which pppoeconfig should be in the base system:
http://www.debiantutorials.org/content/view/6/234/

However there is no pppoeconfig in my base system!

I would appreciate if someone could give me a hint what to do...

0

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.

A problem with netinstall

Just to make sure we're not getting confused:

1. You have a DSL modem
2. WinDos automatically "dials" this modem and connects

If this is correct, and you have your installer CD:
apt-get install pppoe pppoeconf
pppoeconf (will ask you questions like account name, password, DHCP or static, etc)

If you installed from CD, then the CD should be listed in the file /etc/apt/sources.list - if it's not there, then add it with:

apt-cdrom add

You may need to temporarily comment out the other (internet) mirror settings since you need to work with just the CD while you fix the problem. Of course if you have another WinDos computer than can 'share' the connection then you can access the internet through that until you fix the problem.

Syndicate content