Hassio cant see new vlan in my home

Hi
Just install more router in my home
The Hassio on 192.168.1.60 under docker
192.168.1.60 it’s my Lan in my home

I add 192.168.31.0/24 vlan

The problem - Hassio can’t see this new vlan

I check it with sensor ping

binary_sensor:
  - platform: ping
    name: "living room tv state"
    host: 192.168.31.100
    count: 1
    scan_interval: 5

How I fix it?

The docker address - 172.30.32.2
Hassio in the Lan 192.168.1.60
New vlan 192.168.31.0/24

someone ???