I have some questions regarding config of CPEs.
Let’s assume all users connect wirelessly using PPPoE
I consider the 2 following options:
-
PPPoE client in the CPE, client computers NATed and on DHCP
Pros:
-End-user won’t have to deal with username/password, just connect ethernet cable
-End-user has “household router” included and will only need a switch to connect several computers.
Cons:
-Independent config of each CPE
-Forwarding of ports must be done in the CPE by the WISP (=me)
-Public IPs must be routed through the CPE
=lot of extra labour -
WLAN1 and ETH1 bridged on CPE (Layer 2 all the way from client computer NIC, this is possible in ROS 3 isn’t it?)
Pros:
-Fast and uniform deployment of CPEs. Ready-configured CPEs can be picked off-shelf and handed to customer.
-No need to forward ports
-Easy to provide public IP to client computer
Cons:
-End-user must setup RAS PPPoE himself → lots of support phone calls
-Only one computer connected unless end-user sets up a household router himself
I guess option 2 is the easiest for me, i.e. I can mass config and toss out a number of identical CPEs, then provide the end-user with a ticket with user/pass and leave it up to him to establish PPPoE connection and setup his own router if he wants to.
What are your opinions - and experiences?