Jump to content

Pineapple IP's 172.16.42.1 to 172.16.42.300 text file all break downs


Recommended Posts

Posted (edited)

Hope you enjoy,


please like my post and thanks! :)



http://pastebin.com/LrvS25v4

Edited by mrgray
Posted (edited)

Very sweet, thanks! Been waiting for a complete all break downs list from 1-300 for what seems like forever.

i-like-turtles-med.jpg

Edited by hfam
Posted (edited)

I had a recording on Notepad++ and thought might as well make it go to 300 :P


I'm lazy also so thats why i did this haha


Lol HFAM that's a awesome picture! :D


Edited by mrgray
Posted

I had a recording on Notepad++ and thought might as well make it go to 300 :P

I'm lazy also so thats why i did this haha

Lol HFAM that's a awesome picture! :D

I can understand being lazy! But I have to ask why did you do it at all? I mean what are you using this list for?

Posted (edited)

Classified information for what i'm using it for :P
Haha just kidding, i thought it would be handy for some people.

I mean you never know if you need IP's from 172.16.42.1 to 172.16.42.300 :lol:

And yes that will work Sebkinne but for config files no.

Edited by mrgray
Posted

This will do the same..

for($i=1; $i <= 254; $i++){
  echo "172.16.42.".$i;
}

But I am not sure what you need this list for.

Well... Actually, what I really needed was:

for($i=255; $i <= 300; $i++){
  echo "172.16.42.".$i;
}
Posted

Anything past 254 is invalid in IPv4, no DHCP server will serve them, no client will use them, and as part of a config file they can cause trouble depending on device....

Trying to help :)

Posted

I may be half drunk right now but I'm still lost as to what that even means.... Inside joke?

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...