Skip to content

Commit

Permalink
interface
Browse files Browse the repository at this point in the history
  • Loading branch information
perfecto25 committed Jul 29, 2020
1 parent 1dd0bc5 commit 7d1ced8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,8 @@ to open up ports on Host A
hostA> fcat -p 1500,1900,21000-21500 (will open ports 1500,1900 and every port in 21000-21500 range)

hostA > fcat -p 2000,3400-3500,27000-27150 -i 192.168.35.2

hostA > fcat -p 2000,3400-3500,27000-27150 -i em1

to test connectivity to above ports from Host B

hostB > fcat conn -h hostA -p 21000-21500 (will test basic TCP connection to this port range)
Expand Down

0 comments on commit 7d1ced8

Please sign in to comment.