|
From: <ee...@fr...> - 2007-05-25 22:12:17
|
Hi, Dick Middleton a écrit : > Dick Middleton wrote: >> Anybody using this modem with DL? I just want to know DL plays with it without >> difficulty. > > Ah well! That drew a blank. never know draytek even exists ... anyway a little googleling gives me that : http://www.draytek.co.uk/support/kb_vigor100_setup.html now I know two things about it : it is ethernet modem and it has a web interface to configure extra settings . Next is to use rp-pppoe (included in DL) ... ther is a lot of stuff about configuring it out there ... google (or yahoo, or ...) is your friend ;) basically, as I remember there are three things to setup in the /etc/ppp/pppoe.conf : the ethernet device the modem is plugged in, your connection username and if you want permanent or on-demand connection ... vi it, it's fully commented! the other(s) files to edit are /etc/ppp/chap-secrets and/or pap-secrets depending on your ISP authentication server ... to be sure fill both with your adsl credentials. > > Instead can someone advise me how to setup the DL config for use with pppoe. > I'm assuming that eth0 has to be set to no dhcp with ip address etc unset. Also > the firewall settings need to be changed to use ppp0 instead of eth0. Is that > right? Is that all? Don't know about DL Firewall as I used a custom made before switching to shorewall but basically the idea is that eth0 doesn't "exist" ... use ppp0 to reference about the internet. You should set the eth0 if not to start at system setup in /etc/sysconfig/nic/ifcfg-eth0 (ONBOOT=no) Or if you need to access to your modem web interface, set eth0 to start with ip 192.168.1.2 for exemple, and ensure that other networks connected to your DL box don't use this network! Have Fun! MaNU -- |