SlideShare ist ein Scribd-Unternehmen logo
1 von 31
Infosecurity07
Free LIX : semplicità e controllo Infosecurity07
Introduzione Infosecurity07
Infosecurity07
Infosecurity07
Infosecurity07 IBM SecureWay Firewall ipChains ipTables Cisco PIX
Infosecurity07 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Progetto Infosecurity07
Infosecurity07
Infosecurity07 Free LIX Information eXchanger
Infosecurity07 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],comando free  LIX GNULinux LVS Netfilter Keepalived store
Infosecurity07 OS plugin memory MCS CCS store backup configuration cmd CES CLI.0 CEI.0 cmd NAP
Infosecurity07 ,[object Object],[object Object],[object Object],[object Object],val type sx mcsnode next down mcsleaf init 0 mcsleaf nil nil mcsnode mcsleaf interface 0 nil nil mcsleaf mcsnode mcsleaf enable passwd 0 nil nil next down next down next down next down val type sx val type sx
Infosecurity07 ,[object Object],[object Object],[object Object],LIX Moore Automata
Infosecurity07 ,[object Object],[object Object],[object Object]
Infosecurity07 ,[object Object],[object Object],[object Object],[object Object]
Infosecurity07 ,[object Object],[object Object]
Infosecurity07 http://sourceforge.net/projects/lix/ ,[object Object],[object Object],[object Object]
Prototipo Infosecurity07 free  LIX
Infosecurity07 componenti base: via EPIA CL10000 CF 64MB   adattatore CF/IDE   256RAM   raiser card PCI   --------------------------------- possibili estensioni: quad ethernet pci 10/100/1000 ethernet pci  scheda ADSL pci scheda ISDN pci
Infosecurity07 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Infosecurity07 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Infosecurity07 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Infosecurity07 liscoZero(config)# sh running-config /tmp/mcs.dump.2000145 :  :MCS init :  :LisCO process 0:3091 (ces) (null)  start 1167569374 1:2000 (mcs) (null)  start 1167569364 2:7251 (cli) (null)  start 1168030504 refer to 7250 3:7250 (cei) -  start 1168030504 refer to 7251 :  :enable password 4:enable password LLrT4kLLWpgMs encrypted :  :interface 5:interface ethernet0 10half 6:interface ethernet1 10half :  :nameif 7:nameif ethernet0 outside security0 8:nameif ethernet1 inside security100 :  :ip address 9:ip address outside 10.0.0.35 255.255.255.0 10:ip address inside 10.0.1.100 255.255.255.0 :  :route 11:route outside 0.0.0.0 0.0.0.0 10.0.0.33 :  :access-list :  :outside_access_in 12:access-list outside_access_in permit tcp any host 10.0.1.129 eq 22 :  :inside_access_in 13:access-list inside_access_in permit ip 10.0.1.0 255.255.255.0 any :  :access-group 14:access-group outside_access_in in interface outside 15:access-group inside_access_in in interface inside :  :static 16:static ( inside,outside ) tcp 10.0.0.36 22 10.0.1.129 22 :  :lix br 17:lix switch br0 3 10.10.10.200 255.255.255.0 40 :  :lix vhost 18:lix vhost V0 vid vlisco0 memory 32 switch br0 0 vscsi vroot veth 10.10.10.1 :  :lix start  19:lix start
Infosecurity07 versione a 6 porte 10/100 con HA e bilanciatore versione a 2 porte 10/100 e DMZ virtuale
Dettagli Infosecurity07
Infosecurity07 16:static ( inside,outside ) tcp 10.0.0.36 22 10.0.1.129 22 LIX plugin-module ver. 1.0.0 20060307.2236 OOoo-----------------------------------------------------ooOO ../plugin/static.set inside,outside tcp 10.0.0.36 22 10.0.1.129 22 /tmp/mcs.dump.2000439 iptables -t nat -I PREROUTING -i inside  -d 10.0.0.36 -p tcp --dport 22 -j DNAT --to-destination 10.0.1.129:22 Chain PREROUTING (policy ACCEPT 16 packets, 920 bytes) pkts bytes target  prot opt in  out  source  destination 0  0 DNAT  tcp  --  outside any  anywhere  10.0.0.36  tcp dpt:22 to:10.0.1.129:22 oo----- New VIP list generation -----------------------oo Found [10.0.0.35 10.0.0.37 ] VIP defined in [outside] interface Adding alias [10.0.0.36 24] on dev [outside] oo----- New VIP list generation for VRRP --------------oo -rw-r--r--  1 root  root  25 Dec 31 12:49  /LisCO/tmp/VRRP-outside-10.0.0.36.vip -rw-r--r--  1 root  root  25 Dec 31 12:49 /LisCO/tmp/VRRP-outside.vip oo----- Add permit INPUT chain  -----------------------oo Chain INPUT (policy DROP 0 packets, 0 bytes) pkts bytes target  prot opt in  out  source  destination 0  0 ACCEPT  tcp  --  outside any  anywhere  10.0.0.36  tcp dpt:22 0  0 ACCEPT  all  --  any  any  anywhere  224.0.0.0/24 0  0 ACCEPT  all  --  any  any  anywhere  anywhere  state RELATED,ESTABLISHED 1  60 ACCEPT  icmp --  any  any  anywhere  anywhere  icmp echo-request 0  0 LOG  all  --  any  any  anywhere  anywhere  LOG level info prefix `[I]' OOoo-----------------------------------------------------ooOO 9: outside: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue link/ether 00:40:63:d4:26:70 brd ff:ff:ff:ff:ff:ff inet 10.0.0.35/24 brd 10.0.0.255 scope global outside inet 10.0.0.36/24 scope global secondary outside
Infosecurity07 65:failover lan enable LIX plugin-module ver. 1.0.0 20060307.2236 OOoo-----------------------------------------------------ooOO ../plugin/failover.active /tmp/mcs.dump.2012282 oo--- Loading VRRP*.vrrp macro ------------------------oo Loading  /LisCO/tmp/VRRPAUTH.vrrp Loading  /LisCO/tmp/VRRPIF.vrrp Loading  /LisCO/tmp/VRRPPOLL.vrrp Loading  /LisCO/tmp/VRRPSTATE.vrrp lrwxrwxrwx 1 root root  28 Jun  9  2005  /etc/keepalived.conf  -> ../LisCO/etc/keepalived.conf
Infosecurity07 18:lix vhost V0 vid vlisco0 memory 32 switch br0 0 vscsi vroot veth 10.10.10.1 -bash-2.05b# cat V0 #!/bin/bash cd /virtual/ /LisCO/vDMZ/linuxumlid= vlisco0 con=nullcon0=fd:0devfs=nomountmem= 32M eth0=tuntap, br0-p0 ,FF:DD:00:00:00:0,ubd0=./ vroot CONFMODEUMLID=vlisco0NET.IPADDR= 10.10.10.1 NET.NETMASK=255.255.255.0NET.NETWORK=10.10.10.0NET.BROADCAST=10.255.255.255NET.DEV=eth0NET.GW=10.10.10.200 -bash-2.05b# ls -l drwx------  2 root  root  16384 Aug 17  2005 lost+found -rwxr-xr-x  1 root  root  5886116  Aug 21  2005 vmlinux-2.6.11.rc4-um-22052005 -rw-r--r--  1 root  root  67108864  Jan  6 01:10 vroot
Infosecurity07 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object]
Infosecurity07 ,[object Object],[object Object],[object Object],[object Object],[object Object],[object Object],free  LIX

Weitere ähnliche Inhalte

Was ist angesagt?

Killing any security product … using a Mimikatz undocumented feature
Killing any security product … using a Mimikatz undocumented featureKilling any security product … using a Mimikatz undocumented feature
Killing any security product … using a Mimikatz undocumented feature
Cyber Security Alliance
 
Configuring Ip Sec Between A Router And A Pix
Configuring Ip Sec Between A Router And A PixConfiguring Ip Sec Between A Router And A Pix
Configuring Ip Sec Between A Router And A Pix
angelitoh11
 

Was ist angesagt? (20)

บล๊อกเวปไซท์ บน Open WRT หรือ บน Ubiquiti NanoStation M5 หรือ บน airOS
บล๊อกเวปไซท์ บน Open WRT หรือ บน  Ubiquiti NanoStation M5 หรือ บน airOSบล๊อกเวปไซท์ บน Open WRT หรือ บน  Ubiquiti NanoStation M5 หรือ บน airOS
บล๊อกเวปไซท์ บน Open WRT หรือ บน Ubiquiti NanoStation M5 หรือ บน airOS
 
บทท 7
บทท   7บทท   7
บทท 7
 
Netmiko library
Netmiko libraryNetmiko library
Netmiko library
 
IPv4 over IPv6 Tunneling with IPSec [DRAFT]
IPv4 over IPv6 Tunneling with IPSec [DRAFT]IPv4 over IPv6 Tunneling with IPSec [DRAFT]
IPv4 over IPv6 Tunneling with IPSec [DRAFT]
 
Nxll14 cut through-proxy on asa
Nxll14 cut through-proxy on asaNxll14 cut through-proxy on asa
Nxll14 cut through-proxy on asa
 
Killing any security product … using a Mimikatz undocumented feature
Killing any security product … using a Mimikatz undocumented featureKilling any security product … using a Mimikatz undocumented feature
Killing any security product … using a Mimikatz undocumented feature
 
UNDOCUMENTED Vyatta vRouter: IPv4 over IPv6 Tunneling
UNDOCUMENTED Vyatta vRouter: IPv4 over IPv6 TunnelingUNDOCUMENTED Vyatta vRouter: IPv4 over IPv6 Tunneling
UNDOCUMENTED Vyatta vRouter: IPv4 over IPv6 Tunneling
 
SR-IOV+KVM on Debian/Stable
SR-IOV+KVM on Debian/StableSR-IOV+KVM on Debian/Stable
SR-IOV+KVM on Debian/Stable
 
How to train your L3DSR with PBR - MEMO -
How to train your L3DSR with PBR - MEMO -How to train your L3DSR with PBR - MEMO -
How to train your L3DSR with PBR - MEMO -
 
How to twist a IPv6 over Bluetooth (6lowpan)
How to twist a IPv6 over Bluetooth (6lowpan) How to twist a IPv6 over Bluetooth (6lowpan)
How to twist a IPv6 over Bluetooth (6lowpan)
 
Triangle OpenStack meetup 09 2013
Triangle OpenStack meetup 09 2013Triangle OpenStack meetup 09 2013
Triangle OpenStack meetup 09 2013
 
Fail2ban - the system security for green hand -on linux os
Fail2ban  - the system security  for green hand -on linux osFail2ban  - the system security  for green hand -on linux os
Fail2ban - the system security for green hand -on linux os
 
Configuring Ip Sec Between A Router And A Pix
Configuring Ip Sec Between A Router And A PixConfiguring Ip Sec Between A Router And A Pix
Configuring Ip Sec Between A Router And A Pix
 
Metasploitable
MetasploitableMetasploitable
Metasploitable
 
Openstack Testbed_ovs_virtualbox_devstack_single node
Openstack Testbed_ovs_virtualbox_devstack_single nodeOpenstack Testbed_ovs_virtualbox_devstack_single node
Openstack Testbed_ovs_virtualbox_devstack_single node
 
Installation of DAHDI, libpri and Asterisk
Installation of DAHDI, libpri and Asterisk Installation of DAHDI, libpri and Asterisk
Installation of DAHDI, libpri and Asterisk
 
Stu t17 a
Stu t17 aStu t17 a
Stu t17 a
 
How to ride a 100GbE LAN -MEMO-
How to ride a 100GbE LAN -MEMO-How to ride a 100GbE LAN -MEMO-
How to ride a 100GbE LAN -MEMO-
 
Nxll18 vpn (s2 s gre & dmvpn)
Nxll18 vpn (s2 s gre & dmvpn)Nxll18 vpn (s2 s gre & dmvpn)
Nxll18 vpn (s2 s gre & dmvpn)
 
Examen main remote
Examen main remoteExamen main remote
Examen main remote
 

Andere mochten auch (7)

Bash Geekcamp
Bash GeekcampBash Geekcamp
Bash Geekcamp
 
Bash in theory and in practice - part one
Bash in theory and in practice - part oneBash in theory and in practice - part one
Bash in theory and in practice - part one
 
Bash 4
Bash 4Bash 4
Bash 4
 
pearls of Perl
pearls of Perlpearls of Perl
pearls of Perl
 
Eco Philosophy 20-09-2007
Eco Philosophy 20-09-2007Eco Philosophy 20-09-2007
Eco Philosophy 20-09-2007
 
Bash in theory and in practice - part two
Bash in theory and in practice - part twoBash in theory and in practice - part two
Bash in theory and in practice - part two
 
bash
bashbash
bash
 

Ähnlich wie FreeLix: Semplicità & Controllo

05 module managing your network enviornment
05  module managing your network enviornment05  module managing your network enviornment
05 module managing your network enviornment
Asif
 
[OpenStack 하반기 스터디] Interoperability with ML2: LinuxBridge, OVS and SDN
[OpenStack 하반기 스터디] Interoperability with ML2: LinuxBridge, OVS and SDN[OpenStack 하반기 스터디] Interoperability with ML2: LinuxBridge, OVS and SDN
[OpenStack 하반기 스터디] Interoperability with ML2: LinuxBridge, OVS and SDN
OpenStack Korea Community
 
20151222_Interoperability with ML2: LinuxBridge, OVS and SDN
20151222_Interoperability with ML2: LinuxBridge, OVS and SDN20151222_Interoperability with ML2: LinuxBridge, OVS and SDN
20151222_Interoperability with ML2: LinuxBridge, OVS and SDN
Sungman Jang
 
Ex no1 (1)
Ex no1 (1)Ex no1 (1)
Ex no1 (1)
basramya
 

Ähnlich wie FreeLix: Semplicità & Controllo (20)

[OpenStack 하반기 스터디] HA using DVR
[OpenStack 하반기 스터디] HA using DVR[OpenStack 하반기 스터디] HA using DVR
[OpenStack 하반기 스터디] HA using DVR
 
C&C Botnet Factory
C&C Botnet FactoryC&C Botnet Factory
C&C Botnet Factory
 
Linux router
Linux routerLinux router
Linux router
 
05 module managing your network enviornment
05  module managing your network enviornment05  module managing your network enviornment
05 module managing your network enviornment
 
LF_OVS_17_OVS-DPDK Installation and Gotchas
LF_OVS_17_OVS-DPDK Installation and GotchasLF_OVS_17_OVS-DPDK Installation and Gotchas
LF_OVS_17_OVS-DPDK Installation and Gotchas
 
Kubernetes networking
Kubernetes networkingKubernetes networking
Kubernetes networking
 
Linux+sensor+device-tree+shell=IoT !
Linux+sensor+device-tree+shell=IoT !Linux+sensor+device-tree+shell=IoT !
Linux+sensor+device-tree+shell=IoT !
 
managing your network environment
managing your network environmentmanaging your network environment
managing your network environment
 
Quic illustrated
Quic illustratedQuic illustrated
Quic illustrated
 
44CON London - Attacking VxWorks: from Stone Age to Interstellar
44CON London - Attacking VxWorks: from Stone Age to Interstellar44CON London - Attacking VxWorks: from Stone Age to Interstellar
44CON London - Attacking VxWorks: from Stone Age to Interstellar
 
Harmonia open iris_basic_v0.1
Harmonia open iris_basic_v0.1Harmonia open iris_basic_v0.1
Harmonia open iris_basic_v0.1
 
Windows Debugging with WinDbg
Windows Debugging with WinDbgWindows Debugging with WinDbg
Windows Debugging with WinDbg
 
CONFidence 2017: Hacking embedded with OpenWrt (Vladimir Mitiouchev)
CONFidence 2017: Hacking embedded with OpenWrt (Vladimir Mitiouchev)CONFidence 2017: Hacking embedded with OpenWrt (Vladimir Mitiouchev)
CONFidence 2017: Hacking embedded with OpenWrt (Vladimir Mitiouchev)
 
How to-mount-3 par-san-virtual-copy-onto-rhel-servers-by-Dusan-Baljevic
How to-mount-3 par-san-virtual-copy-onto-rhel-servers-by-Dusan-BaljevicHow to-mount-3 par-san-virtual-copy-onto-rhel-servers-by-Dusan-Baljevic
How to-mount-3 par-san-virtual-copy-onto-rhel-servers-by-Dusan-Baljevic
 
[OpenStack 하반기 스터디] Interoperability with ML2: LinuxBridge, OVS and SDN
[OpenStack 하반기 스터디] Interoperability with ML2: LinuxBridge, OVS and SDN[OpenStack 하반기 스터디] Interoperability with ML2: LinuxBridge, OVS and SDN
[OpenStack 하반기 스터디] Interoperability with ML2: LinuxBridge, OVS and SDN
 
20151222_Interoperability with ML2: LinuxBridge, OVS and SDN
20151222_Interoperability with ML2: LinuxBridge, OVS and SDN20151222_Interoperability with ML2: LinuxBridge, OVS and SDN
20151222_Interoperability with ML2: LinuxBridge, OVS and SDN
 
Hardware accelerated switching with Linux @ SWLUG Talks May 2014
Hardware accelerated switching with Linux @ SWLUG Talks May 2014Hardware accelerated switching with Linux @ SWLUG Talks May 2014
Hardware accelerated switching with Linux @ SWLUG Talks May 2014
 
FreeBSD under DigitalOcean VPS
FreeBSD under DigitalOcean VPSFreeBSD under DigitalOcean VPS
FreeBSD under DigitalOcean VPS
 
Ex no1 (1)
Ex no1 (1)Ex no1 (1)
Ex no1 (1)
 
Open stack advanced_part
Open stack advanced_partOpen stack advanced_part
Open stack advanced_part
 

Kürzlich hochgeladen

+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
?#DUbAI#??##{{(☎️+971_581248768%)**%*]'#abortion pills for sale in dubai@
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Safe Software
 

Kürzlich hochgeladen (20)

Exploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with MilvusExploring Multimodal Embeddings with Milvus
Exploring Multimodal Embeddings with Milvus
 
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
+971581248768>> SAFE AND ORIGINAL ABORTION PILLS FOR SALE IN DUBAI AND ABUDHA...
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers:  A Deep Dive into Serverless Spatial Data and FMECloud Frontiers:  A Deep Dive into Serverless Spatial Data and FME
Cloud Frontiers: A Deep Dive into Serverless Spatial Data and FME
 
presentation ICT roal in 21st century education
presentation ICT roal in 21st century educationpresentation ICT roal in 21st century education
presentation ICT roal in 21st century education
 
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUKSpring Boot vs Quarkus the ultimate battle - DevoxxUK
Spring Boot vs Quarkus the ultimate battle - DevoxxUK
 
Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024Manulife - Insurer Transformation Award 2024
Manulife - Insurer Transformation Award 2024
 
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
Web Form Automation for Bonterra Impact Management (fka Social Solutions Apri...
 
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data DiscoveryTrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
TrustArc Webinar - Unlock the Power of AI-Driven Data Discovery
 
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
Apidays New York 2024 - Accelerating FinTech Innovation by Vasa Krishnan, Fin...
 
AWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of TerraformAWS Community Day CPH - Three problems of Terraform
AWS Community Day CPH - Three problems of Terraform
 
Artificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : UncertaintyArtificial Intelligence Chap.5 : Uncertainty
Artificial Intelligence Chap.5 : Uncertainty
 
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 AmsterdamDEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
DEV meet-up UiPath Document Understanding May 7 2024 Amsterdam
 
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
Biography Of Angeliki Cooney | Senior Vice President Life Sciences | Albany, ...
 
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdfRising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
Rising Above_ Dubai Floods and the Fortitude of Dubai International Airport.pdf
 
FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024FWD Group - Insurer Innovation Award 2024
FWD Group - Insurer Innovation Award 2024
 
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin WoodPolkadot JAM Slides - Token2049 - By Dr. Gavin Wood
Polkadot JAM Slides - Token2049 - By Dr. Gavin Wood
 
[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf[BuildWithAI] Introduction to Gemini.pdf
[BuildWithAI] Introduction to Gemini.pdf
 
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot TakeoffStrategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
Strategize a Smooth Tenant-to-tenant Migration and Copilot Takeoff
 
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ..."I see eyes in my soup": How Delivery Hero implemented the safety system for ...
"I see eyes in my soup": How Delivery Hero implemented the safety system for ...
 

FreeLix: Semplicità & Controllo

  • 2. Free LIX : semplicità e controllo Infosecurity07
  • 6. Infosecurity07 IBM SecureWay Firewall ipChains ipTables Cisco PIX
  • 7.
  • 10. Infosecurity07 Free LIX Information eXchanger
  • 11.
  • 12. Infosecurity07 OS plugin memory MCS CCS store backup configuration cmd CES CLI.0 CEI.0 cmd NAP
  • 13.
  • 14.
  • 15.
  • 16.
  • 17.
  • 18.
  • 20. Infosecurity07 componenti base: via EPIA CL10000 CF 64MB adattatore CF/IDE 256RAM raiser card PCI --------------------------------- possibili estensioni: quad ethernet pci 10/100/1000 ethernet pci scheda ADSL pci scheda ISDN pci
  • 21.
  • 22.
  • 23.
  • 24. Infosecurity07 liscoZero(config)# sh running-config /tmp/mcs.dump.2000145 : :MCS init : :LisCO process 0:3091 (ces) (null) start 1167569374 1:2000 (mcs) (null) start 1167569364 2:7251 (cli) (null) start 1168030504 refer to 7250 3:7250 (cei) - start 1168030504 refer to 7251 : :enable password 4:enable password LLrT4kLLWpgMs encrypted : :interface 5:interface ethernet0 10half 6:interface ethernet1 10half : :nameif 7:nameif ethernet0 outside security0 8:nameif ethernet1 inside security100 : :ip address 9:ip address outside 10.0.0.35 255.255.255.0 10:ip address inside 10.0.1.100 255.255.255.0 : :route 11:route outside 0.0.0.0 0.0.0.0 10.0.0.33 : :access-list : :outside_access_in 12:access-list outside_access_in permit tcp any host 10.0.1.129 eq 22 : :inside_access_in 13:access-list inside_access_in permit ip 10.0.1.0 255.255.255.0 any : :access-group 14:access-group outside_access_in in interface outside 15:access-group inside_access_in in interface inside : :static 16:static ( inside,outside ) tcp 10.0.0.36 22 10.0.1.129 22 : :lix br 17:lix switch br0 3 10.10.10.200 255.255.255.0 40 : :lix vhost 18:lix vhost V0 vid vlisco0 memory 32 switch br0 0 vscsi vroot veth 10.10.10.1 : :lix start 19:lix start
  • 25. Infosecurity07 versione a 6 porte 10/100 con HA e bilanciatore versione a 2 porte 10/100 e DMZ virtuale
  • 27. Infosecurity07 16:static ( inside,outside ) tcp 10.0.0.36 22 10.0.1.129 22 LIX plugin-module ver. 1.0.0 20060307.2236 OOoo-----------------------------------------------------ooOO ../plugin/static.set inside,outside tcp 10.0.0.36 22 10.0.1.129 22 /tmp/mcs.dump.2000439 iptables -t nat -I PREROUTING -i inside -d 10.0.0.36 -p tcp --dport 22 -j DNAT --to-destination 10.0.1.129:22 Chain PREROUTING (policy ACCEPT 16 packets, 920 bytes) pkts bytes target prot opt in out source destination 0 0 DNAT tcp -- outside any anywhere 10.0.0.36 tcp dpt:22 to:10.0.1.129:22 oo----- New VIP list generation -----------------------oo Found [10.0.0.35 10.0.0.37 ] VIP defined in [outside] interface Adding alias [10.0.0.36 24] on dev [outside] oo----- New VIP list generation for VRRP --------------oo -rw-r--r-- 1 root root 25 Dec 31 12:49 /LisCO/tmp/VRRP-outside-10.0.0.36.vip -rw-r--r-- 1 root root 25 Dec 31 12:49 /LisCO/tmp/VRRP-outside.vip oo----- Add permit INPUT chain -----------------------oo Chain INPUT (policy DROP 0 packets, 0 bytes) pkts bytes target prot opt in out source destination 0 0 ACCEPT tcp -- outside any anywhere 10.0.0.36 tcp dpt:22 0 0 ACCEPT all -- any any anywhere 224.0.0.0/24 0 0 ACCEPT all -- any any anywhere anywhere state RELATED,ESTABLISHED 1 60 ACCEPT icmp -- any any anywhere anywhere icmp echo-request 0 0 LOG all -- any any anywhere anywhere LOG level info prefix `[I]' OOoo-----------------------------------------------------ooOO 9: outside: <BROADCAST,MULTICAST,UP> mtu 1500 qdisc noqueue link/ether 00:40:63:d4:26:70 brd ff:ff:ff:ff:ff:ff inet 10.0.0.35/24 brd 10.0.0.255 scope global outside inet 10.0.0.36/24 scope global secondary outside
  • 28. Infosecurity07 65:failover lan enable LIX plugin-module ver. 1.0.0 20060307.2236 OOoo-----------------------------------------------------ooOO ../plugin/failover.active /tmp/mcs.dump.2012282 oo--- Loading VRRP*.vrrp macro ------------------------oo Loading /LisCO/tmp/VRRPAUTH.vrrp Loading /LisCO/tmp/VRRPIF.vrrp Loading /LisCO/tmp/VRRPPOLL.vrrp Loading /LisCO/tmp/VRRPSTATE.vrrp lrwxrwxrwx 1 root root 28 Jun 9 2005 /etc/keepalived.conf -> ../LisCO/etc/keepalived.conf
  • 29. Infosecurity07 18:lix vhost V0 vid vlisco0 memory 32 switch br0 0 vscsi vroot veth 10.10.10.1 -bash-2.05b# cat V0 #!/bin/bash cd /virtual/ /LisCO/vDMZ/linuxumlid= vlisco0 con=nullcon0=fd:0devfs=nomountmem= 32M eth0=tuntap, br0-p0 ,FF:DD:00:00:00:0,ubd0=./ vroot CONFMODEUMLID=vlisco0NET.IPADDR= 10.10.10.1 NET.NETMASK=255.255.255.0NET.NETWORK=10.10.10.0NET.BROADCAST=10.255.255.255NET.DEV=eth0NET.GW=10.10.10.200 -bash-2.05b# ls -l drwx------ 2 root root 16384 Aug 17 2005 lost+found -rwxr-xr-x 1 root root 5886116 Aug 21 2005 vmlinux-2.6.11.rc4-um-22052005 -rw-r--r-- 1 root root 67108864 Jan 6 01:10 vroot
  • 30.
  • 31.