 aip09 join:2012-01-13 Richland, MO | New Wireless ISP? Hello All,
I have been doing alot of research and reading in this forum before deciding to post here. I'm fairly new to the ISP side of wireless, so if I sound like a rookie that is why. LOL
Ok here it goes. I live in a small town and would like to provide wireless service to the rural areas and people on a fixed income. That is my target customers. I will have two sites available to use.
Site one. Is going to run out of the home for now. This is where I will pull the internet connection ie 10mbs dsl pure broadband. Sounds odd but that is what the sales rep said on the phone. I have chosen to go with Cambium Networks equipment for the AP and subscriber. I have been doing alot of reading on this and have a good grasp of the concept. Just need to "put it all together". What additional equipment will I need ie routers, switches, server etc. How is a good way to do band limiting? Also how would I set up bill pay? These are just a few questions that I have for this site.
Site two. This site is located about 5 to 8 miles LOS from the house. This site will have around a 200 foot tower on it. Depends on how i'm filling when I get to putting it up. Not afraid of heights just that darn sudden stop at the end. LOL This will serve another small community near where I live. The question hear is. Will it be better to back haul to this site? If so what is recommended for the back haul? I'm not sure if anything is offered in that area for high speed service yet.
So there you have it. My goal is to start small with five to ten clients and work my way up from there. Any and all information is appreciated and accepted gladly. Also I want to set it up wright the first time. So that I can expand and not have problems with having to reconfigure my infrastructure.
Thanks, |
|
 TomS_Git-r-donePremium,MVM join:2002-07-19 Ireland kudos:1 | You will need at least one router. A switch, maybe - depends how much gear you will have. And yes, at least one server, probably and preferably separate from your office PC.
A lot of people here use Mikrotik routers, whereas I myself have used Cisco in a previous life. There are plenty of low end routers that include a small switch, so may, to begin with, allow you to get away without having to buy a separate unit.
There is no one true rule for setting up your network, many people have many ways to do it that all seem to work well for them, or work well enough.
I used Cisco routers to accept PPPoE sessions from customers so I could authenticate them with a username and password before they could get Internet access. This also allows you to count their upload and download data, and turn their account off if they dont pay for example. Authentication was handled via a RADIUS server, which is essentially a database of users, passwords, and certain other settings related to their service. The settings can include bandwidth policing, QoS profile configuration, and many more.
Theres even one guy in here doing PPPoE, but using VPLS to backhaul customers ethernet traffic back to his central POP where he has a Mikrotik do authentication similar to above - pretty neat idea I thought. 
Others use a simpler "routed" network where users obtain an IP via DHCP. This is certainly a simpler way to get started as you can leave out some complexities like RADIUS, but may have certain logistical issues associated with it IMO, in particular surrounding traffic counting, policing their speed, and enabling/disabling their account.
Most seem to prefer the one central POP method, so likely youd hear everyone telling you to backhaul your remote towers back to your house, or another location. Theres certainly nothing wrong with that, and is very typical even for the major players.
Another important topic is how you plan to handle IP allocations to your users. We assigned globally routable addresses to our users, but if you cant get these you will need to assign RFC1918 space (e.g. 10.x.x.x, 192.168.x.x) to your users and NAT them - this may or may not be an issue for your users... Certainly if you can get a block of globally routable addresses, you should. Your ISP should be able to provide these, pehaps at additional cost.
The last thing Ill say right now (because Im typing on an iPad and its only slightly awkward) is what you plan to run on your server. A lot of people are comfortable with Windows and tend to stick with this, I tend to believe that investing some time in Linux or FreeBSD is worth the effort - theres a ton of free software, and you dont have to worry about licensing costs.
But of course, each to their own, and its good to hear others oppinions aswell, so Ill open up the floor now.  |
|
 | said by TomS_:Theres even one guy in here doing PPPoE, but using VPLS to backhaul customers ethernet traffic back to his central POP where he has a Mikrotik do authentication similar to above - pretty neat idea I thought. 
