1>
iptables -t nat -D PREROUTING -i eth0 -d 211.63.78.67 -j DNAT --to 211.237.39.66
위의 명령은 테스트 잘 되더군요^^;
이걸 ipv6에 적용하려합니다.
그래서 비슷하게 적어줬거든요
2>
ip6tables -t nat -D PREROUTING -i eth0 -d 3ffe:2e01:19:300::1 -j DNAT --to 3ffe:2e01:19:400::1
ip6tables v1.2.3: Unknown arg `--to'
Try `ip6tables -h' or 'ip6tables --help' for more information.
그러니까 이런메시지가 뜨네요.
help봐도 --to를 대체할만한것 없구..
참 전 래드햇 7.2, 커널2.4.7-10입니다.
전 ipv6타겟주소를 바꿀목적입니다.
1> 처럼요.
--to 옵션을 대체할만한것 있을까요?
부탁드립니다.--익