Football Fans: Download the 2012 Schedule App from Google Play!


Go Back   Android Forums > Android Discussion > Android Applications

Android Applications All the information you could ever want about Android Applications. Learn about apps and get help with them... all here! New apps can be found and announced in the Applications Announcements forum linked below.



Reply
 
LinkBack Thread Tools
Old June 6th, 2010, 09:51 PM   #1 (permalink)
Member
 
rubinscube's Avatar
 
Join Date: Dec 2009
Location: Colorado
Posts: 127
 
Device(s): Samsung Infuse
Thanks: 5
Thanked 4 Times in 3 Posts
Confused is there an IP BLOCKER app?

I would like to use my wifi on my droid at the college campus with the ability to block certain ip's. is this possible, or is it only wishful thinking?

__________________
"Never give up, Never surrender" [Galaxy Quest]
rubinscube is offline  
Reply With Quote
Sponsors
Old June 6th, 2010, 10:00 PM   #2 (permalink)
Senior Member
 
jwmacdon1231's Avatar
 
Join Date: Nov 2009
Location: Houston, TX
Posts: 1,124
 
Device(s): Nexus One + Nexus S + MT4G
Thanks: 34
Thanked 118 Times in 111 Posts
myandroid713
Default Re: is there an IP BLOCKER app?

I think it may be wishful thinking.

Sent from my Nexus One using Tapatalk
__________________
Don't forget to hit the "Thanks" button when someone helps you!!!


Follow me on Twitter
jwmacdon1231 is offline  
Reply With Quote
The Following User Says Thank You to jwmacdon1231 For This Useful Post:
rubinscube (June 6th, 2010)
Old September 25th, 2010, 02:43 PM   #3 (permalink)
New Member
 
Join Date: Sep 2010
Posts: 1
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Is there an app now? Hoping that the wishful thinking is over.
Markthedude is offline  
Reply With Quote
Old September 25th, 2010, 04:22 PM   #4 (permalink)
Senior Member
 
A.Nonymous's Avatar
 
Join Date: Jun 2010
Posts: 5,251
 
Device(s): Incredible 2, Kindle Fire, Galaxy Tab 10.1 I/O edition
Thanks: 52
Thanked 773 Times in 552 Posts
Default

You want to block your phone from accessing certain IPs?
A.Nonymous is online now  
Reply With Quote
Old September 3rd, 2011, 05:36 PM   #5 (permalink)
New Member
 
Join Date: Sep 2011
Posts: 3
 
Device(s):
Thanks: 0
Thanked 0 Times in 0 Posts
Default

YES!!!

iptables

DroidWall uses iptables to control internets access by application

f-droid.org /repository/browse/?fdid=com.googlecode.droidwall

but iptables can be tasked to block ads from ip addresses



nixcraft.com /getting-started-tutorials/1427-iptables-block-ip-address.html
bodhizazen.net /Tutorials/iptables


for more root control over apps consider also installing

DroidWall
LBE Privacy Guard
Permissions Denied
AdAway
BURNadwareDevs is offline  
Reply With Quote
Old September 3rd, 2011, 11:35 PM   #6 (permalink)
Senior Member
 
NoNameFace's Avatar
 
Join Date: Jun 2011
Location: Hanover Park, IL
Posts: 1,670
 
Device(s): Optimus V, CWM Green Recovery, CM7.2 BACKside IHO
Thanks: 600
Thanked 475 Times in 351 Posts
Default

Curious... couldn't you root and use a host file for that? That's how I block IP's and Domains on my kids computer. I use a custom host file (along with OpenDNS).
__________________
♪~ ( ) I My Sonos!
Always have your files when you need them with Dropbox.
Use my referral & we both get 250mb for free!
http://db.tt/38vlz7L
NoNameFace is offline  
Reply With Quote
Old September 4th, 2011, 03:43 AM   #7 (permalink)
Over Macho Grande?
 
alostpacket's Avatar
 
Join Date: Nov 2009
Location: NY
Posts: 7,090
 
Device(s): GalaxyNexus(LTE), NexusOne, OG Droid, GalaxyTab 10.1(LTE), Eris, Logitech Revue (fishtank)
Thanks: 4,164
Thanked 3,126 Times in 1,292 Posts
Default

There isnt really a hosts file in Android/linux* -- the closest thing is called iptables as mentioned above

*(not in the way Windows has a hosts file, the linux hosts file does not perform the same task as the windows one does)
alostpacket is offline  
Reply With Quote
Old October 22nd, 2011, 06:51 PM   #8 (permalink)
New Member
 
