Page 1 of 1

Dummy linux / firewall

Posted: Wed Mar 14, 2012 7:50 am
by Dev_BR
I have no experience with linux, but I have notions about the command line.
Could someone give me information on how to see, edit firewall file ?

I know how to acess router with putty and I can reach firewall subdirectory

thanks

Re: Dummy linux / firewall

Posted: Mon Mar 19, 2012 3:57 am
by DoesItMatter
Google the command "vi"

You can also try Nano

From the command line

opkg update
opkg install nano

then to run just type: nano

Either way, make sure you backup the firewall file before you
start editing and/or making changes.

cp file1 file2

Should run you a copy of the file

Re: Dummy linux / firewall

Posted: Sat Sep 08, 2012 2:50 am
by Dev_BR
thanks ! :) :D