NetworkForum: DSL Tips and Tricks Topic: Network started by: stand Posted by stand on Dec. 25 2005,12:52
How to set up network?ip: 82.119.xxx.134 netmask: 255.255.255.252 gw: 82.119.xxx.135 how to calculate 'broadcast' and 'network' ? :((( Posted by Stamatis on Jan. 05 2006,13:24
Your range is 132-135 .132 is your network .135 is your broadcast Posted by roberts on Jan. 05 2006,16:04
Go to a shell prompt and try the command ipcalc$ ipcalc --help Will show options. -b for broadcast -n for network $ ipcalc -b 82.119.255.134 255.255.255.252 BROADCAST=82.119.255.135 $ ipcalc -n 82.119.255.134 255.255.255.252 NETWORK=82.119.255.132 Posted by stand on Jan. 08 2006,10:19
Thanks!!!
|