Hehe that was me! Sorry to interrupt the current thread, carry on... -- OptionsDSL Wireless Internet »www.optionsdsl.ca |
|
 Chele join:2003-07-23 kudos:1 | reply to aip09 Aip09
Every single question you have asked(gear-wise) is already available in this forum. I will advise you to look them up for the only reason that it will give you a more balanced view of what is available.
Just a few points to think about: Make sure you can resell the bandwidth, usually you are NOT allowed to resell residential lines Be careful with the cost of the equipment, if everything goes well, you will be buying more and more as time goes. Personally, I've never heard of Cambium(I saw their flash intro and do recognize their "component" companies). Who will help you when the time comes (AND IT WILL!). It is good to get support(ie this forum) from sources other than the manufacturer. Your target market will be fixed income families, how long will it take you to cover the expense of installing a new client? I have no idea what Cambium gear goes for, but I'm sure there are cheaper alternatives. |
|
 aip09 join:2012-01-13 Richland, MO | reply to aip09 WOW Great feed back so far.
Chele, Cambium is what Motorola Canopy use to be. You said something about a cheaper alternative for equipment, what can you offer there?
TomS_, I like the idea of being able to countrol user accounts the way you stated, not sure about the PPPoE. Will have to check out the Mikrotik routers. Could you use the Mac address of each client radio to connect to the network or do you still have to use an IP? As far as Linux goes what distro seems to be the norm or is there such a thing. |
|
 TomS_Git-r-donePremium,MVM join:2002-07-19 Ireland kudos:1 | The PPPoE method typically involves you placing a CPE router (a cheapie broadband router with an ethernet WAN port) along with the radio at the customer premesis. This router then initiates the PPPoE connection which is terminated by your router. However, most modern OS's include a built in PPPoE client, so this is not an absolute requirement. I would recommend it though, particularly where the customer wants to share Internet access among multiple computers.
Once the session is terminated (i.e. successfully authenticated), it is assigned an IP, and the customer may begin browsing the Internet.
This setup is very typical of DSL broadband ISPs, so if youve ever had to use this means to connect to the Internet, this is essentially how it works. 
There are people here doing PPPoE with MT routers, so they can likely help you if you want to take that route. I personally have no experience with MT.
Im not sure exactly what you mean by using the MAC address to connect to the network. Can you clarify further? If you mean this in the sense of "do I actually need IP addresses?" then the answer is an emphatic NO. You must assign some form of IP to your customers, either globally routable so they can "directly" send/receive data to/from the Internet, or RFC1918 and you will NAT them.
Re Linux and which distribution, this is where it gets tricky. Everyone has their pet distribution, and its almost religious. You would be best to try out a couple and see which one you like best. Popular ones are Ubuntu and Fedora, but there are a myriad of them out there (and thats half the problem). I personally have started using Ubuntu instead of Fedora when I need Linux, but FreeBSD is still my *nix of choice. PC-BSD is a user-friendly distribution of FreeBSD. All of the above include the option to chose from and install one or more graphical interfaces, and include a kind of control panel for installing applications, so if youre not comfortable with the command line just yet you can still use a mouse to navigate your way around (and launch a terminal app to access the command line when you need to.) |
|
 aip09 join:2012-01-13 Richland, MO | Makes since. Just out of curiosity what are you running for equipment? Are you doing WISP? |
|
 WHT join:2010-03-26 kudos:3 | reply to aip09 »wndw.net/download.html
Out of date, but good information, »www.open.com.au/radiator/WISPCookbook.pdf
Another WISP forum, »forum.ubnt.com/index.php |
|
|
|
 TomS_Git-r-donePremium,MVM join:2002-07-19 Ireland kudos:1 1 edit | reply to aip09 I used to work for a wireless broadband provider, but not any more.
