Citynet Router

Setting Router Citynet


# RouterOS 2.9.6
# software id = TNVT-UMT
#
/ interface ethernet
set ether1 name="ether1" mtu=1500 mac-address=00:0C:42:02:72:9F arp=enabled \
disable-running-check=yes auto-negotiation=yes full-duplex=yes \
cable-settings=default speed=100Mbps comment="" disabled=yes
set "KE PROXY" name="KE PROXY" mtu=1500 mac-address=00:0C:42:02:72:A0 \
arp=enabled disable-running-check=yes auto-negotiation=yes full-duplex=yes \
cable-settings=default speed=100Mbps comment="" disabled=no
set "ISP 1" name="ISP 1" mtu=1500 mac-address=00:0C:42:02:72:A1 arp=enabled \
disable-running-check=yes auto-negotiation=yes full-duplex=yes \
cable-settings=default speed=100Mbps comment="" disabled=no
set "ISP 2" name="ISP 2" mtu=1500 mac-address=00:0C:42:02:72:A2 arp=enabled \
disable-running-check=yes auto-negotiation=yes full-duplex=yes \
cable-settings=default speed=100Mbps comment="" disabled=yes
set "ISP 3" name="ISP 3" mtu=1500 mac-address=00:00:00:00:00:00 arp=enabled \
disable-running-check=yes auto-negotiation=yes full-duplex=yes \
cable-settings=default speed=100Mbps comment="" disabled=yes
set "KE PRIVAT" name="KE PRIVAT" mtu=1500 mac-address=00:E0:18:BC:19:A9 \
arp=enabled disable-running-check=yes auto-negotiation=yes full-duplex=yes \
cable-settings=default speed=100Mbps comment="" disabled=no
set "Lan citynet" name="Lan citynet" mtu=1500 mac-address=00:10:4B:30:66:68 \
arp=enabled disable-running-check=yes auto-negotiation=yes full-duplex=yes \
cable-settings=default speed=100Mbps comment="" disabled=no
/ interface wireless security-profiles
set default name="default" mode=none wpa-unicast-ciphers="" \
wpa-group-ciphers="" pre-shared-key="" static-algo-0=none static-key-0="" \
static-algo-1=none static-key-1="" static-algo-2=none static-key-2="" \
static-algo-3=none static-key-3="" static-transmit-key=key-0 \
static-sta-private-algo=none static-sta-private-key="" \
radius-mac-authentication=no group-key-update=5m
/ interface wireless align
set frame-size=300 active-mode=yes receive-all=no \
audio-monitor=00:00:00:00:00:00 filter-mac=00:00:00:00:00:00 ssid-all=no \
frames-per-second=25 audio-min=-100 audio-max=-20
/ interface wireless snooper
set multiple-channels=yes channel-time=200ms receive-errors=no
/ interface wireless sniffer
set multiple-channels=no channel-time=200ms only-headers=no receive-errors=no \
memory-limit=10 file-name="" file-limit=10 streaming-enabled=no \
streaming-server=0.0.0.0 streaming-max-rate=0
/ interface bridge
add name="bridge1" mtu=1500 arp=enabled stp=no priority=32768 ageing-time=5m \
forward-delay=15s garbage-collection-interval=5s hello-time=2s \
max-message-age=20s comment="" disabled=yes
/ interface bridge port
set ether1 bridge=none priority=128 path-cost=10
set "KE PROXY" bridge=none priority=128 path-cost=10
set "ISP 1" bridge=none priority=128 path-cost=10
set "ISP 2" bridge=none priority=128 path-cost=10
set "ISP 3" bridge=none priority=128 path-cost=10
set "KE PRIVAT" bridge=none priority=128 path-cost=10
set "Lan citynet" bridge=none priority=128 path-cost=10
/ interface l2tp-server server
set enabled=no max-mtu=1460 max-mru=1460 \
authentication=pap,chap,mschap1,mschap2 default-profile=default-encryption
/ interface pppoe-server server
add service-name="service1" interface="Lan citynet" max-mtu=1488 max-mru=1488 \
authentication=pap,chap,mschap1,mschap2 keepalive-timeout=10 \
one-session-per-host=no max-sessions=0 default-profile=default disabled=no
/ interface pptp-server server
set enabled=no max-mtu=1460 max-mru=1460 authentication=mschap1,mschap2 \
keepalive-timeout=30 default-profile=default-encryption
/ ip telephony region
/ ip telephony gatekeeper
set gatekeeper=none remote-id="" remote-address=0.0.0.0
/ ip telephony aaa
set use-radius-accounting=no interim-update=0s
/ ip telephony codec
move G.711-uLaw-64k/sw
move G.711-ALaw-64k/sw
move G.729A-8k/sw
move G.729-8k/sw
move G.723.1-6.3k/sw
move GSM-06.10-13.2k/sw
move LPC-10-2.5k/sw
/ ip accounting
set enabled=no account-local-traffic=no threshold=256
/ ip accounting web-access
set accessible-via-web=no address=0.0.0.0/0
/ ip service
set telnet port=23 address=0.0.0.0/0 disabled=no
set ftp port=21 address=0.0.0.0/0 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=no
set www-ssl port=443 address=0.0.0.0/0 certificate=none disabled=yes
/ ip socks
set enabled=no port=1080 connection-idle-timeout=2m max-connections=200
/ ip arp
/ ip upnp
set enabled=no allow-disable-external-interface=yes show-dummy-rule=yes
/ ip traffic-flow
set enabled=no interfaces=all cache-entries=4k active-flow-timeout=30m \
inactive-flow-timeout=15s
/ ip dns
set primary-dns=203.130.193.74 secondary-dns=202.134.0.155 \
allow-remote-requests=yes cache-size=5210KiB cache-max-ttl=1w
/ ip address
add address=192.168.144.2/24 network=192.168.144.0 broadcast=192.168.144.255 \
interface="ISP 2" comment="" disabled=no
add address=192.168.147.2/24 network=192.168.147.0 broadcast=192.168.147.255 \
interface="ISP 1" comment="" disabled=no
add address=192.168.146.2/24 network=192.168.146.0 broadcast=192.168.146.255 \
interface="ISP 3" comment="" disabled=no
add address=192.168.0.1/24 network=192.168.0.0 broadcast=192.168.0.255 \
interface="Lan citynet" comment="" disabled=no
add address=10.10.10.1/24 network=10.10.10.0 broadcast=10.10.10.255 \
interface="KE PROXY" comment="" disabled=no
add address=10.10.20.1/24 network=10.10.20.0 broadcast=10.10.20.255 \
interface="KE PRIVAT" comment="" disabled=no
/ ip proxy
set enabled=no ports=8080 parent-proxy=0.0.0.0:0 \
maximal-client-connecions=1000 maximal-server-connectons=1000 \
cache-administrator="webmaster" max-object-size=4096KiB \
max-disk-cache-size=none max-ram-cache-size=unlimited disk-database=yes
/ ip proxy drive
set
/ ip proxy access
add dst-port=23-25 action=deny comment="block telnet & spam e-mail relaying" \
disabled=no
add method=CONNECT dst-port=443 action=allow comment="allow CONNECT only to \
SSL ports 443 \[https\] and 563 \[snews\]" disabled=no
add method=CONNECT dst-port=563 action=allow comment="allow CONNECT only to \
SSL ports 443 \[https\] and 563 \[snews\]" disabled=no
add method=CONNECT action=deny comment="allow CONNECT only to SSL ports 443 \
\[https\] and 563 \[snews\]" disabled=no
/ ip neighbor discovery
set ether1 discover=yes
set "KE PROXY" discover=yes
set "ISP 1" discover=yes
set "ISP 2" discover=yes
set "ISP 3" discover=yes
set "KE PRIVAT" discover=yes
set "Lan citynet" discover=yes
set bridge1 discover=yes
/ ip route
add dst-address=0.0.0.0/0 gateway=192.168.144.1 check-gateway=ping scope=255 \
target-scope=10 routing-mark=dua comment="" disabled=yes
add dst-address=0.0.0.0/0 gateway=192.168.147.1 check-gateway=ping scope=255 \
target-scope=10 routing-mark=satu comment="" disabled=no
add dst-address=0.0.0.0/0 gateway=192.168.146.1 check-gateway=ping scope=255 \
target-scope=10 routing-mark=tiga comment="" disabled=yes
add dst-address=0.0.0.0/0 gateway=192.168.147.1 scope=255 target-scope=10 \
comment="" disabled=no
/ ip firewall mangle
add chain=prerouting in-interface="KE PROXY" connection-state=new \
dst-address-list=ISP action=mark-connection new-connection-mark=ISP \
passthrough=yes comment="ISP" disabled=yes
add chain=prerouting in-interface="KE PROXY" connection-mark=ISP \
action=mark-routing new-routing-mark=ISP passthrough=no comment="" \
disabled=yes
add chain=prerouting in-interface="KE PROXY" connection-state=new nth=!0,0,0 \
action=mark-connection new-connection-mark=satu passthrough=yes \
comment="SATU" disabled=yes
add chain=prerouting in-interface="KE PROXY" connection-mark=satu \
action=mark-routing new-routing-mark=satu passthrough=no comment="" \
disabled=yes
add chain=prerouting in-interface="KE PROXY" connection-state=new nth=!1,0,1 \
action=mark-connection new-connection-mark=dua passthrough=yes \
comment="DUA" disabled=yes
add chain=prerouting in-interface="KE PROXY" connection-mark=dua \
action=mark-routing new-routing-mark=dua passthrough=no comment="" \
disabled=yes
add chain=prerouting in-interface="KE PROXY" connection-state=new nth=!2,0,2 \
action=mark-connection new-connection-mark=tiga passthrough=yes \
comment="TIGA" disabled=yes
add chain=prerouting in-interface="KE PROXY" connection-mark=tiga \
action=mark-routing new-routing-mark=tiga passthrough=no comment="" \
disabled=yes
/ ip firewall nat
add chain=dstnat in-interface="Lan citynet" protocol=tcp dst-port=80 \
action=dst-nat to-addresses=10.10.10.2 to-ports=3128 comment="PROXY" \
disabled=no

