MystaJoneS

If you're not making mistakes, then you're not doing anything.

Optimising Docker, FortiGate, and Palo Alto Network Images

Docker images: ip addr add 10.0.0.10/24 dev eth0ip route add default via 10.0.0.10 FortiGate images: comfit system interfaceedit port1set ip 10.0.0.11 255.255.255.0set allowaccess ping https sshend Palo Alto images: # set deviceconfig system type static# set deviceconfig system ip-address 10.0.0.12 netmask 255.255.255.0 default-gateway 10.0.0.1# commit

Docker images:

ip addr add 10.0.0.10/24 dev eth0
ip route add default via 10.0.0.10

FortiGate images:

comfit system interface
edit port1
set ip 10.0.0.11 255.255.255.0
set allowaccess ping https ssh
end

Palo Alto images:

# set deviceconfig system type static
# set deviceconfig system ip-address 10.0.0.12 netmask 255.255.255.0 default-gateway 10.0.0.1
# commit

+ ,

Leave a comment