We were using primarily Cisco 2800 and 3700 series routers at our tower sites, a small number of 7200VXR routers in some more major sites, and our two core POPs each had a 7300.
The major sites were typically linked to the core POPs via STM-1, or OC3 to you guys.
Here are some threads I posted here detailing some of the builds I was involved in, just to whet your appetite:
»One down, 3 to go »Microwave hub site »Microwave big iron »Staging a new network »Hut fitout in time lapse »2 up, 2 to go »LSY space diversity equalisation »One of our WiMAX deployments »Network testing/staging
There ahould be abfew more floating around, Ill try and find them.
edit: others:
»More network staging photos »Microwave repeater/add/drop site »My first attempt at cable "lacing" »New PoP install (more cable tieing) »"My first 6 footer" »Waveguide termination video |
|
 jcremin join:2009-12-22 Siren, WI kudos:2 | reply to TomS_ said by TomS_:The PPPoE method typically involves you placing a CPE router (a cheapie broadband router with an ethernet WAN port) along with the radio at the customer premesis. This router then initiates the PPPoE connection which is terminated by your router. Personally, if you go with PPPoE, I would avoid this setup (if possible) because letting a cheapie router handle the PPPoE means that the CPE antenna is most likely bridging your network through to the Ethernet port the customer will plug the router into. If the router goes bad, if the plug the router in backwards, or if they plug it right into something else, they are essentially on your core network and can wreak havoc.
There are filtering methods available to eliminate those issues, but I would highly recommend starting with a CPE antenna that can do the PPPoE authentication itself, and handing a private IP range to the customer, eliminating the potential for many issues on your network. It is a very simple setup and leaves very few places that things can go wrong.
If you talk to a hundred WISP's, you'll probably find a hundred different ideas for what they think works best. There's no perfect solution, but some work better than others depending on your needs. Dig through the last year of posts in this forum, and your brain will probably be ready to explode with how much information you will find. |
|
 WHT join:2010-03-26 kudos:3 | reply to aip09 WISP business threads goign back three years here, »forum.ubnt.com/forumdisplay.php?f=14
My take on PPPoE, »forum.ubnt.com/showpost.php?p=24···count=56 |
|
 Reviews:
·AT&T Wireless Br..
| reply to aip09 Joe is right about pppoe stay way from it as possible and as justin aka pointed out on my post on ubnt fourm about edge routers pppoe is noting but asking for major trouble down the road if you dont have it configured correctly. Because I dealt with that crap for 2 years at my formal job as a local tech support for a local ISP and it was pita to figure out what was causing the pppoe disconnects.
Again stay way from pppoe as much as you can. |
|
 aip09 join:2012-01-13 Richland, MO | reply to WHT What is meant by doing a full site analysis? So setting up a Linux box seems to be in the future for me aswell, its been ten years since I have messed with Linux. It does seem that people around my area seem to shying away from 2.4ghz and going with something else. To much interference I'm guessing. |
|
 TomS_Git-r-donePremium,MVM join:2002-07-19 Ireland kudos:1 | reply to jcremin Sure if your wireless CPE can do PPPoE, why not, I would probably go for this option if it were available. But if its not an option you have little option but to use a separate router.
If youre worried about a separate router going bad and bridging your core network through to a customer LAN, the same thing could potentially happen with an integrated CPE too... 
But ideally, you should be able to separate the management interfaces of your equipment from customer data using VLANs. Where possible we always did this, and at least since I joined the company, I always hounded new/potential vendors for this feature, and strongly voiced my disapproval for any that could no do it (even if it always seemed to go on deaf ears).
We typically had one VLAN at each tower where all management interfaces lived, and customers lived in other VLANs (generally one per technology). Inter-POP links where also in their own individual VLANs. Really I dont think there was a better way to do it (perhaps short of dedicated physical interfaces for each.)
And if youre using PPPoE, then the router interface (VLAN or physical) doesnt need an IP on it anyway because PPPoE operates entirely at layer 2, so theres practically no way to gain access to anything anyway, unless you cant segregate the management interface and it has to mix in (hello, looking at you, Canopy...)
With customers separated from the core network, theres nothing to be concerned about. Just make sure you have appropriate firewall rules that only allow your NOC subnet(s) to talk to your management subnets and youre golden.
But our primary reason for using a separate router was the built in wireless AP that the customer could use to share Internet wirelessly through their house, and the VoIP ATA if they were also buying a voice service from us. Sure, these could also be done with a box or two sitting behind a wireless CPE that was acting as the router, but we didnt have that option.  |
|
 TomS_Git-r-donePremium,MVM join:2002-07-19 Ireland kudos:1 | reply to treichhart said by treichhart:Again stay way from pppoe as much as you can. I have to respectfully disagree. Dont be spreading unjustified FUD. 
