Omer Faruk Sen wrote:
> Where can I find M0N0WALL_NET45XX file?
You can always get the actual kernel config file directly from the
kernel itself. Extract the kernel file from the m0n0wall image and do:
strings -n 3 kernel | sed -n 's/^___//p'
You can redirect the output to a file.
--Bart |