Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DD-WRTルーターで使用していました。着信/発信 TTL を 1 から 128 に増やす必要があります。OS X で (ipfw) を使用してこのコマンドを使用するにはどうすればよいですか?
iptables -t mangle -I PREROUTING -i `get_wanface` -j TTL --ttl-set 128
iptables -t mangle -I POSTROUTING -o `get_wanface` -j TTL --ttl-set 128