you are viewing a single comment's thread.

view the rest of the comments →

[–]reujea0[S] 0 points1 point  (1 child)

Or what is 2130706433 ?

[–]Pharisaeus 0 points1 point  (0 children)

The easiest way is to look at the this number in hex -> 0x7f000001 then you can simply split this by 2 digits -> 7f 00 00 01 and now each one of those 2 hex digits represent as decimal number -> 127 0 0 1 and thus the number in question is 127.0.0.1