Привет, у меня проблема — Windows не может достучаться до IP сервера Hotspot, а на Mac все в порядке. Вот моя конфигурация:
/interface print detail
Flags: D - динамическое, X - отключенное, R - запущенное, S - ведомое
0 R name=“ether1-gateway” type=“ether” mtu=1500 l2mtu=1520 max-l2mtu=1520
1 R name=“ether2-master-local” type=“ether” mtu=1500 l2mtu=1520 max-l2mtu=1520
2 R name=“ether3-slave-local” type=“ether” mtu=1500 l2mtu=1520 max-l2mtu=1520
3 name=“ether4-slave-local” type=“ether” mtu=1500 l2mtu=1520 max-l2mtu=1520
4 R ;;; Hot Spot Port name=“ether5-hotspot” type=“ether” mtu=1500 l2mtu=1520 max-l2mtu=1520
[admin@MikroTik] >> /ip address print detail
Flags: X - отключенное, I - недопустимое, D - динамическое
0 ;;; стандартная конфигурация
address=192.168.88.1/24 network=192.168.88.0 interface=ether2-master-local actual-interface=ether2-master-local
1 D address=10.10.8.30/24 network=10.10.8.0 interface=ether1-gateway actual-interface=ether1-gateway
2 address=192.168.88.1/32 network=192.168.88.1 interface=ether2-master-local actual-interface=ether2-master-local
3 ;;; сеть hotspot
address=10.10.50.1/24 network=10.10.50.0 interface=ether5-hotspot actual-interface=ether5-hotspot
4 address=10.10.50.1/32 network=10.10.50.1 interface=ether5-hotspot actual-interface=ether5-hotspot
[admin@MikroTik] >> /ip firewall export
apr/18/2012 00:46:50 by RouterOS 5.11 software id = 1SP5-RQJK
/ip firewall connection tracking set enabled=yes generic-timeout=10m icmp-timeout=10s tcp-close-timeout=10s tcp-close-wait-timeout=10s tcp-established-timeout=1d tcp-fin-wait-timeout=10s tcp-last-ack-timeout=10s tcp-syn-received-timeout=5s tcp-syn-sent-timeout=5s tcp-syncookie=no tcp-time-wait-timeout=10s udp-stream-timeout=3m udp-timeout=10s
/ip firewall filter add action=passthrough chain=unused-hs-chain comment=“вставьте правила hotspot здесь” disabled=yes
add action=accept chain=input comment=“стандартная конфигурация” disabled=no protocol=icmp
add action=accept chain=input comment=“стандартная конфигурация” connection-state=established disabled=no
add action=accept chain=input comment=“стандартная конфигурация” connection-state=related disabled=no
add action=drop chain=input comment=“стандартная конфигурация” disabled=no in-interface=ether1-gateway
/ip firewall nat add action=passthrough chain=unused-hs-chain comment=“вставьте правила hotspot здесь” disabled=yes
add action=masquerade chain=srcnat comment=“стандартная конфигурация” disabled=no out-interface=ether1-gateway
add action=masquerade chain=srcnat comment=“маска сети hotspot” disabled=no src-address=10.10.50.0/24
/ip firewall service-port set ftp disabled=no ports=21
set tftp disabled=no ports=69
set irc disabled=no ports=6667
set h323 disabled=no
set sip disabled=no ports=5060,5061 sip-direct-media=yes
set pptp disabled=no
Спасибо за помощь!