reverse DNS구성중일때 master와 slave의 ip대역이 다른 경우에는 PTR설정을 어떻게 지정해야하나요??

bawoowow의 이미지

$TTL 3600

1.168.192.in-addr.arpa. IN SOA ns1.example.org. admin.example.org. (
2006051501 ; Serial
10800 ; Refresh
3600 ; Retry
604800 ; Expire
3600 ) ; Minimum

IN NS ns1.example.org.
IN NS ns2.example.org.

1 IN PTR example.org.
2 IN PTR ns1.example.org.
3 IN PTR ns2.example.org.
4 IN PTR mx.example.org.
5 IN PTR mail.example.org.

위의 zone파일은 예제로 가져온것인데 저위에와 유사하게 설정 하였습니다.

질문 드릴 점은

저위에 nameserver1,nameserver2 의 ip는 192.168.1.2 ,192.168.1.3 이런식으로 지정된다는 것은 알겠는데

제 nameserver1, nameserver2의 ip는 54.193.~~~~~ 54.183~~~~~

이렇게 되 있습니다. 이럴시에 PTR설정을 어떻게 해야 하나요????