Hi
I have a problem with mpd4.1
When users trying to connect to the mpd server, they see the error 678(tyhe 
remote server did not response), after a few attempts they connect
In mpd.log file i see the following

Feb 28 15:40:31 MGK mpd: Incoming PPPoE connection request via
vlan268: for service "*" from 00:02:44:3f:af:ed
Feb 28 15:40:31 MGK mpd: [pppoe400] Accepting PPPoE connection
Feb 28 15:40:31 MGK mpd: [pppoe400] PPPoE response sent
Feb 28 15:40:31 MGK mpd: [pppoe400] IPCP: Open event
Feb 28 15:40:31 MGK mpd: [pppoe400] IPCP: state change Initial -->Starting
Feb 28 15:40:31 MGK mpd: [pppoe400] IPCP: LayerStart
Feb 28 15:40:31 MGK mpd: [pppoe400] bundle: OPEN event in state CLOSED
Feb 28 15:40:31 MGK mpd: [pppoe400] opening link "pppoe400"...
------
------
Feb 28 15:40:40 MGK mpd: [pppoe400] PPPoE connection timeout after 9
seconds
Feb 28 15:40:40 MGK mpd: [pppoe400] device: DOWN event in state
OPENING
Feb 28 15:40:40 MGK mpd: [pppoe400] device is now in state DOWN
Feb 28 15:40:40 MGK mpd: [pppoe401] PPPoE connection timeout after 9 seconds
Feb 28 15:40:40 MGK mpd: [pppoe400] link: DOWN event
Feb 28 15:40:40 MGK mpd: [pppoe400] LCP: Down event
Feb 28 15:40:40 MGK mpd: [pppoe400] LCP: Close event
Feb 28 15:40:40 MGK mpd: [pppoe400] LCP: state change Starting --> Initial
Feb 28 15:40:40 MGK mpd: [pppoe400] LCP: LayerFinish
Feb 28 15:40:40 MGK mpd: [pppoe400] closing link "pppoe400"...
Feb 28 15:40:40 MGK mpd: [pppoe400] IPCP: Close event
Feb 28 15:40:40 MGK mpd: [pppoe400] IPCP: state change Starting --> Initial
Feb 28 15:40:40 MGK mpd: [pppoe400] IPCP: LayerFinish

this is the log of one user, that trying to connect

When i trace this connection via tcpdump i see that PADI Request comes to the 
server and PADO response send to the user
but from user nothing come back

15:19:51.867753 PPPoE PADI [Service-Name] [Host-Uniq0x0800000009000000]
15:19:51.867758 PPPoE PADI [Service-Name] [Host-Uniq0x0800000009000000]
15:19:51.871643 PPPoE PADO [AC-Name "xxx"] [Service-Name] [Service-Name "*"] 
[Host-Uniq 0x0800000009000000] [AC-Cookie 0xC0A328C7]
15:19:51.877408 PPPoE PADO [AC-Name "xxx"] [Service-Name] [Service-Name "*"] 
[Host-Uniq 0x0800000009000000] [AC-Cookie 0x00A728C7]
15:19:56.870741 PPPoE PADI [Service-Name] [Host-Uniq0x0800000009000000]
15:19:56.870746 PPPoE PADI [Service-Name] [Host-Uniq0x0800000009000000]
15:19:56.874693 PPPoE PADO [AC-Name "xxx"] [Service-Name] [Service-Name "*"] 
[Host-Uniq 0x0800000009000000] [AC-Cookie 0x80842AC7]
15:19:56.879509 PPPoE PADO [AC-Name "xxx"] [Service-Name] [Service-Name "*"] 
[Host-Uniq 0x0800000009000000] [AC-Cookie 0xC08D2AC7]
15:20:01.877718 PPPoE PADI [Service-Name] [Host-Uniq0x0800000009000000]
15:20:01.877723 PPPoE PADI [Service-Name] [Host-Uniq0x0800000009000000]
15:20:01.881316 PPPoE PADO [AC-Name "xxx"] [Service-Name] [Service-Name "*"] 
[Host-Uniq 0x0800000009000000] [AC-Cookie 0x409528C7]
15:20:01.885391 PPPoE PADO [AC-Name "xxx"] [Service-Name] [Service-Name "*"] 
[Host-Uniq 0x0800000009000000] [AC-Cookie 0x409728C7]

i try this also on mpd3 and the same situation repeat
here the config file of mpd4
pppoe_standart:
        set auth disable internal
        set auth enable radius-auth
        set auth enable radius-acct
        set auth acct-update 300
        set radius timeout 10
        set radius retries 3
        set radius server radius.uar.net nthyjgjkm 1645 1646
        set radius me 192.168.192.168
        set bundle no multilink
        set auth max-logins 1
        set iface idle 0
        set iface disable on-demand
        set iface disable proxy-arp
        set iface enable tcpmssfix
        set iface up-script /usr/local/etc/mpd/link-up.sh
        set iface down-script /usr/local/etc/mpd/link-down.sh
        set iface mtu 1492
        set link mtu 1492
        set link no pap chap
        set link enable chap
        set link keep-alive 30 180
        set ipcp no vjcomp
        set ipcp dns 192.168.192.168
        set link max-redial -1
        set link mtu 1492
        set ccp disable mppc
        set ccp disable mpp-compress
        set ccp disable mpp-e40
        set ccp disable mpp-e128
        set ccp disable mpp-stateless
        set pppoe service *
        set pppoe disable originate
        set pppoe enable incoming


If somebody know what is the problem please tell how to resolv it
this optic network with switch zyxel 4012 3012 2024as 2108g

thanks


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Mpd-users mailing list
Mpd-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mpd-users

Reply via email to