LINUX.ORG.RU

Сообщения mcconfig

 

OpenBSD 4.3 + DHCP 3.1.0 + VLAN

Форум — Admin

Есть гейт на openbsd, на нем куча вланов, но вот dhcp не воспринимает интерфейс vlan777 как интерфейс, в общем не понятно почему. у кого ни-будь есть мысли по этому поводу?

# uname -a
OpenBSD gw 4.3 GENERIC#698 i386

# cat /etc/hostname.vlan777
vlan 777 vlandev em2
description «admin»
inet 10.77.0.1 255.255.255.252

# ifconfig
...
vlan777: flags=8843<UP,BROADCAST,RUNNING,SIMPLEX,MULTICAST> mtu 1500
lladdr 00:xx:xx:xx:xx:a9
description: admin
vlan: 777 priority: 0 parent interface: em2
groups: vlan
inet6 fe80::21b:21ff:fe1d:4ea9%vlan777 prefixlen 64 scopeid 0x22
inet 10.77.0.1 netmask 0xfffffffc broadcast 10.77.0.3
...

# cat /etc/dhcpd.conf
ddns-update-style interim;
ignore client-updates;
subnet 10.77.0.0 netmask 255.255.255.0 {
option routers 10.77.0.1;
option domain-name «mynetwork.local»;
option domain-name-servers 192.168.64.7, 192.168.64.3;
interface vlan777;
}


# /usr/local/sbin/dhcpd
Internet Systems Consortium DHCP Server V3.1.0
Copyright 2004-2007 Internet Systems Consortium.
All rights reserved.
For info, please visit http://www.isc.org/sw/dhcp/
Wrote 0 leases to leases file.
vlan777: not found

If you did not get this software from ftp://ftp.isc.org, please
get the latest from ftp://ftp.isc.org and install that before
requesting help.

If you did get this software from ftp://ftp.isc.org and have not
yet read the README, please read it before requesting help.
If you intend to request help from the dhcp-server@isc.org
mailing list, please read the section on the README about
submitting bug reports and requests for help.

Please do not under any circumstances send requests for
help directly to the authors of this software - please
send them to the appropriate mailing list as described in
the README file.

exiting.

WTF?

mcconfig
()

HP Smart Array E200

Форум — Admin

Имеется сервер HP с контроллером Smart Array E200, как с помощью hpacucli сделать REBUILD??

mcconfig
()

CommuniGatePro неработают группы

Форум — Admin

Здравствуйте!!

У меня возникла проблема при работе с CGPro, я создал главный домен «domain.org» когда я создаю группу «test», ввожу в нее несколько пользователей, и пытаюсь отправить на нее письмо, все письма приходящие на «test@domain.org» уходят на «postmaster@domain.org», а на челнов группы «test@domain.org» писем нет, как быть?

mcconfig
()

Проверка на четность

Форум — Admin

Есть скрипт,

#!/bin/sh
for i in {1..24}
do
echo «$i»
done

необходимо сделать проверку на четность i, если i четная - выводить, не четная - невыводить, вопрос: как?

mcconfig
()

DDOS по 80 порту, что делать?

Форум — Admin

Ну собственно сам вопрос в заголовке, провайдер тупо закрывает порт, но это не решение проблемы, организация сети такая, стоит GW на OpenBSD, а за ним WEB сервер,в правилах на GW вот что:

#WEB

rdr pass on $ext_if proto tcp to port 80 -> 192.168.64.11 port 80

pass in quick on $int_if from 192.168.64.11 to any keep state

Подскажите что делать и как быть?!

mcconfig
()

GRUB SlackWare 13

Форум — Admin

Установил GRUB с диска, сделал патч для загрузки с ext4, а он вот такую фигню говорит

GNU GRUB version 0.97 (640K lower / 3072K upper memory) │
│ │
│ [ Minimal BASH-like line editing is supported. For the first word, TAB │
│ lists possible command completions. Anywhere else TAB lists the possible │
│ completions of a device/filename. ] │
│ grub> root (hd0,1) │
│ Filesystem type is ext2fs, partition type 0x83 │
│ grub> setup (hd0) │
│ Checking if «/boot/grub/stage1» exists... no │
│ Checking if «/grub/stage1» exists... no │
│ │
│ Error 2: Bad file or directory type │
│ grub> quit │

mcconfig
()

Сборка собственного дистрибутива Linux

Форум — Admin

Хочу собрать свой дистриб на основе Linux Slackware, с чего начать?

mcconfig
()

RSS подписка на новые темы