compiling kernel fail

the kernel now compiled successfully and connection is right ,i have only to search deep to costumise my kernel as possible and fix the problem of ssh ,because i can't ssh remotely .
 
i think i forget to allow packet in ssh port :D .
Code:
ssh = 200
pass in proto tcp to any port $ssh
pass out proto tcp to any port $ssh
my problem is solved now ,thx to every body who help .
 
Back
Top