Hello, I have 2 devices. switch (10.0.0.10) and freebsd server(10.0.0.15)
I need redirect port 80 (management) from switch to port 100 on server
My ISP give me public IP only on server, but i need connect to switch from public area
(http://10.0.0.15:100)
I can use only IPFW, no next programs
I found this, but ist redirect one port to other in one device
can somebody help me ? Thank you
I need redirect port 80 (management) from switch to port 100 on server
My ISP give me public IP only on server, but i need connect to switch from public area
(http://10.0.0.15:100)
I can use only IPFW, no next programs
I found this, but ist redirect one port to other in one device
HTML:
ipfw add 100 fwd 127.0.0.1,8080 tcp from any to any 80 in
can somebody help me ? Thank you