diff --git a/run-config.sh b/run-config.sh
index 6b550c63e19dbf87ee9210125af41a8ed8549020..01c6c5ab16a0c0372aaef8ac431e548566df1983 100755
--- a/run-config.sh
+++ b/run-config.sh
@@ -78,6 +78,9 @@ fi
 getProxyConf
 proxy="${phost} ${pport} ${puid} ${ppasswd}"
 
+inep="--inep=${inep}"
+mac="--mac=${mac}"
+
 # Execution
 if test $# -gt 1; then
     echo "Run.sh call: wrong number of parameters ($#)." \