Displaying 3 results from an estimated 3 matches for "dnic".
Did you mean:
dic
2017 Dec 30
4
SIP invite timeouts : how is someone sending invites from our server ??
...type: LIR
address: Postbus 1142
address: 4700BC
address: Roosendaal
address: NETHERLANDS
phone: +31206919299
...................
whois 215.45.145.211
.................
NetRange: 215.0.0.0 - 215.255.255.255
CIDR: 215.0.0.0/8
NetName: DNIC-NET-215
NetHandle: NET-215-0-0-0-1
Parent: ()
NetType: Direct Assignment
OriginAS:
Organization: DoD Network Information Center (DNIC)
RegDate: 1998-06-04
Updated: 2011-06-21
Ref: https://whois.arin.net/rest/net/NET-215-0-0-0-1
OrgName: DoD...
2018 Jan 02
2
SIP invite timeouts : how is someone sending invites from our server ??
...? ? ? ? NETHERLANDS
> phone: +31206919299 <tel:%2B31206919299>
> ...................
>
> whois 215.45.145.211
> .................
> NetRange:? ? ? ?215.0.0.0 - 215.255.255.255
> CIDR: 215.0.0.0/8 <http://215.0.0.0/8>
> NetName:? ? ? ? DNIC-NET-215
> NetHandle:? ? ? NET-215-0-0-0-1
> Parent:? ? ? ? ? ()
> NetType:? ? ? ? Direct Assignment
> OriginAS:
> Organization:? ?DoD Network Information Center (DNIC)
> RegDate:? ? ? ? 1998-06-04
> Updated:? ? ? ? 2011-06-21
> Ref: https://wh...
2009 Oct 06
0
[PATCH server] new host networking wui
...tance variables
+ # [<tt>@host</tt>] stores the Host with +id+
+ # === Required permissions
+ # [<tt>Privilege::MODIFY</tt>] on host's HardwarePool
+ def svc_update_network(id, nics, bondings)
+ lookup(id, Privilege::MODIFY)
+
+ nics.each { |nic_id, nic|
+ dnic = @host.nics.all.find { |n| n.id == nic_id.to_i }
+ unless dnic.nil?
+ dnic.update_attributes!(nic)
+ end
+ }
+
+ # delete any bondings associated w/ host but not in bondings array
+ @host.bondings.each { |b|
+ b.destroy unless bondings.include?(b.id.to_s)
+ }
+
+...