It looks like you're new here. If you want to get involved, click one of these buttons!
ddns-update-style ad-hoc;
default-lease-time 600;
max-lease-time 7200;
authoritative;
subnet 192.168.2.128 netmask 255.255.255.128 {
option subnet-mask 255.255.255.128;
option broadcast-address 192.168.2.255;
option routers 192.168.2.129;
option domain-name-servers [ADD DNS HERE, REMOVE BRACKETS];
range 192.168.2.130 192.168.2.140;
}
Nice guide, and actually a working one, finally someone who aint just C&P.
Nice guide, and actually a working one, finally someone who aint just C&P.
Glad you like the tut, it definitely works, all my tut's around do lol. I don't put any online unless I test them first or do a walkthrough style tut whereby i'll be doing the steps as i'm writing the tut.
I like this method because alot, more can be incorporated into it if you have the imagination. I've got an upcoming tut which will give an example of other thing that can be used with this one.
Nice guide, and actually a working one, finally someone who aint just C&P.
Glad you like the tut, it definitely works, all my tut's around do lol. I don't put any online unless I test them first or do a walkthrough style tut whereby i'll be doing the steps as i'm writing the tut.
I like this method because alot, more can be incorporated into it if you have the imagination. I've got an upcoming tut which will give an example of other thing that can be used with this one.
So I guess you're more into network security?
Nice guide, and actually a working one, finally someone who aint just C&P.
Glad you like the tut, it definitely works, all my tut's around do lol. I don't put any online unless I test them first or do a walkthrough style tut whereby i'll be doing the steps as i'm writing the tut.
I like this method because alot, more can be incorporated into it if you have the imagination. I've got an upcoming tut which will give an example of other thing that can be used with this one.
So I guess you're more into network security?
I'm into anything I can really. I get alot of practice wireless so tend to stick with that, I want to get into Web App sec more though. Also pretty good with most Rats but i keep quiet about that seeing as though anyone with more then 6hrs use with rats these days seems to be writing tut's and expert on it lol
Wish I did code wouldn't be using other people's tools :(. Started reading tut's & a couple of ebooks on C/C++ then had to revise for exams so never got round to it.
Thanks Chroniccommand, I've seen a few stack and buffer overflow vids/tut's and i'm sure I have that in PDF... will definitely check it out though.