diff --git a/src/haproxy1/network-scripts/ifcfg-eth0 b/src/haproxy1/network-scripts/ifcfg-eth0
new file mode 100644
index 0000000000000000000000000000000000000000..579a389dbd748290351323c7213ec64722ebe58f
--- /dev/null
+++ b/src/haproxy1/network-scripts/ifcfg-eth0
@@ -0,0 +1,11 @@
+TYPE=Ethernet
+BOOTPROTO=none
+DEFROUTE=yes
+IPV4_FAILURE_FATAL=no
+NAME=etho
+DEVICE=eth0
+ONBOOT=yes
+IPADDR=10.0.1.15
+PREFIX=24
+GATEWAY=10.0.1.1
+DNS1=192.168.60.230
diff --git a/src/haproxy1/network-scripts/ifcfg-eth1 b/src/haproxy1/network-scripts/ifcfg-eth1
new file mode 100644
index 0000000000000000000000000000000000000000..54d9a9cba5a0c72b92452941de0c46c750c7194e
--- /dev/null
+++ b/src/haproxy1/network-scripts/ifcfg-eth1
@@ -0,0 +1,9 @@
+TYPE=Ethernet
+BOOTPROTO=none
+DEFROUTE=yes
+IPV4_FAILURE_FATAL=no
+NAME=eth1
+DEVICE=eth1
+ONBOOT=yes
+IPADDR=192.168.60.160
+PREFIX=24