在线支付的问题 100分求解决 最高送300分
发布网友
发布时间:2023-06-08 02:46
我来回答
共5个回答
热心网友
时间:2024-12-02 15:46
Routeros防火墙规则,网吧适用! [转]/ ip firewall
set input name="input" policy=accept comment=""
set forward name="forward" policy=accept comment=""
set output name="output" policy=accept comment=""
add name="virus" policy=none comment=""
/ ip firewall rule forward
--add connection-state=invalid action=drop comment="Drop invalid connections【RO路由器官方防火墙设置】" disabled=no
--add connection-state=established action=accept comment="Established connections【RO路由器官方防火墙设置】" disabled=no
--add connection-state=related action=accept comment="Related connections【RO路由器官方防火墙设置】" disabled=no
--add action=jump jump-target=virus comment="!!! Check for well-known viruses【RO路由器官方防火墙设置】" disabled=no
--add protocol=udp action=accept comment="UDP【RO路由器官方防火墙设置】" isabled=no
--add protocol=icmp limit-count=50 limit-burst=2 limit-time=5s action=accept comment="Allow limited pings【RO置】" disabled=no
--add protocol=icmp action=drop comment="Drop excess pings【RO路由器官方防火墙设置】" disabled=no
/ ip firewall rule input
--add connection-state=invalid action=drop comment="Drop invalid connections【RO路由器官方防火墙设置】" disabled=no
--add tcp-options=non-syn-only connection-state=established action=accept comment="Accept established connections【RO路由器官方防火墙设置】" disabled=no
--add connection-state=related action=accept comment="Accept related connections【RO路由器官方防火墙设置】" disabled=no
--add action=jump jump-target=virus comment="!!! Check for well-known viruses 【RO路由器官方防火墙设置】" disabled=no
--add protocol=udp action=accept comment="UDP【RO路由器官方防火墙设置】" disabled=no
--add protocol=icmp limit-count=50 limit-burst=2 limit-time=5s action=accept comment="Allow limited pings【设置】" disabled=no
--add protocol=icmp action=drop comment="Drop excess pings【RO路由器官方防火墙设置】" disabled=no
--add dst-address=:22 protocol=tcp action=accept comment="SSH for demo purposes【RO路由器官方防火墙设置】" disabled=no
--add dst-address=:23 protocol=tcp action=accept comment="Telnet for demo purposes【RO路由器官方防火墙设置】" disabled=no
--add dst-address=:80 protocol=tcp action=accept comment="http for demo purposes【RO路由器官方防火墙设置】" disabled=no
--add dst-address=:3987 protocol=tcp action=accept comment="winbox for demo purposes【RO路由器官方防火墙设置】" disabled=no
add src-address=159.148.172.192/28 action=accept comment="From Mikrotikls network【RO路由器官方防火墙设置】" disabled=yes
add src-address=10.0.0.0/8 action=accept comment="From Mikrotikls network【RO路由器官方防火墙设置】" disabled=yes
add action=drop log=yes comment="Log and drop everything else【RO路由器官方防火墙设置】" disabled=yes
--add connection-state=related action=accept comment="Related connections" disabled=no
--add dst-address=:69 protocol=tcp action=drop comment="drop blaster worm" disabled=no
--add dst-address=:69 protocol=udp action=drop comment="drop blaster worm" disabled=no
--add dst-address=:134-139 protocol=tcp action=drop comment="drop blaster worm" disabled=no
--add dst-address=:134-139 protocol=udp action=drop comment="drop blaster worm" disabled=no
--add dst-address=:161-162 protocol=tcp action=drop comment="drop SNMP Trap" disabled=no
--add dst-address=:161-162 protocol=udp action=drop comment="drop SNMP Trap" disabled=no
--add dst-address=:445 protocol=tcp action=drop comment="drop blaster worm" disabled=no
--add dst-address=:445 protocol=udp action=drop comment="drop blaster worm" disabled=no
--add dst-address=:554 protocol=tcp action=drop comment="drop blaster wrom" disabled=no
--add dst-address=:554 protocol=udp action=drop comment="drop blaster worm" disabled=no
--add dst-address=:593 protocol=tcp action=drop comment="drop blaster worm" disabled=no
--add dst-address=:593 protocol=udp action=drop comment="drop blaster worm" disabled=no
--add dst-address=:1025 protocol=tcp action=drop comment="drop blaster worm" disabled=no
--add dst-address=:1025 protocol=udp action=drop comment="drop blaster worm" disabled=no
--add dst-address=:1068 protocol=tcp action=drop comment="drop blaster worm" disabled=no
--add dst-address=:1068 protocol=udp action=drop comment="rop blaster worm" disabled=no
--add dst-address=:2000 protocol=tcp action=drop comment="drop Millenium" disabled=no
--add dst-address=:2000 protocol=udp action=drop comment="drop millenium" disabled=no
--add dst-address=:3127-3198 protocol=tcp action=drop comment="drop proxy worm" disabled=no
--add dst-address=:3127-3198 protocol=udp action=drop comment="drop proxy worm" disabled=no
--add dst-address=:3389 protocol=tcp action=drop comment="drop windows supper clinet link" disabled=no
--add dst-address=:3389 protocol=udp action=drop comment="drop windows supper clinet link" disabled=no
--add dst-address=:4444 protocol=tcp action=drop comment="drop blaster worm" disabled=no
--add dst-address=:4444 protocol=udp action=drop comment="drop blaster worm" disabled=no
--add dst-address=:5554 protocol=tcp action=drop comment="drop blaster worm" disabled=no
--add dst-address=:5554 protocol=udp action=drop comment="drop Bt download" disabled=no
--add dst-address=:6881-6889 protocol=tcp action=drop comment="drop drop Bt download" disabled=no
--add dst-address=:6881-6889 protocol=udp action=drop comment="drop drop Bt download" disabled=no
--add dst-address=:8881-8889 protocol=tcp action=drop comment="drop drop Bt download" disabled=no
--add dst-address=:8881-8889 protocol=udp action=drop comment="drop drop Bt download" disabled=no
--add dst-address=:39213 protocol=tcp action=drop comment="drop worm" disabled=no
--add dst-address=:39213 protocol=udp action=drop comment="drop worm" disabled=no
--add protocol=udp action=accept comment="udp" disabled=no
--add protocol=icmp limit-count=50 limit-burst=2 limit-time=5s action=accept comment="allow limited pings" disabled=no
/ ip firewall rule output
---add protocol=tcp tcp-options=syn-only action=drop log=yes comment="【RO路由器官方防火墙设置】" disabled=no
/ ip firewall rule virus
---add dst-address=:1080 protocol=tcp action=drop comment="Drop MyDoom【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:134-139 protocol=tcp action=drop comment="Drop Blaster Worm【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:134-139 protocol=udp action=drop comment="Drop Messenger Worm【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:445 protocol=tcp action=drop comment="Drop Blaster Worm【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:445 protocol=udp action=drop comment="Drop Blaster Worm【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:593 protocol=tcp action=drop comment="________【RO路由器官方防火墙设置】" disabled=no
--add dst-address=:1024-1030 protocol=tcp action=drop comment="________【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:1214 protocol=tcp action=drop comment="________【RO路由器官方防火墙设置】" disabled=no
--add dst-address=:1363 protocol=tcp action=drop comment="ndm requester【RO路由器官方防火墙设置】" disabled=no
--add dst-address=:1364 protocol=tcp action=drop comment="ndm server【RO路由器官方防火墙设置】" disabled=no
--add dst-address=:1368 protocol=tcp action=drop comment="screen cast【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:1373 protocol=tcp action=drop comment="hromgrafx【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:1377 protocol=tcp action=drop comment="cichlid【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:1433-1434 protocol=tcp action=drop comment="Worm【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:2745 protocol=tcp action=drop comment="Bagle Virus【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:2283 protocol=tcp action=drop comment="Drop Dumaru.Y【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:2535 protocol=tcp action=drop comment="Drop Beagle【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:2745 protocol=tcp action=drop comment="Drop Beagle.C-K【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:3127-3128 protocol=tcp action=drop comment="Drop MyDoom 绶O路由器官方防火墙设置】" disabled=no
---add dst-address=:3410 protocol=tcp action=drop comment="Drop Backdoor OptixPro【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:4444 protocol=tcp action=drop comment="Worm【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:4444 protocol=udp action=drop comment="Worm【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:5554 protocol=tcp action=drop comment="Drop Sasser【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:8866 protocol=tcp action=drop comment="Drop Beagle.B【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:9898 protocol=tcp action=drop comment="Drop Dabber.A-B【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:10000 protocol=tcp action=drop comment="Drop Dumaru.Y【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:10080 protocol=tcp action=drop comment="Drop MyDoom.B【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:12345 protocol=tcp action=drop comment="Drop NetBus【RO路由器官方防火墙设置】" disabled=no
--add dst-address=:17300 protocol=tcp action=drop comment="Drop Kuang2【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:27374 protocol=tcp action=drop comment="Drop SubSeven【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:65506 protocol=tcp action=drop comment="Drop PhatBot, Agobot, Gaobot【RO路由器官方防火墙设置】" disabled=no
---add dst-address=:6667 protocol=tcp action=drop comment="Drop 6667" disabled=no
---add dst-address=:6667 protocol=udp action=drop comment="" disabled=no
--add dst-address=:8998 protocol=udp action=drop comment="\\\[木马/间谍程序防御\\\]Worm.Sobig.f" disabled=no
--add dst-address=:995-999 protocol=udp action=drop comment="" disabled=no
--add dst-address=:123 protocol=udp action=drop comment="" disabled=no
--add dst-address=:69 protocol=udp action=drop comment="\\\[木马/间谍程序防御\\\]Worm.MsBlaster(冲击波) - 2" disabled=no
--add dst-address=:31338 protocol=udp action=drop comment="\\\[木马/间谍程序防御\\\]NetSpy \\\(DK\\\) Trojan - 1" disabled=no
--add dst-address=:35555 protocol=udp action=drop comment="\\\[木马/间谍程序防御\\\]Trin00 \\\(DDoS\\\) Trojan - 2" disabled=no
--add dst-address=:34555 protocol=udp action=drop comment="" disabled=no
--add dst-address=:5888-5889 protocol=udp action=drop comment="\\\[木马/间谍程序防御\\\]Y3K RAT Trojan - 4" disabled=no
--add dst-address=:5880-5882 protocol=udp action=drop comment="" disabled=no
--add dst-address=:3801 protocol=udp action=drop comment="\\\[木马/间谍程序防御\\\]Eclypse Trojan - 2" disabled=no
--add dst-address=:25 protocol=tcp action=drop comment="" disabled=no
--add dst-address=:3306 protocol=tcp action=drop comment="Drop Sub3306" disabled=no
--add dst-address=:3306 protocol=udp action=drop comment="" disabled=no
--add dst-address=:113 protocol=tcp action=drop comment="drop 113端口木马病毒" disabled=no
--add dst-address=:1902 protocol=tcp action=drop comment="drop 爱情后门1902" disabled=no
--add dst-address=:26108 protocol=tcp action=drop comment="" disabled=no
--add dst-address=:65506 protocol=tcp action=drop comment="Drop PhatBot, Agobot, Gaobot" disabled=no
--add dst-address=:5000 protocol=tcp action=drop comment="drop Kibuv.BBobax5000" disabled=no
--add dst-address=:5000 protocol=udp action=drop comment="" disabled=no
--add dst-address=:6129 protocol=tcp action=drop comment="" disabled=no
--add dst-address=:6267 protocol=tcp action=drop comment="drop 广外女生6267" disabled=no
--add dst-address=:7626 protocol=tcp action=drop comment="drop 冰河 7626" disabled=no
/ ip firewall service-port
set ftp ports=21 disabled=no
set pptp disabled=no
set gre disabled=no
set h323 disabled=yes
set mms disabled=no
set irc ports=6667 disabled=no
set quake3 disabled=no
set tftp ports=69 disabled=no
/ ip firewall mangle
add action=accept mark-flow=all comment="" disabled=no
/ ip firewall src-nat
add 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
热心网友
时间:2024-12-02 15:46
这个可能是因为在进行在线交易时,必须通过指定的端口进行数据加密传输,如有的网上支持通过8102或8103等端口,而正好与你的winroute 设置的访问端口限定了导致的交易时超时,你可以通过你的网银的在线支持帮助获得对应的配置要求,然后在winroute进行设置。
还有你最好下载最新版的winroute进行使用 因为最新版的winroute有防火墙的设置这一块需要你做进一步设置或者你就用原来的winroute
http://topic.csdn.net/t/20020525/17/752274.html
WinRoute Pro 4.1全攻略
如果不管怎么设置winRoute还是无法进行在线支付...
那么你只能找另外的代理上网软件了。。如homeshare 也是不错一款代理软件,还有CCPROXY 软件哦
热心网友
时间:2024-12-02 15:47
又是一个MAC地址与用户帐号绑定问题,LZ应该能在ADSL猫里找到原来路由器MAC地址!或者找ISP服务商让他们给你改主机MAC地址绑定自己的ADSL帐号
热心网友
时间:2024-12-02 15:47
根据你第2条说明 你路由器 已经坏了 只能上一台机器
建议拿你的路由器去别的地方试一下
坏了不是不能上 而是只能上一台 明白吗
热心网友
时间:2024-12-02 15:48
我猜,是你的网银证书的问题。
你猜?....晕..那个是钱呀.你猜...不会就不要给人家出主意了.一边看着去吧....看我...多乖呀..在一边看..看到你了.就黑你两句...