diff --git a/run-config.sh b/run-config.sh
index 8596010410c421f4376b10beffb8d6535b9c96c5..f0d1cf5789b3e93ecbffe77f55e5fb4721d8f58f 100755
--- a/run-config.sh
+++ b/run-config.sh
@@ -49,14 +49,14 @@ dirname=$(dirname $0)
 basename=$(basename ${dirname})
 bindir=${dirname}/bin
 
+# Get common functions
+source ${dirname}/common.sh
+
 # In the future, will be replaced by mac address
 mac=$(hostname)
 url="http://colombard.c3sl.ufpr.br/tomcat/axis/Seed2.jws"
-inep=9999
-phost=
-pport=
-puid=
-ppasswd=
+inep=$(cat ${dirname}/conf/inep)
+getProxyConf
 
 # Timestamp
 date +"%F %T" >> ${dirname}/run.log