Welcome, Guest. Please login or register.
May 18, 2024, 06:03:29 AM

Login with username, password and session length
* Home Help Arcade Login Register
.
+  Forum
|-+  NLG Members who host their own Repair Logs of Various Games.
| |-+  RickHunters Computer Help 101 (Moderator: rickhunter)
| | |-+  Visible Email Addresses and IP address Ban List
0 Members and 1 Guest are viewing this topic. « previous next »
Pages: 1 [2] Go Down Print
Author Topic: Visible Email Addresses and IP address Ban List  (Read 16314 times)
SAT (aka GANDHI)
Contributing Gold NLG Member
Sr.NLG Member 501 to 1000 Post
*

Total Karma Storms: 224
Offline Offline

Gender: Male
Posts: 807



« Reply #25 on: September 30, 2008, 07:43:35 PM »

Hey, I've been slowly adding ip ranges to my e-mail server as well to refuse smtp connections from the Asia Pacific Network, do you have a list of ip ranges handy?

APNIC is quite extensive.  This should cover most of it:

58.0.0.0/8
59.0.0.0/8
60.0.0.0/8
61.0.0.0/8
116.0.0.0/8
117.0.0.0/8
118.0.0.0/8
119.0.0.0/8
120.0.0.0/8
121.0.0.0/8
122.0.0.0/8
123.0.0.0/8
124.0.0.0/8
125.0.0.0/8
126.0.0.0/8
169.208.0.0/12
202.0.0.0/8
203.0.0.0/8
210.0.0.0/8
211.0.0.0/8
218.0.0.0/8
219.0.0.0/8
220.0.0.0/8
221.0.0.0/8
222.0.0.0/8


What does the /8 and the /12 mean after the IP address?
Would that be the first 8 and first 12 in that particular address (i.e. 210.0.0.1, 210.0.0.2, 210.0.0.3 ... 210.0.0.8)?

Thanks!
Joe
Logged

Keep it simple!!!
SAT (aka GANDHI)
Contributing Gold NLG Member
Sr.NLG Member 501 to 1000 Post
*

Total Karma Storms: 224
Offline Offline

Gender: Male
Posts: 807



« Reply #26 on: September 30, 2008, 07:43:51 PM »

That's the subnet mask, separates the network bits from the host bits

/8 = 255.0.0.0
/12 = 255.255.0.0


It's shorter to denote the mask this way than use the dotted decimal.
Logged

Keep it simple!!!
SAT (aka GANDHI)
Contributing Gold NLG Member
Sr.NLG Member 501 to 1000 Post
*

Total Karma Storms: 224
Offline Offline

Gender: Male
Posts: 807



« Reply #27 on: September 30, 2008, 07:44:06 PM »


What does the /8 and the /12 mean after the IP address?
Would that be the first 8 and first 12 in that particular address (i.e. 210.0.0.1, 210.0.0.2, 210.0.0.3 ... 210.0.0.8)?

Thanks!
Joe

"/n", or /8 and /12 in this example, is called the IP prefix or network prefix in CIDR notation.  For example, when I say 59.0.0.0/8, I'm telling you I'm referring to all of the possible addresses in the range of 59.x.x.x.  /8 also signifies a Class A address range and also the number of significant bits used to identify a network (i.e., the netmask).  If I were to say an IP address of 59.10.34.113 had a netmask of 255.0.0.0, this is also equivalent to /8.  The most common are Class A (/8 or 255.0.0.0), Class B (/16 or 255.255.0.0) and Class C (/24 or 255.255.255.0).  To specify an exact address, use /32 as the notation.  In my example, if I referred to 59.10.34.113/32, I am talking about that exact address - /32 is equivalent to a netmask of 255.255.255.255.

Not sure how to explain this without referring someone to IPv4 TCP/IP FAQs.  IP addresses were assigned as blocks/ranges way back when.  And in a haphazard fashion too.  There was and still is a lot of wasted IPv4 address space out there, especially with a few Class A ranges.  I work for NOAA, which 'owns' all of the 140.90.x.x Class B address space and a surprising amount of that space is still unused.  It's actually kinda pathetic because we are running out of IPv4 space.  Slowly, but surely.  That's why IPv6 is a hot item, but that's a whole other discussion that makes my brain hurt.
Logged

Keep it simple!!!
SAT (aka GANDHI)
Contributing Gold NLG Member
Sr.NLG Member 501 to 1000 Post
*

Total Karma Storms: 224
Offline Offline

Gender: Male
Posts: 807



« Reply #28 on: September 30, 2008, 07:44:22 PM »

That's the subnet mask, separates the network bits from the host bits

/8 = 255.0.0.0
/12 = 255.255.0.0


It's shorter to denote the mask this way than use the dotted decimal.

Actually the correct netmask for a 12 bit IP range number is 255.240.0.0 the second octet is only a 4 bit number so 256 - 16 (2^4) - 240, thus the netmask.
a 255.255.0.0 netmask is a /16 address.  In the range given in the example

169.208.0.0/12 the valid addresses in that range is 169.208.0.1 - 169.223.255.254  (208+16-1 (since you start at zero) gives you the range of addresses valid for that subnet)

The addresses at the ends are referred to the network and the broadcast in this case 168.208.0.0/12 is the network and the 169.223.255.255 is broadcast.

Logged

Keep it simple!!!
SAT (aka GANDHI)
Contributing Gold NLG Member
Sr.NLG Member 501 to 1000 Post
*

Total Karma Storms: 224
Offline Offline

Gender: Male
Posts: 807



