> When I go to the network manager to change the subnet mask it wants it in the
> format similar to: 0x0x0xffff or something crazy like that.
> Here is the IP: 24.234.59.222
> Here is the Subnet: 255.255.192.0
> How the heck do I enter that in Irix 6.2's Network Manager?
> Thanks! I appreciate any help!
convert the netmask in octet style to hexadecimal notation, 255.255.192.0
translates to 0xffffc000. Just convert the individual octets from decimal to
hexadecimal and string them together, preceding the entire thing with "0x" to
denote that it's in hexadecimal.
HTH
Tobias
--