Skip to content

routes problem #25

@trueeike

Description

@trueeike

I think it somewhere in librte_ans.a. But i dont have sources.

I can run 2 nginx at one ans on different ports. They will be available outside. But they cant reach one another by proxy_pass because of route issue.
From begin I have routes:

ANS IP routing table
Destination      Gateway          Netmask          Flags   Iface           
10.0.0.0         *                255.255.255.0    U C     eth0                             
10.0.0.101       *                255.255.255.255  U H L   eth0 

10.0.0.101 is outside client machine. ANS have IP 10.0.0.2.

When i try from client machine 10.0.0.101 curl 10.0.0.2:91 -> nginx proxypass ->10.0.0.2:80

ANS IP routing table
Destination      Gateway          Netmask          Flags   Iface           
10.0.0.0         *                255.255.255.0    U C     eth0            
10.0.0.2         *                255.255.255.255  U H L                   
10.0.0.101       *                255.255.255.255  U H L   eth0      

There is bad gateway 10.0.0.2 . Which added automatically.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions