Your VPP configs look fine. I can only guess at general network issues.

My first guess would be that the DHCP process did not complete, yet.
For my second guess, this:
      vpp# ping 8.8.8.8 source wan1
means take the source address from wan1, but this:
    ip route add 0.0.0.0/0 via 172.78.10.158 wan0
still routes the packet via wan0. Maybe the upstream peer does uRPF.

/neale

-----Message d'origine-----
De : <vpp-dev@lists.fd.io> au nom de carlito nueno <carlitonu...@gmail.com>
Date : mardi 13 août 2019 à 22:55
À : "vpp-dev@lists.fd.io" <vpp-dev@lists.fd.io>
Objet : [vpp-dev] Help with two interfaces accessing outside network

    Hi all,
    
    I am trying to setup two WAN interfaces where each of them can access
    to the outside world at the same time.
    
    So far I have:
    
    set int state wan0 up
    set int state wan1 up
    
    set int ip address wan0 172.78.10.155/29
    set dhcp client intfc wan1 hostname test-wans
    
    ip route add 0.0.0.0/0 via 172.78.10.158 wan0
    
    vpp# ping 8.8.8.8 source wan0
    vpp# ping 8.8.8.8 source wan1
    
    I am unable to ping via wan1
    
    Any advice?
    
    Thanks!
    

-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#13731): https://lists.fd.io/g/vpp-dev/message/13731
Mute This Topic: https://lists.fd.io/mt/32857184/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to