|
在iptables中看到的几行,不知道是啥服务。
ACCEPT udp -- anywhere anywhere udp dpt:domain
ACCEPT tcp -- anywhere anywhere tcp dpt:domain
ACCEPT udp -- anywhere anywhere udp dpt:bootps
ACCEPT tcp -- anywhere anywhere tcp dpt:bootps
我猜测domain的tcp是tcp53端口,服务器间dns通信端口, domain udp的是一般电脑解析dns的端口,不知道对不对?
另外那个bootps是什么呢?网上也没有查到。 |
|