I'm migrating a vmps server installation from slackware 10.0 to Ubuntu 10.04.2 64 bits.
The vmpsd is running
Here is the configuration file header :
!Global Configuration
vmps domain isepp
vmps mode open
vmps fallback portables
vmps no-domain-req allow
when the switch send a request, I've a correct answer from the server (running with -d option for testing) : ALLOW: 00:10:a4:9f:30:e3 -> portables, switch (unknown) [10.0.0.1] port 2/4
but on the switch, the port is not assigned.
with vqpcli.pl, the result is :
./vqpcli.pl -s 192.168.1.6 -v ISEPP -w 10.0.0.1 -i 2/4 -m 0010.a49f.30e3
Vlan:
MAC Address:
Status: ALLOW
No Mac and no VLan strange, no ?
On the old vmps server (running on slack), it is :
./vqpcli.pl -s localhost -v ISEPP -w 10.0.0.1 -i 2/4 -m 0010.a49f.30e3
Vlan: portables
MAC Address: 0010a49f30e3
Status: ALLOW
Vlan and Mac address...
Any idea ?