This is a discussion on 'host -l server' denied within the comp.unix.bsd.openbsd.misc forums, part of the OpenBSD category; --> How do i deny my server form responding to the 'host -l server' from outsiders. Saiful...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| full2021@hotmail.com (Saiful Azian) wrote in news:6e1411e3.0311050036.24c5982@posting.google.co m: > How do i deny my server form responding to the 'host -l server' from > outsiders. > > Saiful > on the master allow-transfer { <slave-ip>; }; on the slave allow-transfer { none; }; -- Peter Strömberg C2K2 C2K3 ISCCIV02 ISCCIV03 |
| |||
| full2021@hotmail.com (Saiful Azian) wrote in message news:<6e1411e3.0311050036.24c5982@posting.google.c om>... > How do i deny my server form responding to the 'host -l server' from outsiders. > > Saiful How it look like if i only have master server and NO slave server defined. |
| ||||
| "Saiful Azian" <full2021@hotmail.com> wrote in message news:6e1411e3.0311052044.173572e4@posting.google.c om... > full2021@hotmail.com (Saiful Azian) wrote in message news:<6e1411e3.0311050036.24c5982@posting.google.c om>... > > How do i deny my server form responding to the 'host -l server' from outsiders. > > > > Saiful > > How it look like if i only have master server and NO slave server defined. allow-transfer { none; } |