Hello. I'm implementing static IPv6 address on two Fedora 13 installed hosts. These two computers are connected using a switch between them and I use D-ITG to generate traffic in the network.
I need to send packet from host1 to host2 using this command and I got permission denied
Code:
#./ITGSend -a 2001:db8:c003:111e::3 -T UDP -x recv_log_file -t 30000 -c 32
Connect error in createTransportChan(): Permission denied
I tried to send packet to localhost and it works.
Code:
#./ITGSend -a ::1 -T UDP -x recv_log_file -t 30000 -c 32
Started sending packets of flow ID: 1
Finished sending packets of flow ID: 1
I also tried to ping each other, the ping works. How can I solve the packet sending permission denied problem?