You need to give us WAY more info on your system. Configuration files that tell you IP addresses and Subnet Mask depend on your Flavor of UNIX.
Typically, the IP address can be obtained from /etc/hosts file. In HPUX, the subnet mask is defined in the /etc/rc.config.d/netconf file. Most other flavors put this type of file under /etc, which is for all configuration files.
You can do a find to determine what file your IP address and Subnet mask are in. Start in the /etc directory.
find /etc -name "*conf" -type f -exec grep "XXX.XXX.XXX.XXX" {} \;
Also, provide a uname -a output.