프로그램 사용/pfsense2024. 1. 27. 00:21

load balancer 나 ha 용도로 두개 이상의 wan을 연결하고 싶은데 가능한가 검색중

[링크 : https://docs.netgate.com/pfsense/en/latest/multiwan/index.html]

 

+ 2024.01.29

HA로 설정하면 2대의 pfsense가 있어야 하고

두대 사이를 Sync interface 라고 하나의 NIC이 점유하게 될 것 같다.

아래 예제는 ISP와 방화벽을 2중화 하는 예제 같고

[링크 : https://docs.netgate.com/pfsense/en/latest/recipes/high-availability-multi-wan.html]

 

아래는 하나의 ISP에 WAN 포트와 방화벽만 2중화 하는 예제 같은데..

[링크 : https://docs.netgate.com/pfsense/en/latest/recipes/high-availability.html]

 

방화벽은 1개지만 2개의 WAN을 이중화 하는건 없나...?

 

 

CARP VIP 이런 용어가 나와서 검색...

Common Address Redundancy Protocol (CARP) was created by OpenBSD developers as a free, open redundancy solution for sharing IP addresses among a group of network devices.

[링크 : https://docs.netgate.com/pfsense/en/latest/highavailability/index.html#carp-overview]

 

VIP - Virual IP

[링크 : https://docs.netgate.com/pfsense/en/latest/firewall/virtual-ip-addresses.html]

'프로그램 사용 > pfsense' 카테고리의 다른 글

bogon network  (0) 2024.02.01
pfsense 비프음 끄기  (0) 2024.01.30
pfsense lan bridge  (0) 2024.01.26
pfsense 무선랜 추가 실패 -_ㅠ  (0) 2024.01.23
pfsense 포트 포워드  (0) 2024.01.22
Posted by 구차니
Programming/web 관련2024. 1. 26. 23:45

'Programming > web 관련' 카테고리의 다른 글

웹 브라우저 쿠키  (0) 2024.03.27
let's encrypt 방식  (0) 2024.02.02
bootstrap table 정렬기능  (0) 2024.01.26
bootstrap modal  (0) 2024.01.23
브라우저 언어 탐지  (0) 2024.01.18
Posted by 구차니
프로그램 사용/pfsense2024. 1. 26. 17:32

메뉴얼이나 찾아보지 않고 했더니, bridge 설정까지만 해서 안되던데

firewall 설정까지 공유하게 해줘야지 ip도 받아오고 그런건가?

[링크 : https://www.cyberciti.biz/faq/how-to-pfsense-configure-network-interface-as-a-bridge-network-switch/]

 

bridge 설정후에 각 인터페이스 별로 firewall rule을 추가해줘야 하는 듯

[링크 : https://vhrms.tistory.com/727]

'프로그램 사용 > pfsense' 카테고리의 다른 글

pfsense 비프음 끄기  (0) 2024.01.30
pfsensr multiple wan  (0) 2024.01.27
pfsense 무선랜 추가 실패 -_ㅠ  (0) 2024.01.23
pfsense 포트 포워드  (0) 2024.01.22
얼결에 pfsense 설치 완료  (0) 2024.01.19
Posted by 구차니
Programming/web 관련2024. 1. 26. 14:48

테이블 만들고 jquery로 해당 id 검색후 DataTable() 함수를 호출하면 알아서 해준다.

// Basic example
$(document).ready(function () {
  $('#dtBasicExample').DataTable({
   "ordering": false // false to disable sorting (or any other option)
  });
  $('.dataTables_length').addClass('bs-select');
});

[링크 : https://mdbootstrap.com/docs/b4/jquery/tables/sort/]

[링크 : https://www.educba.com/bootstrap-sort-table/]

[링크 : https://codepen.io/agdg/pen/zpydmd]

'Programming > web 관련' 카테고리의 다른 글

let's encrypt 방식  (0) 2024.02.02
ajax session 인증  (0) 2024.01.26
bootstrap modal  (0) 2024.01.23
브라우저 언어 탐지  (0) 2024.01.18
javascript exif 정보 얻기  (0) 2023.11.29
Posted by 구차니
Programming/openCV2024. 1. 25. 16:03

opencv + python 특징인지 모르겠으나

pc던 arm 보드건 4장 정도 버리고 5번째 받아야 현재 시점의 새로운 이미지가 넘어온다.

VideoCapture.read() 함수는 내부적으로

VideoCapture.grab() 과 VideoCapture.retrieve() 두개를 호출한다는데

grab만 4번 하고 retrieve 안해도 될진 모르겠고(다음에 테스트 해봐야지..)

 

[링크 : https://kali-live.tistory.com/8]

 

cv2.waitKey() 하면 혹시나 내부 쓰레드가 돌아갈까 싶어서 했는데 이것도 아니긴 하다.

Try placing cv::waitKey(0); before cap0.read(frame0); instead of after: if (!frame0.empty()) cv::waitKey(0);. The issue is, that you are not going to see the video. If you want to watch the video, and pause when key is pressed, replace cv::waitKey(0); with: int key = cv::waitKey(1);if (key > 0) cv::waitKey(0); 
– Rotem
 Oct 21, 2022 at 9:09

[링크 : https://stackoverflow.com/questions/74145112/how-can-i-get-the-most-current-frame-in-opencv]]

Posted by 구차니
Programming/openCV2024. 1. 25. 09:54

 

로지텍 C920 사용하는데 얘는 자동 촛점이 되는 녀석이다.

그래서 영상에 따라서는 가끔 이상한(?) 먼 곳에 촛점이 잡히는 경우가 있는데

수동으로 촛점을 조절하거나, 고정하는 방법을 찾는 중

 

guvcview 에서는 아래와 같이 Focus, Automatic Continous를 끄고

Focus. Absolute에서 설정을 해주면 된다. 0~255 범위

그래서 적당히 먼곳(중앙의 금속)은 60

 

좀 더 가까운 알루미늄 빛의 금속은 124. 숫자가 클수록 더 가까워진다.

 

촛점 값은 CAP_PROP_FOCUS 으로 설정하는데

CAP_PROP_FOCUS 
Python: cv.CAP_PROP_FOCUS
cv::CAP_PROP_FOCUS =28,

[링크 : https://docs.opencv.org/3.4/d4/d15/group__videoio__flags__base.html#ggaeb8dd9c89c10a5c63c139bf7c4f5704da25fe3d87b62a918427d49f3d43aef714]

 

focus를 수동으로 설정하기 위해서는 일단 autofocus를 끄고(0으로 설정) 해주어야 한다.

CAP_PROP_AUTOFOCUS 
Python: cv.CAP_PROP_AUTOFOCUS
cv::CAP_PROP_AUTOFOCUS =39,

[링크 : https://docs.opencv.org/3.4/d4/d15/group__videoio__flags__base.html#ggaeb8dd9c89c10a5c63c139bf7c4f5704dad937a854bd8d1ca73edfb3570e799aa3]

 

[링크 : https://docs.opencv.org/3.4/d4/d15/group__videoio__flags__base.html]

[링크 : https://stackoverflow.com/questions/19813276/manually-focus-webcam-from-opencv#comment122198940_42819965]

Posted by 구차니

되는게 없다!!!

'개소리 왈왈 > 직딩의 비애' 카테고리의 다른 글

소득공제 공부 ㅠ  (0) 2024.02.29
소득공제?  (0) 2024.02.13
개 피곤  (0) 2024.01.12
일이 안풀린다  (0) 2023.11.23
리듬깨짐  (0) 2023.11.05
Posted by 구차니
Programming/web 관련2024. 1. 23. 17:48

클릭하면 팝업이 뜨면서 배경은 흐리게 되는 그것!

애니메이션까지 전부 제공하네.. 우와

 

[링크 : https://getbootstrap.com/docs/4.0/components/modal/]

'Programming > web 관련' 카테고리의 다른 글

ajax session 인증  (0) 2024.01.26
bootstrap table 정렬기능  (0) 2024.01.26
브라우저 언어 탐지  (0) 2024.01.18
javascript exif 정보 얻기  (0) 2023.11.29
웹 브라우저 10080 포트 접근 차단 이유  (0) 2023.08.03
Posted by 구차니
프로그램 사용/pfsense2024. 1. 23. 11:03

USB에 802.11n 지원하는 wifi 하나 연결하고 나서

찾기도 귀찮고 그냥 메뉴에서 헤매는데, interfaces 메뉴에서 Assign에 들어간 다음 찾아보니 Wireless 발견

아마도 새로 꽂은 ralink wifi가 run0로 인식되는 것 같고, 몰랐는데.. 내장된 무선랜이 있었나 보다?

 

근데 iwm0 intel Dual Band wireless AC 3168을 선택하고 AP 모드로 하려고 시도하면

해당 장치가 ap mode를 지원하지 않는다고 에러가 발생한다.

 

아무튼 안되면 어쩔수 없으니 ralink usb wifi를 선택해서 ap 모드로 추가

[링크 : https://docs.netgate.com/pfsense/en/latest/wireless/configuration-ap.html]

 

그나저나 bss와 ap의 차이도 모르겠고

해도 장치 자체가 안올라와서 모르겠다 -ㅁ-

 

+

해당 칩셋이 802.11n 을 지원해도 freebsd와 pfsense에서 g까지먼 지원하는 듯

https://docs.netgate.com/pfsense/en/latest/wireless/hardware.html

'프로그램 사용 > pfsense' 카테고리의 다른 글

pfsensr multiple wan  (0) 2024.01.27
pfsense lan bridge  (0) 2024.01.26
pfsense 포트 포워드  (0) 2024.01.22
얼결에 pfsense 설치 완료  (0) 2024.01.19
pfsense  (0) 2024.01.16
Posted by 구차니

예제를 복붙하고 nc 를 통해 테스트 하는데

nc 접속이 끊어지니  쓰레드에서 수신했다고 무한으로 뜬다.

접속하고 받는건 되지만, 끊어지는건 처리가 안된 예제..

 

[링크 : https://mogoh-developer.tistory.com/9]

[링크 : https://nalara12200.tistory.com/153]

[링크 : https://github.com/levhyun/python_socket]

 

+

2024.01.23

[링크 : https://codezaram.tistory.com/31]

'Programming > python(파이썬)' 카테고리의 다른 글

pyhthon numpy 생략없이 출력  (0) 2024.02.26
matplotlib grayscale image to 3d graph  (0) 2024.02.22
파이썬 소켓 예제  (0) 2024.01.17
ipython notebook -> jupyter notebook  (0) 2024.01.11
파이썬 가상환경  (0) 2024.01.09
Posted by 구차니