Try rsync from somewhere else (#1655)

This commit is contained in:
Nate Brown
2026-04-15 09:23:33 -05:00
committed by GitHub
parent b3194236aa
commit a5e81efe7b
3 changed files with 13 additions and 1 deletions

View File

@@ -124,6 +124,7 @@ set -x
# host2 speaking to host4 on UDP 4000 should allow it to reply, when firewall rules would normally not permit this
docker exec host2 sh -c "/usr/bin/echo host2 | ncat -nuv 192.168.100.4 4000"
docker exec host2 ncat -e '/usr/bin/echo helloagainfromhost2' -nkluv 0.0.0.0 4000 &
sleep 1
docker exec host4 sh -c "/usr/bin/echo host4 | ncat -nuv 192.168.100.2 4000"
docker exec host4 sh -c 'kill 1'