Hello,
To understand the problem and resolve it we need to first understand the packet flow for the Skype4B desktop sharing. By that I means we need to know the source/destion IP/ Ports that are used and the conenctions made in what direction i.e. from Untrust to Trust or from Trust to Untrust.
Apart from the above inforamtion we also need to know if there are any dynamic ports communicated between the source and destination which are needed to be open for this to work.
Hence please share the above information if you are aware of it. Also you can take flow traceoptions on the SRX to understand where the packets are getting dropped on SRX if at all they are getting dropped on SRX>
Configruation for Flow traceoptions:-
set security flow traceoptions file S4B-test size 1m files 5
set security flow traceoptions flag basic-datapath
set security flow traceoptions flag packet-drops
set security flow traceoptions packet-filter pf1 source-address <source_ip> destiantion-address<dest_ip>
set security flow traceoptions packet-filter pf2 source-address <source_ip> destiantion-address<dest_ip> ----- > (This is for tracting the revers traffic so please use NATed Ip addersses for source and destiantion if any)
You can view the above logs with the help of the command "show log S4B-test".
Thanks,
Pulkit Bhandari
Please mark my response as Solution Accepted if it Helps, Kudos are Appreciated too.