Hi,
I understand that 10.192.10.100 is unable to connect to the Internet. The same PC connects fine if it uses any different private IP. we will need some information to figure this out:
1: The working private IP is using the same public IP?
2: What is the MIP configuration when it's working and when it's not working. You can use x.x.x.x or y.y.y.y instead of your public IP.
get config | in mip <-- in working
get mip all
get config | in mip <-- in non-working
get mip all
3: You can also check the session when it's working and when it's failing:
Initiate a contineous ping and check below:
get session src-ip 10.192.10.100 dst-ip <public ip that your are pinging> protocol 1 <-- for now working
get session src-ip <working private ip> dst-ip <public ip that your are pinging> protocol 1 <-- for working
YOu can also refer https://kb.juniper.net/InfoCenter/index?page=content&id=KB10923&actp=METADATA to check MIP config etc.
Thanks,
Vikas