On Tue, Apr 06, 2004 at 08:58:07PM +0200, Avraham [EMAIL PROTECTED] wrote:
> Hi,
> After experiencing the wonders of apt-get on the (connected) computer at
> work, I decided that it is high time to connect my home Debian system to
> the internet.
> I have a working connection tp bezeqint.net (working under windows), and I
> tried to configure it for linux.
> I started by trying to use pppoeconf and then by trying to edit files. an
Are you sure you need pppoe? What is the speed of your connection? The
adsl modem? I am too confused by the information you posted. Perhaps you
will be able to get a hint from my working configuration.
The following is from /var/log/syslog. It was a successful reconnection
attempt:
Apr 3 20:45:01 main pppd[553]: Serial connection established.
Apr 3 20:45:01 main pppd[553]: Using interface ppp0
Apr 3 20:45:01 main pppd[553]: Connect: ppp0 <--> /dev/pts/0
Apr 3 20:45:01 main pppoe[14708]: PADS: Service-Name: ''
Apr 3 20:45:01 main pppoe[14708]: PPP session is 3992
Apr 3 20:45:25 main pppd[553]: PAP authentication succeeded
Apr 3 20:45:25 main pppd[553]: Couldn't set pass-filter in kernel: Invalid
argument
Apr 3 20:45:25 main pppd[553]: local IP address x.x.x.x
Apr 3 20:45:25 main pppd[553]: remote IP address x.x.x.x
It is some time now since I have configured pppd. I hope the following
configuration files are the essential ones (and that I didn't make too
many mistakes here).
$ egrep '^#|^$' /etc/ppp/{options,peers/dsl-provider}
/etc/ppp/options:auth
/etc/ppp/options:crtscts
/etc/ppp/options:lock
/etc/ppp/options:hide-password
/etc/ppp/options:modem
/etc/ppp/options:proxyarp
/etc/ppp/options:lcp-echo-interval 30
/etc/ppp/options:lcp-echo-failure 4
/etc/ppp/options:noipx
/etc/ppp/peers/dsl-provider:user [EMAIL PROTECTED]
/etc/ppp/peers/dsl-provider:pty "/usr/sbin/pppoe -I eth4 -T 80 -m 1412"
/etc/ppp/peers/dsl-provider:staticIP:
/etc/ppp/peers/dsl-provider:defaultroute
/etc/ppp/peers/dsl-provider:noproxyarp
/etc/ppp/peers/dsl-provider:linkname adslActCom
/etc/ppp/peers/dsl-provider:active-filter 'outbound and not icmp[0] == 3 and not
tcp[13] & 4 != 0'
/etc/ppp/peers/dsl-provider:hide-password
/etc/ppp/peers/dsl-provider:lcp-echo-interval 20
/etc/ppp/peers/dsl-provider:lcp-echo-failure 3
/etc/ppp/peers/dsl-provider:connect /bin/true
/etc/ppp/peers/dsl-provider:noauth
/etc/ppp/peers/dsl-provider:persist
/etc/ppp/peers/dsl-provider:maxfail 0
/etc/ppp/peers/dsl-provider:mtu 1492
/etc/ppp/peers/dsl-provider:noaccomp
/etc/ppp/peers/dsl-provider:default-asyncmap
--
"If you have an apple and I have an apple and we exchange apples then
you and I will still each have one apple. But if you have an idea and I
have an idea and we exchange these ideas, then each of us will have two
ideas." -- George Bernard Shaw (sent by shaulk @ actcom . net . il)
=================================================================
To unsubscribe, send mail to [EMAIL PROTECTED] with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail [EMAIL PROTECTED]