Introduction
Well, the reason for this post is because there are at least 5 threads around here asking, "is verizon blocking free wap?" or "wap doesnt work for me!" I just thought I would compile a thread for everyone to clear up all the questions. Hopefully lgreenberg can sticky this for me. This thread will include:
- Using a WAP Proxy
- How To Setup Your Own WAP Gateway [Windows]
- How To Setup Your Own WAP Gateway [Linux]
- How To Setup Your Own WAP IRC Gateway
Using a WAP Proxy
Using a WAP Proxy is quite simple and you can be up and running in minutes.
Things you need:
- An IP that is running a WAP Gateway
- A WAP homepage
There are several IP's floating around these forums, one I would reccomend is 66.208.106.16 port: 9201. Everyone thinks it's blazing fast, and it's mine. :P
After you have an IP you will need to do the following:
1) Go to menu, hit 0, it should prompt you for a "Service Code" enter six 0's, you should now be in the services menu for your phone.
2) Hit 9 (WAP Settings), hit 1 (IP Settings), hit 4 (Link2-IP1).
3) Now enter 66.208.106.16 as the IP, hit okay.
4) Hit clear to return to WAP Settings
5) Hit 2 (Port Settings), hit 4 (Link2-Port1), enter 9201 in, hit okay. Now hit End.
6) Start the browser up, let it load, it will most likely give you some security error, just ignore it, hold 0 for a few second, it should now bring up browser settings.
7) Hit 6 (Advanced), hit 3 (WAP Proxy), hit 2 (WAP Proxy 2), go back to the Advanced menu.
8) Now, put your phone aside for a step, we will be setting up a WAP homepage here, go to
www.tagtag.com and sign up for an account, setup a page with some nice WAP pages, like wap.movietickets.com. Now that you have your tagtag page we can continue.
9) You should still be in the Advanced menu of the browser on your phone, hit 2 (Homepage), enter in your homepage. Hit okay when done.
10) Now you should be done, to be safe, power cycle your phone.
11) Start the browser, you should be now taken to your tagtag page you setup in step 8.
Note: If you get "Error: unable to connect to server www.tagtag.com" Hold 0 and reload the page, it should work.
How To Setup Your Own WAP Gateway (Windows)
Setting up your own WAP Gateway on your personal PC is a good alternative to using some of those free ones, but it's really not as good unless you run your computer runs 24/7 and you have a broadband connection.
Things you need:
- A PC running Windows
- WAP3GX - get here
1) Install WAP3GX
2) Load wap3gx.exe
3) Setup WAP3GX to run as a service, that way it will automatically start when windows does.
4) Hit the Start button.
5) It should be running, now just get your IP address and use your IP address with the tutorial above instead of the IP provided.
Note: If you are running a firewall you will have to forward port 9201, I will not be writing up how to do that seeing as there are many routers and different ways for each one.
How to Setup Your Own WAP Gateway (Linux)
Linux is used for most web/game servers and is more reliable/stable than Windows. This guide will most likely be used by people with their own dedicated servers.
Things you need:
- A server running Red Hat or Debian
- Kannel - get here
1) Once the source is downloaded run
2) After Kannel is compiled you will need to install certain programs in a suitable place.
Code:
make bindir=/path/to/directory install
3) You should now be finished
Note: This is a very BRIEF tutorial on how to install, for a more detailed installation guide go here
How To Setup Your Own WAP IRC Gateway
IRC stands for Internet Relay Chat, it is a way to chat and keep in touch with family, friends and many other things. Many people would like to know how to talk on IRC from their phone, I know I wanted to, and after a bit of googling I found a nice program to allow you to do just this.
Things you need:
- A server running BSD or mostly any linux distro
- WAP IRC Gateway v.24 - get here
1) Download the sources
2) Extract the sources
Code:
tar xvzf wapirc_0.24.tar.gz
3) Change to the WAP IRC directory.
4) Edit config.h for server/nickname/ident you want.
5) Compile the source
6) Move the wapirc.cgi to your cgi enabled folder, make sure it is chmodded to 755
Code:
chmod 755 wapirc.cgi
7) Move the compiled wapircd binary to a directory not accessable by the web.
8) Run wapircd
That should run it in the background, if for some reason when you run that and the process dies when you log out of SSH or telnet, use this command.
9) Now go to the URL that the cgi is located at.
Well that is all folks, I hope it helps, if you find any typos or mistakes, feel free to PM me.
Many thanks go out to: