Постановка проблемы - не работает ntpd
Начал копаться:
в /etc/inetd.conf разремил ряд сервисов, работающих через udp:
daytime dgram udp wait root internal
time dgram udp wait root internal
echo dgram udp wait root internal
discard dgram udp wait root internal
chargen dgram udp wait root internal
в итоге имею
# netstat -an | grep udp
udp4 0 0 *.19 *.*
udp4 0 0 *.9 *.*
udp4 0 0 *.7 *.*
udp4 0 0 *.37 *.*
udp4 0 0 *.13 *.*
udp4 0 0 *.59267 *.*
udp4 0 0 127.0.0.1.53 *.*
udp4 0 0 10.100.200.1.53 *.*
udp4 0 0 *.56919 *.*
udp4 0 0 *.56938 *.*
udp4 0 0 127.0.0.1.123 *.*
udp4 0 0 10.100.200.1.123 *.*
udp4 0 0 *.123 *.*
udp4 0 0 *.514 *.*
с соседней машины делаю
C:\>nmap.exe -sU 10.100.200.1
Starting nmap 3.45 ( http://www.insecure.org/nmap ) at 2005-03-12 22:42 Russian
Standard Time
Interesting ports on 10.100.200.1:
(The 1470 ports scanned but not shown below are in state: closed)
PORT STATE SERVICE
7/udp open echo
9/udp open discard
13/udp open daytime
19/udp open chargen
37/udp open time
53/udp open domain
123/udp open ntp
514/udp open syslog
Nmap run completed -- 1 IP address (1 host up) scanned in 26.088 seconds
вроде бы, все в порядке. А вот если натравить на сервак XSpider имею только
7/udp open echo
13/udp open daytime
19/udp open chargen
53/udp open DNS
а на тему сканирования остальных портов он говорит
Порт : 9 / udp
Порт недоступен
Порт : 123 / udp
Порт недоступен
ну и, соответственно
C:\>cmdtime3 10.100.200.1
* CmdTime 3.0 (c) Jury Gerasimov, 2000-2002.
* Adjusting time via Internet Time Servers.
* Contact author: http://www.softshape.com
Connecting 10.100.200.1... Cannot reach the time server
Time is not adjusted.
(иначе бы и вопрос не встал =) )
с файрволом на системе особо не мудрил, настройки системы в области UDP тоже не крутил:
alatar# sysctl -a | grep udp
udpcb: 180, 2002, 16, 28, 7403
net.inet.ip.fw.dyn_udp_lifetime: 10
net.inet.udp.checksum: 1
net.inet.udp.maxdgram: 9216
net.inet.udp.recvspace: 41600
net.inet.udp.log_in_vain: 0
net.inet.udp.blackhole: 0
net.inet.udp.strict_mcast_mship: 0
net.inet.ipf.fr_udptimeout: 240
net.inet.ipf.fr_udpacktimeout: 24
Вобщем, я даже не знаю уже куда дальше копать =( Может кто знает с чем это может быть связано?