Forum Discussion

Shehkh4's avatar
Shehkh4
Level 4
2 years ago

bptestbpcd -client clientname shows server IP as proxy and shows loopback ip

This is the output of bptestbpcd command:
1 1 1
127.0.0.1:51266 -> 127.0.0.1:51267 PROXY 192.168.1.100:51264 -> 192.168.1.150:13724
127.0.0.1:51271 -> 127.0.0.1:51272 PROXY 192.168.1.100:51269 -> 192.168.1.150:13724
127.0.0.1:51276 -> 127.0.0.1:51277 PROXY 192.168.1.100:51274 -> 192.168.1.150:13724

WHY the output is not like this:
192.168.1.100:51264 -> 192.168.1.150:13724

Please Guide me.THANKS

  • Hi, this is normal, as you can see you have  1 1 1 which are connection options.

    more details here : https://www.veritas.com/support/en_US/article.100001513

    edit

     

    +, if you notice the output, you have the port 13724 for the three of them

    127.0.0.1:51266 -> 127.0.0.1:51267 PROXY 192.168.1.100:51264 -> 192.168.1.150:13724
    127.0.0.1:51271 -> 127.0.0.1:51272 PROXY 192.168.1.100:51269 -> 192.168.1.150:13724
    127.0.0.1:51276 -> 127.0.0.1:51277 PROXY 192.168.1.100:51274 -> 192.168.1.150:13724

     

    and this port is for vnetd and by setting connect options to 1 1 1 , it connects to that port.

1 Reply

  • Hi, this is normal, as you can see you have  1 1 1 which are connection options.

    more details here : https://www.veritas.com/support/en_US/article.100001513

    edit

     

    +, if you notice the output, you have the port 13724 for the three of them

    127.0.0.1:51266 -> 127.0.0.1:51267 PROXY 192.168.1.100:51264 -> 192.168.1.150:13724
    127.0.0.1:51271 -> 127.0.0.1:51272 PROXY 192.168.1.100:51269 -> 192.168.1.150:13724
    127.0.0.1:51276 -> 127.0.0.1:51277 PROXY 192.168.1.100:51274 -> 192.168.1.150:13724

     

    and this port is for vnetd and by setting connect options to 1 1 1 , it connects to that port.