The ip of this machine .... does not match the ip in the license file.

Andres

Verified User
Joined
Aug 9, 2007
Messages
12
Code:
[root@node01 /]# /usr/local/directadmin/directadmin b5
Debug set to level 5
The ip of this machine (66.196.39.252) does not match the ip in the license file.<br>
[root@node01 /]# ifconfig
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        options=b<RXCSUM,TXCSUM,VLAN_MTU>
        inet 66.196.39.253 netmask 0xffffffc0 broadcast 66.196.39.255
        ether 00:0e:0c:70:88:59
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
[root@node01 /]#
hmmmm.... my IP is 253... what is the problem? :(
 
Actually this system is a freebsd jail on this machine:
HTML:
localhost# ifconfig -a
fxp0: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
        options=b<RXCSUM,TXCSUM,VLAN_MTU>
        inet 66.196.39.252 netmask 0xffffffc0 broadcast 66.196.39.255
        inet 66.196.39.253 netmask 0xffffffc0 broadcast 66.196.39.255
        ether 00:0e:0c:70:88:59
        media: Ethernet autoselect (100baseTX <full-duplex>)
        status: active
plip0: flags=108810<POINTOPOINT,SIMPLEX,MULTICAST,NEEDSGIANT> mtu 1500
lo0: flags=8049<UP,LOOPBACK,RUNNING,MULTICAST> mtu 16384
        inet6 fe80::1%lo0 prefixlen 64 scopeid 0x3
        inet6 ::1 prefixlen 128
        inet 127.0.0.1 netmask 0xff000000
localhost#
 
Changed IPs order in configuration. So it means i can start any amount of jails with one license on 1st IP :) Hope it will be fixed
 
Back
Top