Hi guys,
I have recently configured ppp with nat. Everything works fine and the computers on the LANn can access the internet. I have rebuilt kernel with IPDIVERT and other options for ipfw + natd. Now I understand I can only use ppp nat or natd. Which one should I go for?
I have a block of 16 IPs that I have to do static natting for. So to get a better understanding when the tun0 interface receives packets would it pass it to firewall? Then if I have a rule that says for instance:
and in the natd.conf I say:
and the natd should take care of public to private and private to public translation.
If looking at my configs is any help let me know and I will post them here.
Thank you.
I have recently configured ppp with nat. Everything works fine and the computers on the LANn can access the internet. I have rebuilt kernel with IPDIVERT and other options for ipfw + natd. Now I understand I can only use ppp nat or natd. Which one should I go for?
I have a block of 16 IPs that I have to do static natting for. So to get a better understanding when the tun0 interface receives packets would it pass it to firewall? Then if I have a rule that says for instance:
Code:
ipfw add 100 divert natd any from any to any
Code:
address_translation 192.168.1.5 x.x.x.x (external ip)
If looking at my configs is any help let me know and I will post them here.
Thank you.