This is a discussion on Q: ypserv: securenets or secureservers? within the HP-UX Operating System forums, part of the Unix Operating Systems category; --> Hi, from my understanding of the manual, securenets is the file that controls which NIS clients may use the ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Hi, from my understanding of the manual, securenets is the file that controls which NIS clients may use the local NIS server ypserv. However I'm getting a "syslog: ypserv: access denied for <IP>" while that <IP> is exactly listed in /var/yp/securenets The server is HP-UX 11.11 (PA64), and the client is SuSE SLES10 (x86_64). Is there something special to care for? Regards, Ulrich |
| |||
| On 2007-06-26, Ulrich Windl <Ulrich.Windl@RZ.Uni-Regensburg.DE> wrote: > from my understanding of the manual, securenets is the file that controls > which NIS clients may use the local NIS server ypserv. > > However I'm getting a "syslog: ypserv: access denied for <IP>" while that <IP> > is exactly listed in /var/yp/securenets > > The server is HP-UX 11.11 (PA64), and the client is SuSE SLES10 (x86_64). Did you use the "address_mask IP_address" format as presented here, so your netmask wil be 255.255.255.255 for an exact match in IP address? http://www.docs.hp.com/en/5992-0714/....html#cehciafj -- Elvis Notargiacomo master AT barefaced DOT cheek http://www.notatla.org.uk/goen/ |
| |||
| all mail refused <elvis-85363@notatla.org.uk> writes: > On 2007-06-26, Ulrich Windl <Ulrich.Windl@RZ.Uni-Regensburg.DE> wrote: > > > from my understanding of the manual, securenets is the file that controls > > which NIS clients may use the local NIS server ypserv. > > > > However I'm getting a "syslog: ypserv: access denied for <IP>" while that <IP> > > is exactly listed in /var/yp/securenets > > > > The server is HP-UX 11.11 (PA64), and the client is SuSE SLES10 (x86_64). > > Did you use the "address_mask IP_address" format as presented here, > so your netmask wil be 255.255.255.255 for an exact match in IP address? Yes, I did. 255.255.255.255<SPC><IP-Address><newline> > > http://www.docs.hp.com/en/5992-0714/....html#cehciafj > > -- > Elvis Notargiacomo master AT barefaced DOT cheek > http://www.notatla.org.uk/goen/ |
| |||
| "Ulrich Windl" <Ulrich.Windl@RZ.Uni-Regensburg.DE> schrieb im Newsbeitrag news:876459ij5v.fsf@pc9454.klinik.uni-regensburg.de... > all mail refused <elvis-85363@notatla.org.uk> writes: > >> On 2007-06-26, Ulrich Windl <Ulrich.Windl@RZ.Uni-Regensburg.DE> wrote: >> >> > from my understanding of the manual, securenets is the file that >> > controls >> > which NIS clients may use the local NIS server ypserv. >> > >> > However I'm getting a "syslog: ypserv: access denied for <IP>" while >> > that <IP> >> > is exactly listed in /var/yp/securenets > 255.255.255.255<SPC><IP-Address><newline> > Ok, this might be too simple, but... did you restart the NIS-Server after you edited the file ? (I guess, because otherwise, there yould be no securenets at all and thus no error...) HTH (but probably it doesn't. ..) Martin |
| ||||
| "Martin Jost" <Martin.Jost@siemens.com> writes: > "Ulrich Windl" <Ulrich.Windl@RZ.Uni-Regensburg.DE> schrieb im Newsbeitrag > news:876459ij5v.fsf@pc9454.klinik.uni-regensburg.de... > > all mail refused <elvis-85363@notatla.org.uk> writes: > > > >> On 2007-06-26, Ulrich Windl <Ulrich.Windl@RZ.Uni-Regensburg.DE> wrote: > >> > >> > from my understanding of the manual, securenets is the file that > >> > controls > >> > which NIS clients may use the local NIS server ypserv. > >> > > >> > However I'm getting a "syslog: ypserv: access denied for <IP>" while > >> > that <IP> > >> > is exactly listed in /var/yp/securenets > > > > 255.255.255.255<SPC><IP-Address><newline> > > > > Ok, this might be too simple, but... > did you restart the NIS-Server after you edited the file ? No, I did not. I'll give that a try. Thanks. Ulrich > (I guess, because otherwise, there yould be no securenets at all and thus no > error...) > > HTH (but probably it doesn't. ..) > > Martin |