diff --git a/test2network/config.toml b/test2network/config.toml
index 31d7a6154a179a7eefb7cdfc4abd56ed8a3d4771..1d776baf40a50b3019f58a2efdafe2c0551676a9 100644
--- a/test2network/config.toml
+++ b/test2network/config.toml
@@ -54,14 +54,14 @@ RestrictConnectionBetweenLightClients = true
 
 [Node]
 DataDir = "/home/bfa/bfa/test2network/node"
-HTTPHost = "127.0.0.1"
+HTTPHost = "0.0.0.0"
 HTTPCors = ["*"]
 omitempty = ""
 IPCPath = "geth.ipc"
 HTTPPort = 8545
 HTTPVirtualHosts = ["localhost"]
 HTTPModules = ["net", "web3", "eth", "clique"]
-WSHost = "127.0.0.1"
+WSHost = "0.0.0.0"
 WSPort = 8546
 WSModules = ["net", "web3", "eth", "clique"]
 GraphQLPort = 8547