|
||||||||||
"Rui Barbosa" <rui dot barbosa at devscope dot net> ÎÁÐÉÓÁÎÏ 02.11.2006 03:16:29: > Hi, > > I'm having a lot of trouble setting up an Monowall box (WRAP Based) with an > SpeedTouch ADSL/ISDN 530i Router/Modem via an Ethernet Port. > > > > If I plug my PC directly to the Modem (via Ethernet cable) and then set up > an PPPoe Based connection, everything works ok. (using windows XP) > > > > But when I try using the MonoWall box to do the same task, I just can't > connect and set the interface to the Up State.. There was a same problem! Editing of a file has helped only!!! There was a same problem! Editing of a file has helped only /etc/inc/interfaces.inc Unfortunately developers do not listen to the given problem. (interfaces.inc) As to PPPoE: $mpdconf .= <<<EOD set bundle disable multilink set bundle authname "{$pppoecfg['username']}" set bundle password "{$pppoecfg['password']}" set link keep-alive 60 180 set link max-redial 0 set link yes acfcomp protocomp set link disable pap chap set link accept chap set link mtu 1492 set ipcp yes vjcomp set ipcp ranges "{$pppoecfg['local']}/{$pppoecfg['subnet']}" "{$pppoecfg['remote']}/{$pppoecfg['subnet']}" EOD; if (isset($config['system']['dnsallowoverride'])) { $mpdconf .= <<<EOD set ipcp enable req-pri-dns EOD; if (!isset($config['pppoe']['dnsnosec'])) { $mpdconf .= <<<EOD EOD; I can send a ready file live-cd. Roman Drovalev. > > I'm thinking on quiting.and change to another system. > > > > Can anybody help? > > > > Heres is the log: > > ============================================================================ > =============================== > > Jan 1 01:19:50 mpd: [pppoe] LCP: phase shift ESTABLISH --> DEAD > > Jan 1 01:19:50 mpd: [pppoe] LCP: state change Closed --> Initial > > Jan 1 01:19:50 mpd: [pppoe] LCP: Down event > > Jan 1 01:19:50 mpd: [pppoe] link: DOWN event > > Jan 1 01:19:50 mpd: [pppoe] device is now in state DOWN > > Jan 1 01:19:50 mpd: [pppoe] device: DOWN event in state CLOSING > > Jan 1 01:19:50 mpd: [pppoe] device is now in state CLOSING > > Jan 1 01:19:50 mpd: [pppoe] device: CLOSE event in state UP > > Jan 1 01:19:50 mpd: [pppoe] LCP: LayerFinish > > Jan 1 01:19:50 mpd: [pppoe] LCP: phase shift TERMINATE --> ESTABLISH > > Jan 1 01:19:50 mpd: [pppoe] LCP: state change Closing --> Closed > > Jan 1 01:19:50 mpd: [pppoe] LCP: rec'd Terminate Ack #24 link 0 (Closing) > > Jan 1 01:19:50 mpd: [pppoe] LCP: Close event > > Jan 1 01:19:50 mpd: [pppoe] link: CLOSE event > > Jan 1 01:19:50 mpd: [pppoe] LCP: LayerDown > > Jan 1 01:19:50 mpd: [pppoe] LCP: SendTerminateReq #24 > > Jan 1 01:19:50 mpd: [pppoe] closing link "pppoe"... > > Jan 1 01:19:50 mpd: [pppoe] IPCP: state change Closed --> Initial > > ...... > > > > ____________________________________________ > Rui Miguel Barbosa > Email: <mailto:rui dot barbosa at devscope dot net> rui dot barbosa at devscope dot net > > > |