From: Luke P. <lop...@wi...> - 2004-07-15 22:54:19
|
Hello, I'm trying to do some host faking to make flexlm licensed software work on nodes. Say I have a flexlm license that refers to the servers foo and bar. I want to make nodes think that foo and bar are the master, which will then do NAT and send data to the real foo and bar. So, on nodes here is what I have done. nsswitch.conf looks like this: passwd: bproc hosts: files bproc and /etc/hosts is this: 10.0.4.100 foo bar Unfortunately, I see the following: # bpsh 1 ping foo ping: unknown host foo This trick would work on a normal linux box- can anyone see what I am doing wrong, or suggest an alternate approach? Thanks -Luke |