Skip to content

Rest api calls are not working via virtual ip when LAN Network Interface is selected #96

@abhishekghiya

Description

@abhishekghiya

After selecting the LAN Network interface as shown in snapshot below, the rest api calls are not working via virtual LAN ip

We have made active lan ip as xx.xx.xx.2
standby lan ip as xx.xx.xx.3
virtual lan ip as xx.xx.xx.1

Rest api calls like status system and others are working as expected from active lan and passive lan ips as below:

Active host : http://xx.xx.xx.2:26443/api/v1/status/system
Passive Host : http://xx.xx.xx.3:26443/api/v1/status/system

But it is not working when tried using vlan ip:
Using Vlan : http://xx.xx.xx.1:26443/api/v1/status/system

image

When we select Network Interface as any in above snapshot then via vlan ip also it is working as expected.

Metadata

Metadata

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions