Quote Originally Posted by wpte View Post
So how do you check if you have fastnat enabled?
Code:
nvram get misc_fastnat_x
This line should produce the answer "1" (without the quotes).
actually, if nvram get misc_fastnat_x returns 0, it means fastnat is disabled.
all other values (empty, 1, 2, on, enabled, !!!111, etc) mean it's enabled.
su, the proper way to enable it, if was disabled, is
Code:
nvram unset misc_fastnat_x
nvram commit
reboot