Jump to content

Конфликт IP адресов, peer адреса


Recommended Posts

Очень хочется сделать так 
 

(config)> interface Gre0 ip address 192.168.76.1 255.255.255.255
Network::Interface::Ip error[72220674]: "Gre0": network 192.168.76.1/32 conflicts with interface "Home".


Чтоб пакеты выходили в туннель с ip домашней подсети. Так как туннелей планируется много - очень тяжело спланировать каждому свою подсетку. Но показывает
 

(config)> show interface Gre0 

               id: Gre0
            index: 0
             type: Gre
      description: 
   interface-name: Gre0
             link: up
        connected: yes
            state: up

             role: misc

              mtu: 1476
         tx-queue: 1

         conflict: 
            interface: Bridge0
              address: 192.168.76.1
                 mask: 255.255.255.255
              elapsed: 27

           global: no
   security-level: public
tunnel-local-source: 37.хх.хх.хх
tunnel-remote-destination: 37.хх.хх.хх
    ipsec-enabled: no
ipsec-ikev2-allowed: yes
ipsec-ikev2-enabled: no


Но маска же другая - конфликта нет!

Еще хочется peer адреса, как у pptp интерфейсов ставить на l3 туннели. Вот в линуксе у меня
 

root@route:~# ip a l ipip-lenina
9: ipip-lenina@NONE: <POINTOPOINT,NOARP,UP,LOWER_UP> mtu 1480 qdisc noqueue state UNKNOWN group default qlen 1
    link/ipip 109.хх.хх.хх peer 109.хх.хх.хх
    inet 192.168.14.1 peer 192.168.14.138/32 brd 192.168.14.1 scope global ipip-lenina
       valid_lft forever preferred_lft forever

 

Link to comment
Share on other sites

home 192.168.76.1/24


пир конечно внутренний. это мелочи, скорее привычка держать конфигурацию `point to point` как `ppp`.

Статический маршрут отпадает в линуксе если дернуть интерфейс, а если в sysctl `net.ipv4.conf.all.ignore_routes_with_linkdown = 0`  то для переключения трафика на другой интерфейс нужно будет удалять маршрут, а так только погасить и заработает следующая метрика.

 

вместо

ip a a 192.168.14.1/32 dev ipip0
ip r a 192.168.14.138/32 dev ipip0

делаю

ip a a 192.168.14.1 peer 192.168.14.138 dev  ipip0

 

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...