일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | |||
5 | 6 | 7 | 8 | 9 | 10 | 11 |
12 | 13 | 14 | 15 | 16 | 17 | 18 |
19 | 20 | 21 | 22 | 23 | 24 | 25 |
26 | 27 | 28 | 29 | 30 | 31 |
- Proxy
- Kibana
- hardening
- xe guest utilities
- Elasticsearch
- ansible
- GitLab
- elastic stack
- Kibana server is not ready yet
- bash
- 보안양파
- application security
- 한글가이드
- endpoint security
- pfsense
- x-pack
- docker
- macos
- G-suite
- XCP-ng
- ssh key 배포
- Windows
- miniconda
- proxycfg
- 로그인불가
- PlayBook
- freebsd
- ELASTIC
- centos 8
- Today
- Total
목록IT (650)
선 밖에 선 자유인
$ sudo apt-get install iptables-persistent/etc/iptables/rules.v4 에 rule 저장됨 iptalbes 설정 저장/reload - 16.04설정 파일로 저장$ sudo netfilter-persistent save 설정 파일에서 reload$ sudo netfilter-persistent reload 부팅 시 시작$ sudo update-rc.d netfilter-persistent defaults - 14.04설정 파일로 저장$ sudo service iptables-persistent save 설정 파일에서 reload$ sudo service iptables-persistent reload 부팅 시 시작$ sudo update-rc.d iptables..
1. TFTP 서버 구축 (CentOS 7 기준)# yum install tftp-server# vi /etc/xinetd.d/tftpserver_args = -c -s /home/configs/backups# systemctl restart xinetd - 서버 방화벽에서 udp 69 open 2. 라우터 설정R1(config)#archiveR1(config-archive)#path tftp:///$hR1(config-archive)#time-period 1440R1(config-archive)#write-memory
[ CentOS 7 ] # modprobe --first-time bonding# lsmod | grep bondingbonding 141566 0 # vi /etc/sysconfig/network-scripts/ifcfg-bond0 DEVICE=bond0NAME=bond0TYPE=BondBONDING_MASTER=yesBONDING_OPTS="mode=active-backup primary=eth0 miimon=100 updelay=0 downdelay=0"IPADDR=192.168.0.100PREFIX=24GATEWAY=192.168.0.1DNS1=168.126.63.1DNS2=168.126.63.2 # vi /etc/sysconfig/network-scripts/ifcfg-eth0NAME=bond-..
- SNMP 설정Cisco(config)# access-list 3 permit 0.0.0.0Cisco(config)# access-list 3 deny anyCisco(config)# snmp-server community RO 3 - Syslog 설정Cisco(config)# loggin origin-id hostnameCisco(config)# logging host transport udp port Cisco(config)# logging trap warnings
https://youtu.be/di7vr1wQsCM
초보자를 위한 도커- https://subicura.com/2017/01/19/docker-guide-for-beginners-1.html
http://richsitblog.com/index.php/2016/08/14/coreos-on-citrix-xenserver-7-setup-guide/
graylog input에 SonicWall 장비용 content pack을 적용하면 아래와 같은 에러가 발생하여 graylog의 시스템 로그가 폭증함 ERROR [Extractor] Could not apply converter [date] of extractor [4adc6467-3f78-427a-8fd1-39fc5a544c6f].java.lang.IllegalArgumentException: Invalid format: "id=firewall sn=XXXXXXXX time..."at org.joda.time.format.DateTimeFormatter.parseDateTime(DateTimeFormatter.java:945) ~[graylog.jar:?]at org.joda.time.DateTime..