[8.162][NOTABUG][CLOSED] Host Definition with interface IP

Hi,

it is not possible to add a host definition with an interface ip.
It says IP used as interface IP.

But it must be possible to do something like this, because when using IPV6 the interface adress has two ips. But when I want to have only the ipv4 it is only possible via an Network (255.255.255.255) Objekt.

Sven
Parents
  • If you REALLY only want to allow ssh from the ASG via IPv4 then create
    a rule and set ANY IPv4 as destination if that is what you want, thats one rule.

    But again, whats the point in allowing SSH out via IPv4 and drop IPV6,
    there is just no good reason to do so...

    Once again: IPv4 and IPv6 can be substituted. If a host has a IPv4 and IPv6 address,
    it makes no difference if you connect via IPv4 or IPv6.
Reply
  • If you REALLY only want to allow ssh from the ASG via IPv4 then create
    a rule and set ANY IPv4 as destination if that is what you want, thats one rule.

    But again, whats the point in allowing SSH out via IPv4 and drop IPV6,
    there is just no good reason to do so...

    Once again: IPv4 and IPv6 can be substituted. If a host has a IPv4 and IPv6 address,
    it makes no difference if you connect via IPv4 or IPv6.
Children