Re: IPfilter 4.1.2 on Tru64 5.1b (/dev/ipl open device: No such

This is a discussion on Re: IPfilter 4.1.2 on Tru64 5.1b (/dev/ipl open device: No such within the IPFilter forums, part of the System Security and Security Related category; Tobias- Which 'make' were you using? I may need to build this soon, and I'd like to know which ...


Go Back   Usenet Forums > System Security and Security Related > IPFilter

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 07-17-2004
Toni L. Harbaugh-Blackford [Contr]
 
Posts: n/a
Default Re: IPfilter 4.1.2 on Tru64 5.1b (/dev/ipl open device: No such

Tobias-

Which 'make' were you using? I may need to build this soon, and I'd
like to know which one doesn't work.

Thanks,
Toni

On Fri, 16 Jul 2004, Tobias Nygren wrote:

> Hello,
>
> I'm running ipfilter 4.1.2 on Tru64 5.1B. I also noted
> that the Makefiles are broken. I managed to get it
> running by manually performing the commands under the
> install target in the Makefile. (the files to be
> installed are actually in a subdirectory under OSF)
>
> Then put this in /etc/sysconfigtab:
>
> ipfilter:
> Module_Config_Name = ipfilter
> Subsystem_Description = IPFilter driver
> Device_User = root
> Device_Group = 0
> Device_Major_Req = Same
> Device_Char_Major = ANY
> Device_Char_Files = ipl,ipnat,ipstate,ipauth,ipsync,ipscan,ippool,ipco unt
> Device_Char_Minor = 0,1,2,3,4,5,6,7
> Device_Mode = 600
>
>
> Everything including NAT and stateful filtering
> seems to work fine now :)
>
> Good luck,
>
> --
> Tobias Nygren
> tnn@netilium.org
>
>
> On Fri, 16 Jul 2004 05:29:09 -0700 (PDT)
> Calvin <paviira@yahoo.com> wrote:
>
> > Hello all,
> >
> > I am trying to get IPFilter 4.1.2 on Tru64 5.1b.
> >
> > I am facing few problems with the make install-osf.
> > I looked into archives but did not find any solution
> > to this problem.
> >
> > I followed the instructions as given in INSTALL.Tru64
> >
> > make tru64 completes without any issues.
> >
> > make install-osf exits saying
> >
> > ---------------------------------------------
> > (cd OSF/`OSF/cpurev`; make -f Makefile.ipsend
> > INSTALL=install install "TOP=../.." 'CFLAGS=-I$(TOP)
> > -D_BSD_SOURCE ' "IPFLOG=-DIPFILTER_LOG"
> > "LOGFAC=-DLOGFAC=LOG_LOCAL0"
> > "POLICY=-DIPF_DEFAULT_PASS=FR_PASS" "SOLARIS2="
> > "DEBUG=-g" "DCPU=`uname -m`" "LIBBPF=" "CPUDIR=`uname
> > -s|sed -e 's@/@@g'`-`uname -r`-`uname -m`" "IPFBPF="
> > 'STATETOP_CFLAGS=' "BPFILTER=" 'STATETOP_INC='
> > 'STATETOP_LIB=' "BITS=" "OBJ=."
> > "LOOKUP=-DIPFILTER_LOOKUP -DIPFILTER_SCAN" "COMPIPF="
> > 'SYNC=' 'ALLOPTS=-DIPFILTER_LOG -DIPFILTER_LOOKUP
> > -DIPFILTER_SCAN -DIPFILTER_SYNC -DIPFILTER_CKSUM'
> > 'LIBBPF=' "IPFLKM=-DIPFILTER_LKM"; cd ..)
> > Make: Don't know how to make install. Stop.
> > *** Exit 1
> > Stop.
> > ----------------------------------
> >
> > In Makefile.ipsend there is no target for install.
> > Also the files appeared to have gone in right places.
> >
> > ---------------------
> > Here I am facing the problem as mentioned by Poeschl,
> > Mark on Fri, 16 Apr 2004 13:27:31 -0700.
> > message no:04130
> > I did not find any replies for that.
> > ---------------------
> >
> > I tried doing sysconfig -c ipfilter, ipfilter got
> > loaded and configured and the files showed up in /dev/
> > ---------------------
> > #ls /dev/ip*
> > /dev/ipauth /dev/ipl /dev/ippool /dev/ipstate
> > /dev/ipcount /dev/ipnat /dev/ipscan /dev/ipsync
> > ---------------------
> > When I say ipf -V or ipfstat I am getting these
> > messages.
> > ---------------------
> > # ipf -V
> > ipf: IP Filter: v4.1.2 (472)
> > open device: No such device or address
> > ---------------------
> > # ipfstat
> > open(IPSTATE_NAME): No such device or address
> > ---------------------
> >
> > I wrote a test program, which takes the file name as
> > an argument and tries to open that file.
> >
> > ---------------------
> > # ./test /dev/ipl
> > Open device: No such device or address
> >
> > # ./test /dev/lp0
> > (don't have any problem opening the
> > file)
> > ---------------------
> > only the files related with ipfilter are having the
> > above problem. Guess some thing related (driver) to
> > /dev/ip* are not installed.
> >
> > -----------------------
> > # sysconfig -q ipfilter
> > ipfilter:
> > Subsystem_Description = IPFilter driver
> > Module_Config_Name = attribute does not allow this
> > operation
> > majnum = 88
> > Num_Installed = 1
> > Num_Units = 1
> > Module_Type = Same
> > Device_User = Same
> > Device_Group = Same
> > Device_Mode = Same
> > Device_Major_Req = Same
> > Device_Char_Major = Same
> > Device_Char_Files = Same
> > Device_Char_Minor = Same
> > version = IP Filter: v4.1.2
> > fr_chksrc = 0
> > fr_minttl = 4
> > fr_pass = 4
> > fr_flags = 4
> > fr_active = 4fr_running = 4
> > fr_unreach = 13
> > fr_control_forwarding = 0
> > fr_update_ipid = 0
> > ---------------------
> > # sizer -v
> > Compaq Tru64 UNIX V5.1B (Rev. 2650); Tue Nov 25
> > 17:30:00 CXT 2003
> > ---------------------
> >
> > Any pointers/suggestions on what am I missing ?
> >
> > Thanks in advance
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > __________________________________
> > Do you Yahoo!?
> > Yahoo! Mail is new and improved - Check it out!
> > http://promotions.yahoo.com/new_mail
> >
> >

>


-------------------------------------------------------------------
Toni Harbaugh-Blackford harbaugh@abcc.ncifcrf.gov
System Administrator
Advanced Biomedical Computing Center (ABCC)
National Cancer Institute
Contractor - SAIC/Frederick
Reply With Quote
Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT +1. The time now is 09:59 PM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.0.0