I can haz fun's Avatar
 
Join Date: Oct 2011
Posts: 2
 
Device(s):
Thanks: 0
Thanked 3 Times in 1 Post
Exclamation iptables is an excellent way to foil malware

Quote:
Originally Posted by alostpacket View Post
There isnt really a hosts file in Android/linux* -- the closest thing is called iptables as mentioned above

*(not in the way Windows has a hosts file, the linux hosts file does not perform the same task as the windows one does)

there really is a hosts file capability in android, and it does really perform the same task as hosts in windows

simply create a HOSTS file according to the standards and place it here:

/system/etc/hosts

There is fantastic Open Source for managing it, most recently AdAway

Code:
code google com p ad-away
(dot dot slash slash)
HOSTS was not designed to BLOCK resolution, but it can be used for this purpose. An overly large HOSTS file can lead to unpleasant results

Quote:
Originally Posted by BURNadwareDevs View Post
YES!!!

iptables

DroidWall uses iptables to control internets access by application

f-droid.org /repository/browse/?fdid=com.googlecode.droidwall

but iptables can be tasked to block ads from ip addresses



nixcraft.com /getting-started-tutorials/1427-iptables-block-ip-address.html
bodhizazen.net /Tutorials/iptables


for more root control over apps consider also installing

DroidWall
LBE Privacy Guard
Permissions Denied
AdAway
+1 * 1000

Stir in

SetDNS

and elect to use FoolDNS for wifi and 3g


ALL adware is by definition malware.

For additional malware blocking goodness someone needs to fork cyanogenmod to actually-include the code suggestion to report bogus data to apps according to the permissions you wish to spoof instead of block.

one's privacy is NEVER a commodity




For more iptables information read up on netfilter and the various android KERNEL requirements. You might experience "multiport" errors with current builds of iptables for android.

Code:
code google com p iptables4n1
(dot dot slash slash)
malware applications ARE NOT free applications

the less malware is tolerated, the less malware there will be
I can haz fun is offline  
Last edited by EarlyMon; October 22nd, 2011 at 08:45 PM.
Reply With Quote
The Following 3 Users Say Thank You to I can haz fun For This Useful Post:
AngryHatter (October 23rd, 2011), John Redcorn (October 24th, 2011), NoNameFace (October 24th, 2011)
Old October 24th, 2011, 06:21 AM   #9 (permalink)
Senior Member
 
NoNameFace's Avatar
 
Join Date: Jun 2011
Location: Hanover Park, IL
Posts: 1,670
 
Device(s): Optimus V, CWM Green Recovery, CM7.2 BACKside IHO
Thanks: 600
Thanked 475 Times in 351 Posts
Default

Quote:
Originally Posted by NoNameFace View Post
Curious... couldn't you root and use a host file for that? That's how I block IP's and Domains on my kids computer. I use a custom host file (along with OpenDNS).
Quote:
Originally Posted by alostpacket View Post
There isnt really a hosts file in Android/linux* -- the closest thing is called iptables as mentioned above

*(not in the way Windows has a hosts file, the linux hosts file does not perform the same task as the windows one does)

I totally forgot about this thread.

Yes, the host file works the same in the Android OS as it does on Windows. I have AdFree Android installed on my phone to block the ads, and decided to open the host file (thank you I can haz fun for showing me where it's at) with a text editor and view it. The dev gets his info from the same developers who make the custom host file for Windows.. the very one I've been using for years on the machines in my house;

Blocking Unwanted Parasites with a Hosts File
NoNameFace is offline  
Reply With Quote
Reply

Bookmarks

Tags
ip blocker


Go Back   Android Forums > Android Discussion > Android Applications User CP
Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Sms blocker? Which actually works and is best? Gomez.alexis3 Android Applications 7 December 28th, 2011 11:17 AM
Anyone have a fail proof call blocker w/ private # blocker? lilywhitedaisy Android Applications 3 July 14th, 2011 07:52 AM
How do I disable the pop-up blocker? perry3182 Samsung Vibrant 2 December 17th, 2010 09:44 PM
Ad Blocker jcase Eris - All Things Root 62 November 24th, 2010 04:11 AM
pop up blocker berniecamber Android Lounge 2 October 3rd, 2010 06:24 AM



All times are GMT -5. The time now is 09:34 PM.
Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Custom vBulletin Skins by: Relivo