Требуется пустить трафик с машины(win/unix - не важно), используя определённый src port.
Что-то вроде iperf, но там есть возможность выбирать только dst port
Требуется пустить трафик с машины(win/unix - не важно), используя определённый src port.
Я вас правильно понял, вы хотите сгенерировать трафик в определенном направлении с определенным значением source port в заголовке TCP/UDP? Попробуйте hping.
cssman: по ссылке документация, конкретно этот отрывок:
-s --baseport source port
hping2 uses source port in order to guess replies sequence number. It starts with a base source port number, and increase this number for each packet sent. When packet is received sequence number can be computed as replies.dest.port - base.source.port. Default base source port is random, using this option you are able to set different number. If you need that source port not be increased for each sent packet use the -k --keep option.
If you need that source port not be increased for each sent packet use the -k --keep option.