- ASAv
https://software.cisco.com/download/home/286119613/type/280775065/release/9.18.3
There may be newer releases out, but this has been built with 9.18(3) using the VMWare Package.
https://software.cisco.com/download/home/286119613/type/280775065/release/9.18.3
There may be newer releases out, but this has been built with 9.18(3) using the VMWare Package.
| IPv4 Addr | IPv6 Addr | ASn | Political Region | Loc | Svc | Org |
|---|---|---|---|---|---|---|
| 8.8.8.8 | 2001:4860:4860::8888 | AS15169 | US | Worldwide (Anycast) | Google Public DNS | |
| 8.8.4.4 | 2001:4860:4860::8844 | AS15169 | US | Worldwide (Anycast) | Google Public DNS | |
| 1.1.1.1 | 2606:4700:4700::1111 | AS13335 | US | Worldwide (Anycast) | Cloudflare-DNS | Cloudflare/APNIC |
| 1.0.0.1 | 2606:4700:4700::1001 | AS13335 | US | Worldwide (Anycast) | Cloudflare-DNS | Cloudflare/APNIC |
| 95.85.95.85 | 2a03:90c0:999d::1 | AS199524 | EU | *W |
| External: | |
| Control Community (for downlinks): | |
| - Announce Control: | |
| - to uplinks/IX/peers/downlinks (Russian/International or Tier1/any) | |
| - do not announce | |
| - announce with one prepend | |
| - announce with two prepends | |
| - announce with three prepends |
| # $language = "VBScript" | |
| # $interface = "1.0" | |
| '-------------------------------------------------------------- | |
| 'Cisco IOS | |
| ' | |
| 'Created by David Gomez, [email protected] | |
| '--------------------------------------------------------------- | |
| Sub Main | |
| ' turn on synchronous mode so we don't miss any data |
| #!/bin/sh | |
| # | |
| # 00-header - create the header of the MOTD | |
| # Copyright (c) 2013 Nick Charlton | |
| # Copyright (c) 2009-2010 Canonical Ltd. | |
| # | |
| # Authors: Nick Charlton <[email protected]> | |
| # Dustin Kirkland <[email protected]> | |
| # | |
| # This program is free software; you can redistribute it and/or modify |
| #!/bin/sh | |
| setenforce 0 | |
| sed -i s/SELINUX=enforcing/SELINUX=disabled/g /etc/selinux/config | |
| hostnamectl set-hostname splunk | |
| yum -y install wget mlocate | |
| useradd splunk -G wheel -m -d /opt/splunk -s /bin/bash | |
| echo -e "\$plunk1\n\$plunk1" | passwd splunk | |
| mkdir /opt/splunk /opt/installers |