cancel
Showing results for 
Search instead for 
Did you mean: 

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

Shehkh4
Level 4

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

1 ACCEPTED SOLUTION

Accepted Solutions

Hamza_H
Moderator
Moderator
   VIP   

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.

View solution in original post

1 REPLY 1

Hamza_H
Moderator
Moderator
   VIP   

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.