« Reply #29 on: September 30, 2008, 07:44:39 PM »

.... NERDS!  rotflmao
Logged

Keep it simple!!!
SAT (aka GANDHI)
Contributing Gold NLG Member
Sr.NLG Member 501 to 1000 Post
*

Total Karma Storms: 224
Offline Offline

Gender: Male
Posts: 807



« Reply #30 on: September 30, 2008, 07:45:00 PM »

.... NERDS!  rotflmao

 arrow arrow arrow yes yes yes propeller propeller propeller

I'd like to think as just knowing the stuff I work with everyday.  applause applause applause
Logged

Keep it simple!!!
SAT (aka GANDHI)
Contributing Gold NLG Member
Sr.NLG Member 501 to 1000 Post
*

Total Karma Storms: 224
Offline Offline

Gender: Male
Posts: 807



« Reply #31 on: September 30, 2008, 07:45:18 PM »

.... NERDS!  rotflmao

 arrow arrow arrow yes yes yes propeller propeller propeller

I'd like to think as just knowing the stuff I work with everyday.  applause applause applause

Right.  But we're still nerds.

Logged

Keep it simple!!!
SAT (aka GANDHI)
Contributing Gold NLG Member
Sr.NLG Member 501 to 1000 Post
*

Total Karma Storms: 224
Offline Offline

Gender: Male
Posts: 807



« Reply #32 on: September 30, 2008, 07:46:06 PM »

Nerd = Network
           Emergency
           Response
           Dude

The network is the computer....
Logged

Keep it simple!!!
SAT (aka GANDHI)
Contributing Gold NLG Member
Sr.NLG Member 501 to 1000 Post
*

Total Karma Storms: 224
Offline Offline

Gender: Male
Posts: 807



« Reply #33 on: September 30, 2008, 07:46:20 PM »


Actually the correct netmask for a 12 bit IP range number is 255.240.0.0

DOH! Duh!

You're right, gives you an idea of how much mush my brain is after a week in the pressure cooker I call work. yes
Logged

Keep it simple!!!
SAT (aka GANDHI)
Contributing Gold NLG Member
Sr.NLG Member 501 to 1000 Post
*

Total Karma Storms: 224
Offline Offline

Gender: Male
Posts: 807



« Reply #34 on: September 30, 2008, 07:46:38 PM »

Thanks and Karma + to JohnnyG, brichter, and Rick for your explanation of the /n.  Once again I learned something new today (as Rick's tag line states). But I can see that it is only the tip of the iceberg on IP address's.
Looks like I have some reading to do!  yes
Logged

Keep it simple!!!
SAT (aka GANDHI)
Contributing Gold NLG Member
Sr.NLG Member 501 to 1000 Post
*

Total Karma Storms: 224
Offline Offline

Gender: Male
Posts: 807



« Reply #35 on: September 30, 2008, 07:46:55 PM »

Thanks and Karma + to JohnnyG, brichter, and Rick for your explanation of the /n.  Once again I learned something new today (as Rick's tag line states). But I can see that it is only the tip of the iceberg on IP address's.
Looks like I have some reading to do!  yes

Funny how some turd keeps giving me Bad Karma.  So your Karma+ actually brought it up to one number less than it was last night.

How amusing.

If I change my pic to some 24 y/o hottie, will that get me more Karma+?
Logged

Keep it simple!!!
SAT (aka GANDHI)
Contributing Gold NLG Member
Sr.NLG Member 501 to 1000 Post
*

Total Karma Storms: 224
Offline Offline

Gender: Male
Posts: 807



« Reply #36 on: September 30, 2008, 07:47:11 PM »

good karma for all.

W
Logged

Keep it simple!!!
SAT (aka GANDHI)
Contributing Gold NLG Member
Sr.NLG Member 501 to 1000 Post
*

Total Karma Storms: 224
Offline Offline

Gender: Male
Posts: 807



« Reply #37 on: September 30, 2008, 07:47:26 PM »


If I change my pic to some 24 y/o hottie, will that get me more Karma+?


A 24 y/o hottie is always appreciated rotflmao rotflmao rotflmao
Logged

Keep it simple!!!
Pages: 1 [2] Go Up Print 
« previous next »
Jump to:  


If you find this site helpful, Please Consider Making a small donation to help defray the cost of hosting and bandwidth.



Newlifegames.com    Newlifegames.net    Newlifegames.org
   New Life Games    NewLifeGames  NLG  We Bring new Life to old Games    1-888-NLG-SLOTS
Are all Copyright and Trademarks of New Life Games LLC 1992 - 2021


FAIR USE NOTICE:

This site contains copyrighted material the use of which has not always been specifically authorized by the copyright owner.
We make such material available in an effort to advance awareness and understanding of the issues involved.
We believe this constitutes a fair use of any such copyrighted material as provided for in section 107 of the US Copyright Law.
In accordance with Title 17 U.S.C. Section 107, the material on this site is distributed without profit to those
who have expressed a prior interest in receiving the included information for research and educational purposes.

For more information please visit: http://www.law.cornell.edu/uscode/17/107.shtml.

If you wish to use copyrighted material from this site for purposes of your own that go beyond fair use,
you must obtain permission directly from the copyright owner.

NewLifeGames.net Web-Site is optimized for use with Fire-Fox and a minimum screen resolution of 1280x768 pixels.


Powered by SMF 1.1.20 | SMF © 2013, Simple Machines
Loon Designed by Mystica
Updated by Runic Warrior
Page created in 0.149 seconds with 18 queries.