본문 바로가기

os/리눅스

ubuntu port forwarding


80 -> 8080

iptables -t nat -A OUTPUT -o lo -p tcp --dport 80 -j REDIRECT --to-port 8080


'os > 리눅스' 카테고리의 다른 글

ubuntu docker  (0) 2018.10.24
ubuntu init && node install  (0) 2018.08.19
ubuntu jupyter 설치  (0) 2016.08.26
ubuntu 14.04 install ffmpeg  (0) 2015.06.30
linux sync time utc  (0) 2015.05.07