mrgray Posted November 12, 2013 Share Posted November 12, 2013 (edited) Hope you enjoy, please like my post and thanks! :) http://pastebin.com/LrvS25v4 Edited November 12, 2013 by mrgray Quote Link to comment Share on other sites More sharing options...
DrDinosaur Posted November 12, 2013 Share Posted November 12, 2013 What can this be used for? Quote Link to comment Share on other sites More sharing options...
thesugarat Posted November 12, 2013 Share Posted November 12, 2013 I'm lost as to the purpose of this and why it goes past .254..... Quote Link to comment Share on other sites More sharing options...
UltimatePeter Posted November 12, 2013 Share Posted November 12, 2013 (edited) Yay, 300! Now we don't have to switch to IPv6! lol Edited November 12, 2013 by UltimatePeter Quote Link to comment Share on other sites More sharing options...
hfam Posted November 12, 2013 Share Posted November 12, 2013 (edited) Very sweet, thanks! Been waiting for a complete all break downs list from 1-300 for what seems like forever. Edited November 12, 2013 by hfam Quote Link to comment Share on other sites More sharing options...
mrgray Posted November 12, 2013 Author Share Posted November 12, 2013 (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 November 12, 2013 by mrgray Quote Link to comment Share on other sites More sharing options...
Sebkinne Posted November 12, 2013 Share Posted November 12, 2013 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. Quote Link to comment Share on other sites More sharing options...
jjd Posted November 12, 2013 Share Posted November 12, 2013 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? Quote Link to comment Share on other sites More sharing options...
mrgray Posted November 12, 2013 Author Share Posted November 12, 2013 (edited) Classified information for what i'm using it for :PHaha 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 And yes that will work Sebkinne but for config files no. Edited November 12, 2013 by mrgray Quote Link to comment Share on other sites More sharing options...
UltimatePeter Posted November 13, 2013 Share Posted November 13, 2013 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; } Quote Link to comment Share on other sites More sharing options...
ki2k Posted November 16, 2013 Share Posted November 16, 2013 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 :) Quote Link to comment Share on other sites More sharing options...
UltimatePeter Posted November 16, 2013 Share Posted November 16, 2013 But... you never know if you need IP's from 172.16.42.1 to 172.16.42.300 Quote Link to comment Share on other sites More sharing options...
thesugarat Posted November 16, 2013 Share Posted November 16, 2013 I may be half drunk right now but I'm still lost as to what that even means.... Inside joke? Quote Link to comment Share on other sites More sharing options...
barry99705 Posted November 16, 2013 Share Posted November 16, 2013 I may be half drunk right now but I'm still lost as to what that even means.... Inside joke? Beats me, but the centered text looks like ass. Quote Link to comment Share on other sites More sharing options...
thesugarat Posted November 16, 2013 Share Posted November 16, 2013 Too many Hefeweizen... :) Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.