LINUX.ORG.RU
ФорумAdmin

Debian5 pppoe


0

0

Привет столкнулся с проблемой настройкой pppoe
Провайдер дал имя и пароль вот
на машинке где Debian
apt-get install pppoe pppoeconf
avolon-linux:/home/avolon# modprobe -l pppoe
/lib/modules/2.6.26-1-686/kernel/drivers/net/pppoe.ko
avolon-linux:/home/avolon#


при команде
pon dsl-provider

avolon-linux:/home/avolon# tail -f /var/log/messages
Apr 1 17:32:21 avolon-linux pppd[3084]: Plugin rp-pppoe.so loaded.
Apr 1 17:32:21 avolon-linux pppd[3086]: pppd 2.4.4 started by root, uid 0
Apr 1 17:32:22 avolon-linux pppd[3086]: Serial connection established.
Apr 1 17:32:22 avolon-linux pppd[3086]: Using interface ppp0
Apr 1 17:32:22 avolon-linux pppd[3086]: Connect: ppp0 <--> /dev/pts/3
Apr 1 17:32:53 avolon-linux pppd[3086]: LCP: timeout sending Config-Requests
Apr 1 17:32:53 avolon-linux pppd[3086]: Connection terminated.
Apr 1 17:32:53 avolon-linux pppd[3086]: Modem hangup
Apr 1 17:33:03 avolon-linux pppd[3086]: Terminating on signal 15
Apr 1 17:33:03 avolon-linux pppd[3086]: Exit.

avolon-linux:/home/avolon# cat /etc/network/interfaces
# This file describes the network interfaces available on your system
# and how to activate them. For more information, see interfaces(5).

# The loopback network interface
auto lo
iface lo inet loopback

# The primary network interface
allow-hotplug eth0
iface eth0 inet static
address 192.168.233.37
netmask 255.255.255.0
gateway 192.168.233.4

auto ppp0
iface ppp0 inet ppp
provider dsl-provider

avolon-linux:/home/avolon# cat /etc/ppp/peers/dsl-provider
# Configuration file for PPP, using PPP over Ethernet
# to connect to a DSL provider.
#
# See the manual page pppd(8) for information on all the options.

##
# Section 1
#
# Stuff to configure...

# MUST CHANGE: Uncomment the following line, replacing the user@provider.net
# by the DSL user name given to your by your DSL provider.
# (There should be a matching entry in /etc/ppp/pap-secrets with the password.)
user t1
plugin rp-pppoe.so
#eth0
# Use the pppoe program to send the ppp packets over the Ethernet link
# This line should work fine if this computer is the only one accessing
# the Internet through this DSL connection. This is the right line to use
# for most people.
pty "/usr/sbin/pppoe -I eth0 -T 80 -m 1452"

# An even more conservative version of the previous line, if things
# don't work using -m 1452...
#pty "/usr/sbin/pppoe -I eth0 -T 80 -m 1412"

# If the computer connected to the Internet using pppoe is not being used
# by other computers as a gateway to the Internet, you can try the following
# line instead, for a small gain in speed:
#pty "/usr/sbin/pppoe -I eth0 -T 80"


# The following two options should work fine for most DSL users.

# Assumes that your IP address is allocated dynamically
# by your DSL provider...
noipdefault
# Try to get the name server addresses from the ISP.
usepeerdns
# Use this connection as the default route.
# Comment out if you already have the correct default route installed.
defaultroute

##
# Section 2
#
# Uncomment if your DSL provider charges by minute connected
# and you want to use demand-dialing.
#
# Disconnect after 300 seconds (5 minutes) of idle time.

#demand
#idle 300

##
# Section 3
#
# You shouldn't need to change these options...

hide-password
lcp-echo-interval 20
lcp-echo-failure 3
# Override any connect script that may have been set in /etc/ppp/options.
connect /bin/true
noauth
persist
mtu 1492

# RFC 2516, paragraph 7 mandates that the following options MUST NOT be
# requested and MUST be rejected if requested by the peer:
# Address-and-Control-Field-Compression (ACFC)
noaccomp
# Asynchronous-Control-Character-Map (ACCM)
default-asyncmap

avolon-linux:/home/avolon#

avolon-linux:/home/avolon# cat /etc/ppp/chap-secrets
# Secrets for authentication using CHAP
# client server secret IP addresses
t1 123456

avolon-linux:/home/avolon#

При pppoeconf говорит немогу найти концентратор
в логах
pr 1 20:03:51 avolon-linux pppoe-discovery: Timeout waiting for PADO packets
Apr 1 20:04:07 avolon-linux pppoe-discovery: Timeout waiting for PADO packets


Нет инета что делать незнаю ((((((((


Ответ на: комментарий от Avolon

может вам надо внедрить параметр с service name ?
-S service_name

ну и tcpdump-ом повтыкать как там...

hizel ★★★★★
()

хм, вроде тут:
># MUST CHANGE: Uncomment the following line, replacing the >user@provider.net

># by the DSL user name given to your by your DSL provider.

># (There should be a matching entry in /etc/ppp/pap-secrets with the >password.)

>user t1

имя пользователя то должно быть с доменом, типа так:
user user@domain.com
И формат chap-secrets вроде такой:
># client server secret IP addresses

т.е. у вас должна быть запись типа:
user@domain.com * password или "user@domain.com" * "password"

Еще можно попробовать пакет rp-pppoe, там есть скрипт pppoe-config - помогает настраивать...

Sharp777
()

значит надо немного по-другому.

cat /etc/ppp/peers/mynet
name MyLogin
remotename MyNet
ipparam mynet
defaultroute
unit 1
pty "pptp MyVpnServer.com --nolaunchpppd"
file /etc/ppp/mynet.pptp


cat /etc/ppp/mynet.pptp
lock
noauth
refuse-eap
refuse-chap
refuse-mschap
nobsdcomp
nodeflate
persist

Ну и логин/пароль забить в соотвствующий файл.
После этого поковырять роутинг - и все должно заработать.

OldFornit
()
Ответ на: комментарий от Sharp777

Вообщем сеня проверю все что вы написали (( Был в камандеровке несмог проверить все

Avolon
() автор топика
Ответ на: комментарий от Sharp777

> pptp то тут при чем 0_0 ??? мы вроде про pppoe разговор ведем :-)

О!!! Это вопрос с глубокой подоплекой.

Я по аналогии - у нас в городе все LAN - провайдеры вроде как pppoe раздают, но настраивать приходится pptp

OldFornit
()
Вы не можете добавлять комментарии в эту тему. Тема перемещена в архив.