Skip to content

Commit dce0f14

Browse files
committed
test: fix tun wg ip
1 parent 309e3b6 commit dce0f14

File tree

1 file changed

+2
-2
lines changed
  • test/test-manager/src/vm/network

1 file changed

+2
-2
lines changed

test/test-manager/src/vm/network/linux.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ data_encoding_macro::base64_array!(
3838
"pub const CUSTOM_TUN_LOCAL_PRIVKEY" = "mPue6Xt0pdz4NRAhfQSp/SLKo7kV7DW+2zvBq0N9iUI="
3939
);
4040

41-
/// "Real" (non-tunnel) IP of the wireguard remote peer as defined in `setup-network.sh`.
41+
/// "Real" (non-tunnel) IP of the wireguard remote peer on the host
4242
#[allow(dead_code)]
43-
pub const CUSTOM_TUN_REMOTE_REAL_ADDR: Ipv4Addr = Ipv4Addr::new(172, 29, 1, 200);
43+
pub const CUSTOM_TUN_REMOTE_REAL_ADDR: Ipv4Addr = Ipv4Addr::new(172, 29, 1, 1);
4444
/// Port of the wireguard remote peer as defined in `setup-network.sh`.
4545
#[allow(dead_code)]
4646
pub const CUSTOM_TUN_REMOTE_REAL_PORT: u16 = 51820;

0 commit comments

Comments
 (0)