We used PPPoE to service thousands of customers (10's of thousands if you count in all of the DSL subscribers from our parent company), and all that was necessary to debug faults was that your equipment (in particular the router terminating the PPPoE session) have the right tools for debugging - you can debunk or prove any customer complaint with the right tools. Thankfully Cisco is very good at this, being used extensively in carrier and service provider networks their debugging capabilities are extremely good. If your gear cant allow you to debug PPPoE, then yes you probably should stay away from it, or stay away from that gear...
And I dont know what you mean about having it "configured correctly". A Cisco router can be configured to accept PPPoE sessions in perhaps 4-5 lines of configuration. From there, the router needs to be configured to authenticate users either via RADIUS, or from a list of users in its own configuration which is perhaps 10-20 additional lines of configuration. You either configure it and it works, or you misconfigure it and it doesnt work. Theres no middle ground. 
For us, PPPoE was the least concern. It worked as long as data was able to flow. If the customers connection was flaky, yes it would result in dropouts, but there was an underlying issue to fix. The most common authentication problem we had with customers was a botched username and/or password. I spent more time looking at faults on the customer side than I did with our network, and Im sure any WISP operator here would agree they do the same.
PPPoE offers advantages over plain IP routing, and I identified a couple of such advantages in my first post. In my opinion the only downside is the slightly reduced MTU due to increased overheads, but in my experience running an ISP network, its advantages far outweigh anything else.
If PPPoE were really that bad, I doubt 10's, perhaps 100's of millions of subscribers around the globe would be using it to connect to the Internet - something better would have been found, implemented, or PPPoE itself would have been fixed. Its got practicality in terms of subscriber management, and this is an important issue for ISPs, of any size.
But it aint the plague, and doesnt need to be avoided as if it were. |
|
 Reviews:
·AT&T Wireless Br..
| reply to aip09 Well TomS_ you can disagree all you want I am just stating what I have seen while I was working at a local ISP as a local call tech.
Because as I stated I worked with the crap little over 2 years and took over hundreds of calls of customers complaning of disconnects etc.... |
|
 TomS_Git-r-donePremium,MVM join:2002-07-19 Ireland kudos:1 | Very well as that may be, I have done the same. And what was the issue that caused the disconnects in the end?
Most calls that I took when working on a helpdesk had an underlying fault unrelated to PPPoE. Typically a poor line which had to be fixed in the field.
Maybe I evangelise PPPoE, but it is solely from my good experiences with it. Just like you are demonising it from your bad experiences. So I wont say any more on it, because Im dragging this thread wayyyyy O/T.  |
|
 | reply to aip09 like I said there is so many reason why pppoe could disconnect that is why i said pppoe is pita to tech. |
|
 aip09 join:2012-01-13 Richland, MO | reply to aip09 OK NOW that the worms have all got away. LOL let's get back to the subject. So I'm going to need a server to regulate speeds and for billing etc. Well Motorola canopy systems are expensive, what might be some other alternatives for equipment? |
|
 | reply to aip09 For equipment use Ubiquiti/Mikrotik and billing and stuff you can use powercode or you can use freshbooks. |
|