U nikogo więcej ten problem nie występuje?
Uzywam MySQL.

W dniu 28.05.2013 22:34, Sławomir Paszkiewicz pisze:
U mnie ten sam problem.
Dotyczy on jednak tylko sytuacji, gdzie jest to siec z adresami publicznymi.
Wchodze Sieci > Lista > Publiczne i tam wszystkie IP wolne.
Ale jak wejde w komputer, ktory ma adres lokalny i publiczny to wtedy ten adres jest przypisany.

CREATE TABLE IF NOT EXISTS `nodes` (
  `id` int(11) NOT NULL AUTO_INCREMENT,
  `name` varchar(32) COLLATE utf8_polish_ci NOT NULL DEFAULT '',
  `ipaddr` int(16) unsigned NOT NULL DEFAULT '0',
  `ipaddr_pub` int(16) unsigned NOT NULL DEFAULT '0',
  `passwd` varchar(32) COLLATE utf8_polish_ci NOT NULL DEFAULT '',
  `ownerid` int(11) NOT NULL DEFAULT '0',
  `creationdate` int(11) NOT NULL DEFAULT '0',
  `moddate` int(11) NOT NULL DEFAULT '0',
  `creatorid` int(11) NOT NULL DEFAULT '0',
  `modid` int(11) NOT NULL DEFAULT '0',
  `netdev` int(11) NOT NULL DEFAULT '0',
  `linktype` tinyint(1) NOT NULL DEFAULT '0',
  `port` smallint(6) NOT NULL DEFAULT '0',
  `access` tinyint(1) NOT NULL DEFAULT '1',
  `warning` tinyint(1) NOT NULL DEFAULT '0',
  `chkmac` tinyint(1) NOT NULL DEFAULT '1',
  `halfduplex` tinyint(1) NOT NULL DEFAULT '0',
  `lastonline` int(11) NOT NULL DEFAULT '0',
  `info` text COLLATE utf8_polish_ci NOT NULL,
  `nas` tinyint(1) NOT NULL DEFAULT '0',
  `location` varchar(255) COLLATE utf8_polish_ci DEFAULT NULL,
  `location_city` int(11) DEFAULT NULL,
  `location_street` int(11) DEFAULT NULL,
  `location_house` varchar(8) COLLATE utf8_polish_ci DEFAULT NULL,
  `location_flat` varchar(8) COLLATE utf8_polish_ci DEFAULT NULL,
  `longitude` decimal(10,6) DEFAULT NULL,
  `latitude` decimal(10,6) DEFAULT NULL,
  `linkspeed` int(11) NOT NULL DEFAULT '100000',
  `netid` int(11) NOT NULL DEFAULT '0',
  PRIMARY KEY (`id`),
  UNIQUE KEY `name` (`name`),
  UNIQUE KEY `ipaddr` (`ipaddr`,`netid`),
  KEY `netdev` (`netdev`),
  KEY `ownerid` (`ownerid`),
  KEY `ipaddr_pub` (`ipaddr_pub`),
  KEY `location_street` (`location_street`),
  KEY `location_city` (`location_city`,`location_street`,`location_house`,`location_flat`),
  KEY `netid` (`netid`)
) ENGINE=InnoDB  DEFAULT CHARSET=utf8 COLLATE=utf8_polish_ci AUTO_INCREMENT=1487 ;


W dniu 7 maja 2013 11:48 użytkownik Tomasz Chiliński <tomasz.chilinski@chilan.com> napisał:
W dniu 07.05.2013 11:45, Sebastian Wielgosz napisał(a):

Według LMS-a schemat się uaktualnił do: DB: 2013050700

O kurcze nie o tą tabelę poprosiłem.
Poproszę o:
mysqldump baza_lms nodes


--
Pozdrawiam
Tomasz Chiliński, Chilan

_______________________________________________
lms mailing list
lms@lists.lms.org.pl
http://lists.lms.org.pl/mailman/listinfo/lms