top100011 wrote:余老師的書(有電子書) 買來看 ....(RouterOS 入門到精通 v6.3.12e)
想再請教一下大大我一(恕刪)
剛剛看 設定 跟 書上不一樣!!
小笨賢 wrote:ovpn確定可以,你自己做的即bcp啦!
剛剛看書一下
OVPN 跟 SSTP 好像沒有 BCP協議耶!只有 pptp l2tp
top100011 wrote:想再請教一下大大我一(恕刪)v6.28版本太舊,作法與6.43後的差太多...
/interface bridge port
add bridge=bridge comment=defconf interface=ether2
add bridge=bridge comment=defconf interface=ether3
add bridge=bridge comment=defconf interface=ether4
add bridge=bridge comment=defconf disabled=yes interface=ether5
add bridge=bridge comment=defconf interface=wlan1
add bridge=bridge comment=defconf interface=wlan2
/queue type
add kind=pcq name=pppoe-download pcq-burst-rate=90M pcq-burst-threshold=30M \
pcq-burst-time=30s pcq-classifier=dst-address pcq-limit=1000KiB pcq-rate=\
6M pcq-total-limit=15000KiB
add kind=pcq name=pppoe-upload pcq-burst-rate=35M pcq-burst-threshold=30M \
pcq-burst-time=30s pcq-classifier=src-address pcq-limit=1000KiB pcq-rate=\
2M pcq-total-limit=15000KiB
/queue simple
add name=PCQ queue=pppoe-upload/pppoe-download target=10.0.0.0/24
/queue tree
add name=pppoe_downlad packet-mark=pppoe_download parent=global queue=\
pppoe-download
add name=DNS_download packet-mark=pppoe_download_dns parent=pppoe_downlad \
priority=1 queue=pppoe-download
add name=FTP_download packet-mark=pppoe_download_ftp parent=pppoe_downlad \
priority=7 queue=pppoe-download
add name=HTTP_download packet-mark=pppoe_download_https parent=pppoe_downlad \
priority=4 queue=pppoe-download
add name=ICMP_download packet-mark=pppoe_download_icmp parent=pppoe_downlad \
priority=1 queue=pppoe-download
add name=Other_download packet-mark=pppoe_download_other parent=pppoe_downlad \
queue=pppoe-download
add name=pppoe_upload packet-mark=pppoe_upload parent=global queue=\
pppoe-upload
add name=DNS_upload packet-mark=pppoe_upload_dns parent=pppoe_upload \
priority=1 queue=pppoe-upload
add name=FTP_upload packet-mark=pppoe_upload_ftp parent=pppoe_upload \
priority=7 queue=pppoe-upload
add name=HTTP_upload packet-mark=pppoe_upload_https parent=pppoe_upload \
priority=4 queue=pppoe-upload
add name=ICMP_upload packet-mark=pppoe_upload_icmp parent=pppoe_upload \
priority=1 queue=pppoe-upload
add name=Other_upload packet-mark=pppoe_upload_other parent=pppoe_upload \
queue=pppoe-upload