add chain=srcnat connection-mark=ISP action=accept comment="ISP" disabled=yes
add chain=srcnat action=masquerade comment="" disabled=no
add chain=srcnat out-interface="ISP 1" connection-mark=satu nth=2,0,0 \
action=src-nat to-addresses=192.168.147.2 to-ports=0-65535 comment="ISP 1" \
disabled=no
add chain=srcnat out-interface="ISP 2" connection-mark=dua action=src-nat \
to-addresses=192.168.144.2 to-ports=0-65535 comment="ISP 2" disabled=yes
add chain=srcnat out-interface="ISP 3" connection-mark=tiga action=src-nat \
to-addresses=192.168.146.2 to-ports=0-65535 comment="ISP 3" disabled=yes
/ 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 firewall service-port
set ftp ports=21 disabled=no
set tftp ports=69 disabled=no
set irc ports=6667 disabled=no
set h323 disabled=yes
set quake3 disabled=no
set mms disabled=no
set gre disabled=yes
set pptp disabled=yes
/ ip dhcp-server config
set store-leases-disk=5m
/ ip hotspot service-port
set ftp ports=21 disabled=no
/ ip hotspot profile
set default name="default" hotspot-address=0.0.0.0 dns-name="" \
html-directory=hotspot rate-limit="" http-proxy=0.0.0.0:0 \
smtp-server=0.0.0.0 login-by=cookie,http-chap http-cookie-lifetime=3d \
split-user-domain=no use-radius=no
/ ip hotspot user profile
set default name="default" idle-timeout=none keepalive-timeout=2m \
status-autorefresh=1m shared-users=1 transparent-proxy=yes \
open-status-page=always advertise=no
/ ip ipsec proposal
add name="default" auth-algorithms=sha1 enc-algorithms=3des lifetime=30m \
lifebytes=0 pfs-group=modp1024 disabled=no
/ system logging
add topics=info prefix="" action=memory disabled=no
add topics=error prefix="" action=memory disabled=no
add topics=warning prefix="" action=memory disabled=no
add topics=critical prefix="" action=echo disabled=no
/ system logging action
set memory name="memory" target=memory memory-lines=100 memory-stop-on-full=no
set disk name="disk" target=disk disk-lines=100 disk-stop-on-full=no
set echo name="echo" target=echo remember=yes
set remote name="remote" target=remote remote=0.0.0.0:514
/ system upgrade mirror
set enabled=no primary-server=0.0.0.0 secondary-server=0.0.0.0 \
check-interval=1d user=""
/ system clock dst
set dst-delta=+01:00 dst-start="jan/01/1970 00:00:00" dst-end="jan/01/1970 \
00:00:00"
/ system watchdog
set reboot-on-failure=yes watch-address=none watchdog-timer=yes \
no-ping-delay=5m automatic-supout=yes auto-send-supout=no
/ system console
add port=serial0 term="" disabled=no
set FIXME term="linux" disabled=no
set FIXME term="linux" disabled=no
set FIXME term="linux" disabled=no
set FIXME term="linux" disabled=no
set FIXME term="linux" disabled=no
set FIXME term="linux" disabled=no
set FIXME term="linux" disabled=no
set FIXME term="linux" disabled=no
/ system console screen
set line-count=25
/ system identity
set name="Public"
/ system note
set show-at-login=yes note=""
/ system gps
set enabled=no set-system-time=no
/ system lcd
set enabled=no type=24x4 port=parallel contrast=0
/ system lcd page
set time display-time=5s disabled=yes
set resources display-time=5s disabled=yes
set uptime display-time=5s disabled=yes
set packets display-time=5s disabled=yes
set bits display-time=5s disabled=yes
set version display-time=5s disabled=yes
set bridge1 display-time=5s disabled=yes
set ether1 display-time=5s disabled=yes
set "KE PROXY" display-time=5s disabled=yes
set "ISP 1" display-time=5s disabled=yes
set "ISP 2" display-time=5s disabled=yes
set "Lan citynet" display-time=5s disabled=yes
set "ISP 3" display-time=5s disabled=yes
set "KE PRIVAT" display-time=5s disabled=yes
/ system ntp server
set enabled=no broadcast=no multicast=no manycast=yes
/ system ntp client
set enabled=no mode=unicast primary-ntp=0.0.0.0 secondary-ntp=0.0.0.0
/ system routerboard bios
set
/ system health
set state-after-reboot=enabled
/ port
set serial0 name="serial0" baud-rate=9600 data-bits=8 parity=none stop-bits=1 \
flow-control=hardware
set serial1 name="serial1" baud-rate=9600 data-bits=8 parity=none stop-bits=1 \
flow-control=hardware
/ ppp profile
set default name="default" use-compression=default use-vj-compression=default \
use-encryption=default only-one=default change-tcp-mss=default comment=""
set default-encryption name="default-encryption" use-compression=default \
use-vj-compression=default use-encryption=yes only-one=default \
change-tcp-mss=default comment=""
/ ppp secret
add name="ppp1" service=pppoe caller-id="" password="ppp1" profile=default \
local-address=10.10.100.1 remote-address=10.10.100.2 routes="10.10.100.1" \
limit-bytes-in=0 limit-bytes-out=0 comment="" disabled=no
/ ppp aaa
set use-radius=no accounting=yes interim-update=0s
/ queue type
set default name="default" kind=pfifo pfifo-limit=50
set ethernet-default name="ethernet-default" kind=pfifo pfifo-limit=50
set wireless-default name="wireless-default" kind=sfq sfq-perturb=5 \
sfq-allot=1514
set synchronous-default name="synchronous-default" kind=red red-limit=60 \
red-min-threshold=10 red-max-threshold=50 red-burst=20 red-avg-packet=1000
set hotspot-default name="hotspot-default" kind=sfq sfq-perturb=5 \
sfq-allot=1514
/ queue simple
add name="LAN CITYNET" target-addresses=192.168.0.0/24 \
dst-address=192.168.0.1/32 interface=all parent=none priority=8 \
queue=default/default limit-at=0/0 max-limit=0/0 total-queue=default \
disabled=no
add name="OPERATOR" target-addresses=192.168.0.31/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=1000000/1000000 total-queue=default disabled=no
add name="PRIVAT" target-addresses=10.10.20.1/32,192.168.0.20/32 \
dst-address=0.0.0.0/0 interface=all parent=none priority=8 \
queue=default/default limit-at=0/0 max-limit=0/0 total-queue=default \
disabled=no
add name="Kom 1" target-addresses=192.168.0.2/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 2" target-addresses=192.168.0.3/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 4" target-addresses=192.168.0.5/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 5" target-addresses=192.168.0.6/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="Kom 6" target-addresses=192.168.0.7/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 7" target-addresses=192.168.0.8/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 3" target-addresses=192.168.0.4/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 8" target-addresses=192.168.0.9/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 9" target-addresses=192.168.0.10/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 10" target-addresses=192.168.0.11/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 11" target-addresses=192.168.0.12/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 12" target-addresses=192.168.0.13/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 13" target-addresses=192.168.0.14/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 14" target-addresses=192.168.0.15/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 15" target-addresses=192.168.0.16/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 16" target-addresses=192.168.0.17/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 17" target-addresses=192.168.0.38/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 18" target-addresses=192.168.0.19/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 19" target-addresses=192.168.0.20/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 20" target-addresses=192.168.0.21/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 21" target-addresses=192.168.0.22/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 22" target-addresses=192.168.0.23/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 23" target-addresses=192.168.0.24/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 24" target-addresses=192.168.0.25/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 25" target-addresses=192.168.0.26/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 26" target-addresses=192.168.0.27/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 27" target-addresses=192.168.0.28/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 28" target-addresses=192.168.0.29/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 29" target-addresses=192.168.0.30/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=256000/256000 total-queue=default disabled=no
add name="kom 30" target-addresses=192.168.0.32/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=512000/512000 total-queue=default disabled=no
add name="queue1" target-addresses=192.168.0.39/32 dst-address=0.0.0.0/0 \
interface=all parent=none priority=8 queue=default/default limit-at=0/0 \
max-limit=0/0 total-queue=default disabled=no
/ user
add name="admin" group=read address=0.0.0.0/0 comment="system default user" \
disabled=no
add name="budi" group=full address=0.0.0.0/0 comment="" disabled=no
/ user group
add name="read" policy=local,telnet,ssh,reboot,read,test,winbox,password,web,!f\
tp,!write,!policy
add name="write" policy=local,telnet,ssh,reboot,read,write,test,winbox,password\
,web,!ftp,!policy
add name="full" policy=local,telnet,ssh,ftp,reboot,read,write,policy,test,winbo\
x,password,web
/ user aaa
set use-radius=no accounting=yes interim-update=0s default-group=read
/ radius incoming
set accept=no port=1700
/ driver
/ snmp
set enabled=no contact="" location=""
/ snmp community
set public name="public" address=0.0.0.0/0 read-access=yes
/ tool bandwidth-server
set enabled=yes authenticate=yes allocate-udp-ports-from=2000 max-sessions=10
/ tool mac-server ping
set enabled=yes
/ tool e-mail
set server=0.0.0.0 from="<>"
/ tool sniffer
set interface=all only-headers=no memory-limit=10 file-name="" file-limit=10 \
streaming-enabled=no streaming-server=0.0.0.0 filter-stream=yes \
filter-protocol=ip-only filter-address1=0.0.0.0/0:0-65535 \
filter-address2=0.0.0.0/0:0-65535
/ tool graphing
set store-every=5min
/ tool graphing interface
add interface="ISP 1" allow-address=0.0.0.0/0 store-on-disk=yes disabled=no
add interface="ISP 2" allow-address=0.0.0.0/0 store-on-disk=yes disabled=no
add interface="ISP 3" allow-address=0.0.0.0/0 store-on-disk=yes disabled=no
add interface="KE PROXY" allow-address=0.0.0.0/0 store-on-disk=yes disabled=no
add interface="KE PRIVAT" allow-address=0.0.0.0/0 store-on-disk=yes \
disabled=no
add interface="Lan citynet" allow-address=0.0.0.0/0 store-on-disk=yes \
disabled=no
/ routing bgp instance
set default as=65530 router-id=0.0.0.0 redistribute-static=no \
redistribute-connected=no redistribute-rip=no redistribute-ospf=no \
redistribute-other-bgp=no name="default" out-filter="" disabled=no
/ routing rip
set redistribute-static=no redistribute-connected=no redistribute-ospf=no \
redistribute-bgp=no metric-static=1 metric-connected=1 metric-ospf=1 \
metric-bgp=1 update-timer=30s timeout-timer=3m garbage-timer=2m
/ routing ospf
set router-id=0.0.0.0 distribute-default=never redistribute-connected=no \
redistribute-static=no redistribute-rip=no redistribute-bgp=no \
metric-default=1 metric-connected=20 metric-static=20 metric-rip=20 \
metric-bgp=20
/ routing ospf area
set backbone area-id=0.0.0.0 authentication=none prefix-list-import="" \
prefix-list-export="" disabled=no

1 comment:

Anonymous said...

unlock iphone 4
how to unlock iphone 4

just curious if this is a true..can a virus crash your computer to the point it won't even turn on?
unlock iphone 4 unlock iphone 4 unlock iphone 4
I'm looking for some good free virus scans/spyware detectors available online because my McAfee trial has run out on my new laptop. They can be either used online or downloadable. No scams please! ;) how to unlock iphone 4

unlock iphone 4 how to unlock iphone 4 [url=http://theunlockiphone4.com]how to unlock iphone 4 [/url] unlock iphone 4