search for: ip_rang

Displaying 3 results from an estimated 3 matches for "ip_rang".

Did you mean: ip_range
2006 Mar 30
2
Functional test confusion
...class NetworkingController < ApplicationController def create_network_segment # Example attributes = subnet: 192.168.1.0; netmask: 255.255.255.0 and # range: 1..253 @network_segment = NetworkSegment.new(params[:network_segment]) if @network_segment.save @network_segment.ip_range.each do |ip| NetworkIpaddress.create(:network_segment_id => @network_segment.id, :octet4 => ip) end flash[:notice] = ''Network segment was successfully created'' redirect_to :action => ''show''...
2005 Jan 11
0
shorewall iprange tweak
...ntire range. My one minor complaint is that I often have to edit out the spaces between the hyphen when copying and pasting the address range returned by whois. I tweaked the shorewall script to avoid this by changing the iprange case to this, iprange) [ x$2 = x ] && usage 1 shift ip_range "$*" ;; this works with shorewall 1.4.8. BTW, thanks for a freakin'' amazingly useful firewall configurator. steeve -- Steeve McCauley steeve@oneguycoding.com :wq http://oneguycoding.com...
2004 Feb 10
22
Re: [Shorewall-newbies] specific log-prefix ... patch
Let''s move this to the Shorewall Development list.... On Tuesday 10 February 2004 03:14 pm, xavier wrote: > here is a patch to allow this : > |ACCEPT<10/sec:20>:debug fw lan:$ntp_servers udp 123 - - - - ntp > > a problem with the patch is that now the logprefix is mandatory. > i''m trying to debug it, but i can''t find the flaw. Also, with