Quote:
quote:Originally posted by Brian
Quote:
quote:Originally posted by spot
but how do u get the ip?
|
From ISPs (Internet Service Providers). Is that what you're trying to ask?
EDIT: Forgot to add... Different IP addresses are assigned to each computer. The IP addresses starts from 0.0.0.0 to 255.255.255.255. It is just like the telephone companies assign phone numbers 200-0000 to 999-9999.
|
An IP does not start with 0.0.0.0. You can't have a 0.X.X.X address! A full C IP scope would be like 10.1.1.1 through 10.1.1.254 (you cant use 0 or 255 on the end) with a subnet mast of 255.255.255.0. Or some people with routers or firewalls at home will notice a 192.168.0.1 address for their device. This provides an internal IP address range, while the outside interface has an address provided by an ISP. If ICMP (ping) is enabled, you can quite easily find an IP address. Solar Winds has a network browser where you can scan your little heart away. If someone has open ports, you can even see the USER that is logged on. Get a book and learn something.