Проблема решена. Теперь другой вопрос: 
Кто может по логам хотя бы намекнуть в чём проблема? 
 
Jun  7 14:02:10 Serg pppoe-server[3314]: Session 1 created for client 00:50:56:c0:00:01 (10.67.15.1) on eth0 using Service-Name '' 
Jun  7 14:02:10 Serg pppd[3314]: pppd 2.4.1 started by root, uid 0 
Jun  7 14:02:10 Serg pppd[3314]: Using interface ppp0 
Jun  7 14:02:10 Serg pppd[3314]: Connect: ppp0 <--> /dev/pts/2 
Jun  7 14:02:10 Serg /etc/hotplug/net.agent: assuming ppp0 is already up 
Jun  7 14:02:10 Serg ppp(pam_unix)[3314]: check pass; user unknown 
Jun  7 14:02:10 Serg ppp(pam_unix)[3314]: authentication failure; logname= uid=0 euid=0 tty= ruser= rhost=  
Jun  7 14:02:13 Serg pppd[3314]: PAP login failure for admin 
Jun  7 14:02:13 Serg pppoe-server[3313]: Sent PADT 
Jun  7 14:02:13 Serg pppd[3314]: Terminating on signal 15. 
Jun  7 14:02:13 Serg pppd[3314]: Connection terminated. 
Jun  7 14:02:13 Serg pppoe[3315]: read (asyncReadFromPPP): Session 1: Input/output error 
Jun  7 14:02:13 Serg pppd[3314]: Exit. 
Jun  7 14:02:13 Serg pppoe-server[3313]: Session 1 closed for client 00:50:56:c0:00:01 (10.67.15.1) on eth0 
Jun  7 14:02:13 Serg /etc/hotplug/net.agent: NET unregister event not supported 
 
Что делал: 
 1. Настроил интерфейс eth0 (Windows машина и Linux машина(VMWare) пингуются). 
 2. Установил пакет rp-pppoe. 
 3. Создал файл etc/ppp/pppoe-server 
 
# PPP options for the PPPoE server  
# LIC: GPL  
lock  
local  
require-chap  
default-mru  
default-asyncmap  
proxyarp  
ktune  
login  
lcp-echo-interval 20  
lcp-echo-failure 2  
### НИЖЕ ВМЕСТО xxx.xxx.xxx.xxx  
### УКАЖИТЕ DNS СЕРВЕР ВАШЕГО ПРОВАЙДЕРА.  
### Если Вы хоть раз соединялись со своим провайдером,  
### то его DNS сервер можно узнать из файла /etc/resolv.conf  
ms-dns 192.168.1.20 
nobsdcomp  
noccp  
noendpoint  
noipdefault  
noipx  
novj  
receive-all  
 
 4. Отредактировал файл etc/bin/chap-secrets 
 
# Secrets for authentication using CHAP 
# client	server	secret			IP addresses 
####### redhat-config-network will overwrite this part!!! (begin) ########## 
####### redhat-config-network will overwrite this part!!! (end) ############ 
"admin"	*	"admin"	192.168.184.2 
 
  где 192.168.184.2 адрес, который будет выдаваться юзеру зашедшему под логином admin и паролем admin 
 
 5. Запустил pppoe-server командой  
       /usr/sbin/pppoe-server -I eth0 -L 192.168.184.128 
  где 192.168.184.128 адрес интерфейса eth0 
 6. Создал на Windows-машине PPPoE подключение и попытался соединиться. После чего и получил вышеприведённые сообщения из файла messages