i have an architecture of pppoe like this :
Code: Select all
+------------------+ +------------+
| Router to | | Radius |
| Internet | | Server |
+------------------+ +------------+
| |
| |
|========ethernet=====================|
|
|
+--------------------+
| MT PPPoE Server |
+--------------------+
|
|
+----------+
| DSLAM |
+----------+
|
|
+-----------------------------------+
/ PPPoE Clients (DSL Router) /
+------------------------------------+
this is the configuration
this is the configuration (MT 2.9.38 ) :
Code: Select all
[admin@NexcomPPPoE] ppp profile> print detail
Flags: * - default
0 * name="default" use-compression=default use-vj-compression=default use-encryption=default only-one=default
change-tcp-mss=yes dns-server=x.x.x.x
1 name="nexcom" local-address=10.67.1.1 remote-address=pppoe use-compression=yes use-vj-compression=default
use-encryption=default only-one=yes change-tcp-mss=default rate-limit=512000/128000 dns-server=x.x.x.x
2 * name="default-encryption" use-compression=default use-vj-compression=default use-encryption=yes only-one=default
change-tcp-mss=yes rate-limit=384000/64000
[admin@NexcomPPPoE] ppp aaa> print
use-radius: yes
accounting: yes
interim-update: 0s
0 service=ppp called-id="" domain="mydomain" address=x.x.x.x secret="mysecret" authentication-port=1812
accounting-port=1813 timeout=1s200ms accounting-backup=no realm=""
[admin@NexcomPPPoE] interface pppoe-server server> print detail
Flags: X - disabled
0 service-name="nexcom" interface=broadcom max-mtu=1480 max-mru=1480 authentication=pap keepalive-timeout=180
one-session-per-host=yes max-sessions=0 default-profile=nexcom
and my friend told me that i have a wrong architecture, these is he suggested :
Code: Select all
+------------------+
| Router to |
| Internet |
+------------------+
|
|
|=============ethernet===========|
|
|
+--------------+ +-------------+
| Iptables | | Radius |
| NAT | | Server |
+--------------+ +-------------+
| |
| |
|===================================ethernet=================================|
| |
| |
+--------------------+ +----------+
| MT PPPoE Server | | DSLAM |
+--------------------+ +----------+
|
|
+------------------------------------+
/ PPPoE Clients (DSL Router) /
+------------------------------------+
which is the best architecture for this PPPoE? and how about the MT configuration?
thanks before