Привет! Может кто-нибудь помочь? Вот моя конфигурация, пожалуйста, укажите мои ошибки:
interface
enable ether1,ether2
ip dhcp-client
set enabled=yes interface=ether1
ip address add address=10.20.0.1/24 interface=ether2
(Кстати, /24 что это значит?)
ip dns
set allow-remote-request=yes
ip firewall
src-nat add out-interface=ether1 action=masquerade
ip firewall rule
input add connection-state=invalid action=drop connection-state=established connection-state=related protocol=udp protocol=icmp src-address=10.20.0.0/24 action=drop log=yes
ip pool
add name=private ranges=10.20.0.2-10.20.0.254
ip dhcp-server
network add gateway=10.20.0.1 address=10.20.0.0/24 dns-server=10.20.0.1
ip dhcp-server add
name=home interface=ether2 lease-time=3h address-pool=private
ip dhcp-server enable
home
ip web-proxy
set enable=yes port=8080 max-cache-size=unlimited
ip web proxy
set transparent-proxy=yes
ip firewall
dst-nat add in-interface=ether1 protocal=tcp dst:!:80 action=redirect to-dst-port=8080
Пожалуйста, помогите мне, все на мониторе показывают НОЛЬ.
interface
enable ether1,ether2
ip dhcp-client
set enabled=yes interface=ether1
ip address add address=10.20.0.1/24 interface=ether2
(Кстати, /24 что это значит?)
ip dns
set allow-remote-request=yes
ip firewall
src-nat add out-interface=ether1 action=masquerade
ip firewall rule
input add connection-state=invalid action=drop connection-state=established connection-state=related protocol=udp protocol=icmp src-address=10.20.0.0/24 action=drop log=yes
ip pool
add name=private ranges=10.20.0.2-10.20.0.254
ip dhcp-server
network add gateway=10.20.0.1 address=10.20.0.0/24 dns-server=10.20.0.1
ip dhcp-server add
name=home interface=ether2 lease-time=3h address-pool=private
ip dhcp-server enable
home
ip web-proxy
set enable=yes port=8080 max-cache-size=unlimited
ip web proxy
set transparent-proxy=yes
ip firewall
dst-nat add in-interface=ether1 protocal=tcp dst:!:80 action=redirect to-dst-port=8080
Пожалуйста, помогите мне, все на мониторе показывают НОЛЬ.
