rosen4o Posted September 8, 2015 Report Share Posted September 8, 2015 Здравейте опитвам се да пренасоча портове зад двоен нат isp - router - lan x.x.x.x - y.y.y.y - z.z.z.z Рутера получава частен ип-адрес, а isp-то го мапва с реален /ip firewall nat add action=dst-nat chain=dstnat disabled=no dst-port=80 in-interface=ether1-gateway protocol=tcp to-addresses=z.z.z.z to-ports=80 Пакетите стигат до рутера, но после не се връщат Някакви идеи? Link to comment Share on other sites More sharing options...
0 Administrator JohnTRIVOLTA Posted September 8, 2015 Administrator Report Share Posted September 8, 2015 Здравейте опитвам се да пренасоча портове зад двоен нат isp - router - lan x.x.x.x - y.y.y.y - z.z.z.z Рутера получава частен ип-адрес, а isp-то го мапва с реален /ip firewall nat add action=dst-nat chain=dstnat disabled=no dst-port=80 in-interface=ether1-gateway protocol=tcp to-addresses=z.z.z.z to-ports=80 Пакетите стигат до рутера, но после не се връщат Някакви идеи? /ip firewall nat add chain=dstnat dst-address=y.y.y.y protocol=tcp dst-port=80 action=dst-nat to-addresses=z.z.z.z to-ports=80 Мисля , че така е правилно ! Link to comment Share on other sites More sharing options...
0 rosen4o Posted September 9, 2015 Author Report Share Posted September 9, 2015 Получава се пак същото и това го бях пробвал Link to comment Share on other sites More sharing options...
0 Administrator JohnTRIVOLTA Posted September 9, 2015 Administrator Report Share Posted September 9, 2015 (edited) Получава се пак същото и това го бях пробвал Ако ISP е пренасочил порта няма как да не излизат нещата при теб! Edited September 9, 2015 by JohnTRIVOLTA Link to comment Share on other sites More sharing options...
Question
rosen4o
Здравейте опитвам се да пренасоча портове зад двоен нат
isp - router - lan
x.x.x.x - y.y.y.y - z.z.z.z
Рутера получава частен ип-адрес, а isp-то го мапва с реален
/ip firewall nat add action=dst-nat chain=dstnat disabled=no dst-port=80 in-interface=ether1-gateway protocol=tcp to-addresses=z.z.z.z to-ports=80
Пакетите стигат до рутера, но после не се връщат
Някакви идеи?
Link to comment
Share on other sites
3 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now