Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- ubuntu
- BIND
- php
- Trac
- MOUNT
- APM
- Fedora
- redmine
- VirtualBox
- Laravel
- exception
- MySQL
- Subversion
- CentOS
- vsftpd
- 라라벨
- Network
- AIR
- Linux
- fstab
- httpd.conf
- VMware
- 명령어
- ftp
- JavaScript
- xampp
- GlusterFS
- tw_cli
- php5
- nateon
Archives
- Today
- Total
어제와 똑같이 살면서 다른 미래를 기대하지 말자
[LGU+ 전자결제] 방화벽 설정 본문
1. 서비스
# LGU+ Xpay (production)
-A INPUT -s 164.124.119.212 -p tcp -m multiport --dport 80,443 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m iprange --src-range 203.233.124.32-203.233.124.38 --dport 80 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m iprange --src-range 203.233.124.91-203.233.124.96 --dport 80 -j ACCEPT
2. 테스트
# LGU+ Xpay (development)
-A INPUT -s 164.124.119.212 -p tcp -m multiport --dport 7080,7443 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m iprange --src-range 203.233.124.32-203.233.124.38 --dport 80 -j ACCEPT
-A INPUT -p tcp -m state --state NEW -m iprange --src-range 203.233.124.91-203.233.124.96 --dport 80 -j ACCEPT
'IT관심분야 > Linux' 카테고리의 다른 글
[CentOS] yum repo 활성/비활성 (yum-config-manager) (0) | 2018.02.02 |
---|---|
[CentOS] nodejs, npm 설치 (0) | 2018.01.25 |
GlusterFS Client 3.7.x -> Server 3.6.x 연동 시 (0) | 2016.07.07 |
[GlusterFS] 구성제안 및 운영 (0) | 2016.07.07 |
[CentOS] APM (PHP 5.6.x 설치) (0) | 2016.04.12 |
Comments