http://www.mikrotik.com/pdf/newsletter17.pdf
* Wake on LAN
* Logging to file
* Two new RouterBOARD products
* new Support request form
I would say parallel - if same voltage both will be used at 1/2 all the time, but if 1 dies other will take full load (so there is some kind of redundancy)
Not true. If you plug two power supplies into this, they will fight each other until at least one dies. You never want to connect the outputs of two DC power sources in parallel. Systems with redundant power supplies have additional circuitry that keeps them isolated from each other.I would say parallel - if same voltage both will be used at 1/2 all the time, but if 1 dies other will take full load (so there is some kind of redundancy)
this is true¿??
MikroTik RouterOS 3.24 (c) 1999-2009 http://www.mikrotik.com/
Property of Midcoast Internet Solutions 2075948277 or www.midcoast.com
Unauthorized access will be prosecuted.
All Access is logged.
[admin@111Lucia] > ip address print
Flags: X - disabled, I - invalid, D - dynamic
# ADDRESS NETWORK BROADCAST INTERFACE
0 69.39.102.36/27 69.39.102.32 69.39.102.63 ether1
1 10.0.54.1/24 10.0.54.0 10.0.54.255 ether2
2 10.3.25.1/24 10.3.25.0 10.3.25.255 ether3
3 10.3.26.1/24 10.3.26.0 10.3.26.255 ether3
4 192.168.1.2/24 192.168.1.0 192.168.1.255 ether2
5 10.0.27.250/24 10.0.27.0 10.0.27.255 ether1
6 D 10.4.2.4/32 10.4.2.1 0.0.0.0 pptp-out1
[admin@111Lucia] > /tool wol 00:19:DB:62:7B:FB
[admin@111Lucia] > /tool wol 00:19:DB:62:7B:FB
jp@xj13:~> more /usr/local/mis/bin/e-type
#!/bin/bash
/usr/bin/wakeonlan 00:19:DB:62:7B:FB
echo E-type has been started.
jp@xj13:~>
[admin@111Lucia] /file> /tool wol 00:19:DB:62:7B:FB
[admin@111Lucia] /file> /tool sniffer export
# aug/03/2009 13:20:30 by RouterOS 3.25
# software id = Z6DV-8JR8
#
/tool sniffer
set file-limit=1000 file-name=wolcap filter-address1=0.0.0.0/0:0-65535 \
filter-address2=0.0.0.0/0:0-65535 filter-protocol=all-frames \
filter-stream=no interface=ether2 memory-limit=100 only-headers=no \
streaming-enabled=no streaming-server=0.0.0.0
[admin@111Lucia] /file>
jp@xj13:~> cat /usr/local/mis/bin/e-type
#!/bin/bash
/usr/bin/wakeonlan 00:19:DB:62:7B:FB
echo E-type has been started.
jp@xj13:~>
tcpdump -n -i eth0 src or dst not 10.0.2.4 -w capture.txt