У меня роутер настроен, но некоторые веб-страницы не загружаются, и не работает MSN Messenger. Вот экспорт из IP. Может, кто-нибудь подскажет, что я делаю не так? Спасибо за помощь.
```
/ ip pool add name="dhcp-pool-1" ranges=10.0.0.200-10.0.0.254
/ ip accounting set enabled=no threshold=256
/ ip accounting web-access set accessible-via-web=no address=0.0.0.0/0
/ ip address add address=10.0.0.1/24 network=10.0.0.0 broadcast=10.0.0.255 interface=ether1 comment="added by setup" disabled=no
/ ip arp
/ ip dns set primary-dns=217.237.150.33 secondary-dns=217.237.151.161 allow-remote-requests=no cache-size="2048 kB" cache-max-ttl=7d
/ ip firewall set input name="input" policy=accept comment=""
set forward name="forward" policy=accept comment=""
set output name="output" policy=accept comment=""
/ ip firewall mangle add action=accept comment="" disabled=yes
/ ip firewall service-port set ftp ports=21 disabled=yes
set pptp disabled=yes
set gre disabled=no
set h323 disabled=yes
set mms disabled=yes
set irc ports=6667 disabled=yes
set quake3 disabled=yes
set tftp ports=69 disabled=yes
/ ip firewall src-nat add out-interface=pppoe-out1 action=masquerade comment="" disabled=no
/ ip firewall connection tracking set enabled=yes
tcp-syn-sent-timeout=2m
tcp-syn-received-timeout=1m
tcp-established-timeout=5d
tcp-fin-wait-timeout=2m
tcp-close-wait-timeout=1m
tcp-last-ack-timeout=30s
tcp-time-wait-timeout=2m
tcp-close-timeout=10s
udp-timeout=30s
udp-stream-timeout=3m
icmp-timeout=30s
generic-timeout=10m
/ ip neighbor discovery set ether1 discover=yes
set ether2 discover=yes
set pppoe-out1 discover=no
/ ip route
/ ip service set telnet port=23 address=0.0.0.0/0 disabled=yes
set ftp port=21 address=10.0.0.1/24 disabled=no
set www port=80 address=0.0.0.0/0 disabled=no
set ssh port=22 address=0.0.0.0/0 disabled=yes
/ ip socks set enabled=no port=1080 connection-idle-timeout=2m max-connections=200
/ ip policy-routing
/ ip policy-routing rule add src-address=0.0.0.0/0 dst-address=0.0.0.0/0 flow="" interface=all action=lookup table=main comment="" disabled=no
/ ip policy-routing table main
/ ip upnp set enabled=yes
/ ip upnp interfaces add interface=ether2 type=internal disabled=no
add interface=pppoe-out1 type=external disabled=no
/ ip dhcp-client set enabled=no interface=ether2 host-name="" client-id="" add-default-route=no use-peer-dns=yes
/ ip dhcp-server add name="dhcp1" interface=ether1 lease-time=3d address-pool=dhcp-pool-1 add-arp=yes authoritative=yes disabled=no
/ ip dhcp-server lease
/ ip dhcp-server network add address=10.0.0.0/24 gateway=10.0.0.1 dns-server=217.237.150.33,194.25.2.129 wins-server=10.0.0.1,10.0.0.1 comment="added by setup"
/ ip ipsec proposal add name="default" auth-algorithms=sha1 enc-algorithms=3des lifetime=30m lifebytes=0 pfs-group=modp1024 disabled=no
/ ip web-proxy set enabled=no src-address=0.0.0.0 port=3128 hostname="proxy" transparent-proxy=no parent-proxy=0.0.0.0:0 cache-administrator="webmaster" max-object-size="4096 kB" cache-drive=system max-cache-size=none
/ ip web-proxy access add dst-port=!443,563 method=connect action=deny comment="allow CONNECT only to SSL ports 443 [https] and 563 [snews]" disabled=no
/ ip web-proxy cache add url="cgi-bin \?" action=deny comment="don’t cache dynamic http pages" disabled=no
Вот мой экспорт интерфейсов тоже.
/ interface ethernet set ether1 name="ether1" mtu=1450 arp=enabled disable-running-check=yes auto-negotiation=yes full-duplex=yes long-cable=no speed=100Mbps disabled=no
set ether2 name="ether2" mtu=1450 arp=enabled disable-running-check=yes auto-negotiation=yes full-duplex=yes long-cable=no speed=100Mbps disabled=no
/ interface bridge port set ether1 bridge=none priority=128 path-cost=10
set ether2 bridge=none priority=128 path-cost=10
/ interface l2tp-server server set enabled=no mtu=1460 mru=1460 authentication=mschap2,mschap1,chap,pap default-profile=default
/ interface pppoe-client add name="pppoe-out1" mtu=1450 mru=1450 interface=ether2 user="* @t-online.de " password="" profile=default service-name="" ac-name="" add-default-route=yes dial-on-demand=yes use-peer-dns=yes allow=mschap2,mschap1,chap,pap disabled=no
/ interface pptp-server server set enabled=no mtu=1460 mru=1460 authentication=mschap2,mschap1 keepalive-timeout=30 default-profile=default
```
```
/ ip pool add name="dhcp-pool-1" ranges=10.0.0.200-10.0.0.254
/ ip accounting set enabled=no threshold=256
/ ip accounting web-access set accessible-via-web=no address=0.0.0.0/0
/ ip address add address=10.0.0.1/24 network=10.0.0.0 broadcast=10.0.0.255 interface=ether1 comment="added by setup" disabled=no
/ ip arp
/ ip dns set primary-dns=217.237.150.33 secondary-dns=217.237.151.161 allow-remote-requests=no cache-size="2048 kB" cache-max-ttl=7d
/ ip firewall set input name="input" policy=accept comment=""
set forward name="forward" policy=accept comment=""
set output name="output" policy=accept comment=""
/ ip firewall mangle add action=accept comment="" disabled=yes
/ ip firewall service-port set ftp ports=21 disabled=yes
set pptp disabled=yes
set gre disabled=no
set h323 disabled=yes
set mms disabled=yes
set irc ports=6667 disabled=yes
set quake3 disabled=yes
set tftp ports=69 disabled=yes
/ ip firewall src-nat add out-interface=pppoe-out1 action=masquerade comment="" disabled=no
/ ip firewall connection tracking set enabled=yes
tcp-syn-sent-timeout=2m
tcp-syn-received-timeout=1m
tcp-established-timeout=5d
tcp-fin-wait-timeout=2m
tcp-close-wait-timeout=1m
tcp-last-ack-timeout=30s
tcp-time-wait-timeout=2m
tcp-close-timeout=10s
udp-timeout=30s
udp-stream-timeout=3m
icmp-timeout=30s
generic-timeout=10m
/ ip neighbor discovery set ether1 discover=yes
set ether2 discover=yes
set pppoe-out1 discover=no
/ ip route
/ ip service set telnet port=23 address=0.0.0.0/0 disabled=yes
set ftp port=21 address=10.0.0.1/24 disabled=no
set www port=80 address=0.0.0.0/0 disabled=no
set ssh port=22 address=0.0.0.0/0 disabled=yes
/ ip socks set enabled=no port=1080 connection-idle-timeout=2m max-connections=200
/ ip policy-routing
/ ip policy-routing rule add src-address=0.0.0.0/0 dst-address=0.0.0.0/0 flow="" interface=all action=lookup table=main comment="" disabled=no
/ ip policy-routing table main
/ ip upnp set enabled=yes
/ ip upnp interfaces add interface=ether2 type=internal disabled=no
add interface=pppoe-out1 type=external disabled=no
/ ip dhcp-client set enabled=no interface=ether2 host-name="" client-id="" add-default-route=no use-peer-dns=yes
/ ip dhcp-server add name="dhcp1" interface=ether1 lease-time=3d address-pool=dhcp-pool-1 add-arp=yes authoritative=yes disabled=no
/ ip dhcp-server lease
/ ip dhcp-server network add address=10.0.0.0/24 gateway=10.0.0.1 dns-server=217.237.150.33,194.25.2.129 wins-server=10.0.0.1,10.0.0.1 comment="added by setup"
/ ip ipsec proposal add name="default" auth-algorithms=sha1 enc-algorithms=3des lifetime=30m lifebytes=0 pfs-group=modp1024 disabled=no
/ ip web-proxy set enabled=no src-address=0.0.0.0 port=3128 hostname="proxy" transparent-proxy=no parent-proxy=0.0.0.0:0 cache-administrator="webmaster" max-object-size="4096 kB" cache-drive=system max-cache-size=none
/ ip web-proxy access add dst-port=!443,563 method=connect action=deny comment="allow CONNECT only to SSL ports 443 [https] and 563 [snews]" disabled=no
/ ip web-proxy cache add url="cgi-bin \?" action=deny comment="don’t cache dynamic http pages" disabled=no
Вот мой экспорт интерфейсов тоже.
/ interface ethernet set ether1 name="ether1" mtu=1450 arp=enabled disable-running-check=yes auto-negotiation=yes full-duplex=yes long-cable=no speed=100Mbps disabled=no
set ether2 name="ether2" mtu=1450 arp=enabled disable-running-check=yes auto-negotiation=yes full-duplex=yes long-cable=no speed=100Mbps disabled=no
/ interface bridge port set ether1 bridge=none priority=128 path-cost=10
set ether2 bridge=none priority=128 path-cost=10
/ interface l2tp-server server set enabled=no mtu=1460 mru=1460 authentication=mschap2,mschap1,chap,pap default-profile=default
/ interface pppoe-client add name="pppoe-out1" mtu=1450 mru=1450 interface=ether2 user="* @t-online.de " password="" profile=default service-name="" ac-name="" add-default-route=yes dial-on-demand=yes use-peer-dns=yes allow=mschap2,mschap1,chap,pap disabled=no
/ interface pptp-server server set enabled=no mtu=1460 mru=1460 authentication=mschap2,mschap1 keepalive-timeout=30 default-profile=default
```
