Send Netdot-users mailing list submissions to
[email protected]
To subscribe or unsubscribe via the World Wide Web, visit
https://osl.uoregon.edu/mailman/listinfo/netdot-users
or, via email, send a message with subject or body 'help' to
[email protected]
You can reach the person managing the list at
[email protected]
When replying, please edit your Subject line so it is more specific
than "Re: Contents of Netdot-users digest..."
Today's Topics:
1. DHCP issues (D. Bischof)
2. PA Difficulty (Chip Pleasants)
3. Re: DHCP issues (Patrick Landry)
----------------------------------------------------------------------
Message: 1
Date: Mon, 13 Jan 2014 14:30:06 +0100 (CET)
From: "D. Bischof" <[email protected]>
Subject: [Netdot-users] DHCP issues
To: [email protected]
Message-ID: <alpine.LSU.2.11.1401131404160.9339@fred>
Content-Type: TEXT/PLAIN; format=flowed; charset=US-ASCII
Hi,
after having successfully installed Netdot, I'm able to export working
BIND zonefiles for my Class-C sized subnet. Yay!
Some addresses inside my subnet have previously been served via static
DHCP (see below). There are no dynamic allocations.
All attempts to reproduce this using Netdot resulted in error messages
like "DhcpScope::objectify_args: Unknown type: subnet".
Is reproducing my old configuration possible at all or will I have to
split my subnet? Do something else?
Mit freundlichen Gruessen/With best regards,
--D.B.
------
# dhcpd.conf (excerpt)
authoritative;
default-lease-time 86400;
max-lease-time 604800;
subnet nnn.nnn.nnn.0 netmask 255.255.255.0 {
ignore client-updates;
deny unknown-clients;
option domain-name-servers nnn.nnn.nnn.x;
option domain-name "somesubnet.somewhere.de";
option routers nnn.nnn.nnn.1;
option subnet-mask 255.255.255.0;
option broadcast-address nnn.nnn.nnn.255;
#Hosts with fixed addresses
#
host somehost {
hardware ethernet b8:ff:12:03:ff:1a;
fixed-address nnn.nnn.nnn.42;
}
# and so on...
}
------------------------------
Message: 2
Date: Mon, 13 Jan 2014 10:16:26 -0500
From: Chip Pleasants <[email protected]>
Subject: [Netdot-users] PA Difficulty
To: [email protected]
Message-ID:
<cajq5atrfgzo9vlpbjkf4susskk3ymm+anvj-c58bodvsdlt...@mail.gmail.com>
Content-Type: text/plain; charset="iso-8859-1"
Anyone have suggestions how to add Palo Alto firewalls to Netdot via some
automated process? PAN-OS does not support discovering IP addresses via
SNMP, therefore I've just been adding them manually. Thank you in advance
for any assistance.
-Chip
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20140113/9331508f/attachment-0001.html
------------------------------
Message: 3
Date: Mon, 13 Jan 2014 09:21:46 -0600 (CST)
From: Patrick Landry <[email protected]>
Subject: Re: [Netdot-users] DHCP issues
To: [email protected]
Message-ID:
<[email protected]>
Content-Type: text/plain; charset="utf-8"
----- Original Message -----
> Hi,
> after having successfully installed Netdot, I'm able to export
> working
> BIND zonefiles for my Class-C sized subnet. Yay!
> Some addresses inside my subnet have previously been served via
> static
> DHCP (see below). There are no dynamic allocations.
> All attempts to reproduce this using Netdot resulted in error
> messages
> like "DhcpScope::objectify_args: Unknown type: subnet".
> Is reproducing my old configuration possible at all or will I have to
> split my subnet? Do something else?
What version are you running? I reported a similar issue a little over a year
ago which was patched.
https://osl.uoregon.edu/redmine/issues/1712
--
patrick
Patrick Landry
University of Louisiana at Lafayette
Director, University Computer Support Services
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20140113/4df200f4/attachment-0001.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Landry, Patrick.vcf
Type: text/directory
Size: 11870 bytes
Desc: not available
Url :
http://osl.uoregon.edu/pipermail/netdot-users/attachments/20140113/4df200f4/attachment-0001.bin
------------------------------
_______________________________________________
Netdot-users mailing list
[email protected]
https://osl.uoregon.edu/mailman/listinfo/netdot-users
End of Netdot-users Digest, Vol 62, Issue 2
*******************************************