linux-um archives
 help / color / mirror / Atom feed
* [uml-devel] IPTables Issues on UML Host
@ 2006-08-23  2:34 David Cary Hart
  2006-08-23 16:03 ` William Stearns
  0 siblings, 1 reply; 3+ messages in thread
From: David Cary Hart @ 2006-08-23  2:34 UTC (permalink / raw)
  To: user-mode-linux-devel

I hope that this is the right list.

I have a VDS on UML. Kernel=2.6.17.9

I have re-install netfilter several times and the host just
recompiled the kernel.

I keep getting the following error:
# iptables-save >/etc/sysconfig.iptables
Can't find library for match `tcp'

libipt_tcp.so is where it should be in /lib/iptables. What am I
missing?

Thanks.

-- 
Our DNSRBL - Eliminate Spam at the Source: http://www.TQMcube.com
               Don't Subsidize Criminals: http://boulderpledge.org

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [uml-devel] IPTables Issues on UML Host
  2006-08-23  2:34 [uml-devel] IPTables Issues on UML Host David Cary Hart
@ 2006-08-23 16:03 ` William Stearns
  2006-08-23 16:29   ` David Cary Hart
  0 siblings, 1 reply; 3+ messages in thread
From: William Stearns @ 2006-08-23 16:03 UTC (permalink / raw)
  To: David Cary Hart; +Cc: William Stearns, ML-uml-devel

Good morning, David,

On Tue, 22 Aug 2006, David Cary Hart wrote:

> I hope that this is the right list.
>
> I have a VDS on UML. Kernel=2.6.17.9
>
> I have re-install netfilter several times and the host just
> recompiled the kernel.
>
> I keep getting the following error:
> # iptables-save >/etc/sysconfig.iptables
> Can't find library for match `tcp'
>
> libipt_tcp.so is where it should be in /lib/iptables. What am I
> missing?

 	I think this is probably independent of UML.

 	If you're building netfilter from scratch, head back to the 
netfilter directory and re-run make; see if there are any errors in the 
build process.  If that works OK, run "make install" to see if it finally 
copies over a libipt_tcp.so.  Depending on the build options, it _may_ be 
installed to /usr/lib/iptables/ instead of /lib/iptables.  If that's the 
case, the easiest way to fix this may be to make a symlnk from the 
existing directory to /lib/iptables.  Up to you.
 	Cheers,
 	- Bill

---------------------------------------------------------------------------
         "Smile despite the circumstances and laugh throughout the pain.
Life is full of hardships but it is how you deal with them that will, in
the end, define your character."
--------------------------------------------------------------------------
William Stearns (wstearns@pobox.com).  Mason, Buildkernel, freedups, p0f,
rsync-backup, ssh-keyinstall, dns-check, more at:   http://www.stearns.org
--------------------------------------------------------------------------

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [uml-devel] IPTables Issues on UML Host
  2006-08-23 16:03 ` William Stearns
@ 2006-08-23 16:29   ` David Cary Hart
  0 siblings, 0 replies; 3+ messages in thread
From: David Cary Hart @ 2006-08-23 16:29 UTC (permalink / raw)
  To: William Stearns, user-mode-linux-devel

On Wed, 23 Aug 2006 12:03:24 -0400 (EDT), William Stearns
<wstearns@pobox.com> opined:
> Good morning, David,
> 
> >
> > I keep getting the following error:
> > # iptables-save >/etc/sysconfig.iptables
> > Can't find library for match `tcp'
> >> 
>  	I think this is probably independent of UML.
> 
>  	If you're building netfilter from scratch, head back to
> the netfilter directory and re-run make; see if there are any
> errors in the build process.  If that works OK, run "make install"
> to see if it finally copies over a libipt_tcp.so.  Depending on the
> build options, it _may_ be installed to /usr/lib/iptables/ instead
> of /lib/iptables.  If that's the case, the easiest way to fix this
> may be to make a symlnk from the existing directory
> to /lib/iptables.  Up to you. Cheers,
>  	- Bill

Thanks for the reply.
> 
I am a UML nitwit but I even made a static build of IPTables. No
dice. I have also made builds with specified LIBDIR and BINDIR. 

Oh well, I guess that I need to tinker. Fortunately IPTables is
running properly.
-- 
Our DNSRBL - Eliminate Spam at the Source: http://www.TQMcube.com
               Don't Subsidize Criminals: http://boulderpledge.org

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
User-mode-linux-devel mailing list
User-mode-linux-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/user-mode-linux-devel

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2006-08-23 16:30 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-08-23  2:34 [uml-devel] IPTables Issues on UML Host David Cary Hart
2006-08-23 16:03 ` William Stearns
2006-08-23 16:29   ` David Cary Hart

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox