Re: [uml-user] SKAS on XEN

2005-03-01 Thread nils toedtmann
On Tue, Mar 01, 2005 at 12:38:45PM -0600, Christopher S. Aker wrote: > >>>The "set_thread_area(...) = -1 ENOSYS" is normal (or?), > >>>since there are no TLS libs any more, so it comes down to > > > > > >... i exactly meant that :) This is a different proble

Re: [uml-user] uml_switch hangs

2005-03-01 Thread Nelson Castillo
Hi Steve. I'm quite sorry I missed your previous reply to a similar message I sent to this mailing list. I'm kinda new to gmail's interface. On Tue, 01 Mar 2005 18:29:07 +, Steve Schmidtke <[EMAIL PROTECTED]> wrote: > Nelson Castillo wrote: > >And uml_switch says: > > > > Addr: 00:ff:5d:b0:3

Re: [uml-user] using snort from a uml instance?

2005-03-01 Thread Kyrre M Begnum
Hi. We tought a course at our college on firewalls and intrusion detection and used snort as one of the tools. The students had only virtual uml machines to work on. Here is the course overview, i belive exercises on week 8 should show in what way they used snort. http://www.iu.hio.no/teaching

Re: [uml-user] using snort from a uml instance?

2005-03-01 Thread Jelle Boomstra
On Tuesday 01 March 2005 20:24, Jed Reynolds wrote: > It would seem that setting up a uml network with one of the nodes > running snort would be a good way to learn about snort. > > I was wondering if anyone on the list has seen any examples of using > snort in a uml network? Don't know if they us

[uml-user] using snort from a uml instance?

2005-03-01 Thread Jed Reynolds
It would seem that setting up a uml network with one of the nodes running snort would be a good way to learn about snort. I was wondering if anyone on the list has seen any examples of using snort in a uml network? Jed --- SF email is sponsore

Re: [uml-user] SKAS on XEN

2005-03-01 Thread Christopher S. Aker
The "set_thread_area(...) = -1 ENOSYS" is normal (or?), since there are no TLS libs any more, so it comes down to ... i exactly meant that :) This is a different problem. Yeah, didn't see that line :) The issue with TLS/NPTL and UML is that it doesn't imp

Re: [uml-user] uml_switch hangs

2005-03-01 Thread Steve Schmidtke
Nelson Castillo wrote: And uml_switch says: Addr: 00:ff:5d:b0:3c:64 New port 5 Addr: 00:ff:5d:b0:3c:64 New port 5 Addr: 00:ff:5d:b0:3c:64 New port 5 Addr: fe:fd:c0:a8:00:04 New port 8 This looks like a configuration error. I would check your setup to ensure all your UMLs have unique MAC and I

[uml-user] routing RIP on UML

2005-03-01 Thread Halld�r Gylfason
I've put up 2 UMLs and am running RIP on both of those. I linked the UMLs through an ethernet bridge, that is configured with the underlying tap devices as ports. I can ping between the machines without problems, and when inspecting tcpdump I see the bidirectional flow through the pipe. However

Re: [uml-user] SKAS on XEN

2005-03-01 Thread Gerd Knorr
> Only the Xen tools in domain 0 sometimes looses connection to the > Xen kernel (so i cannot control domains via "xm" any more), but > i doubt that this has anything to do with SKAS. Network setup is a bit tricky indeed because both xen and uml use bridges to make virtual machines appear transpar

Re: [uml-user] SKAS on XEN

2005-03-01 Thread Gerd Knorr
> Yes, that one. > > plus a batch of xen patches maintained by someone else ;) > > Where did you find them? xen-[2.0.4|2.0-testing|unstable] only > has patches for 2.6.10. When i apply them to 2.6.11-rc5 it won't > compile :-(

Re: [uml-user] SKAS on XEN

2005-03-01 Thread Gerd Knorr
nils toedtmann <[EMAIL PROTECTED]> writes: > Moin *, > > this is about combining SKAS & XEN without having any clue. Just did that last week. It's to be applied on top of 2.6.11-rc plus 2.6.11-v8-rc2 skas patch plus fix for that from bodo (fished from devel list) plus a batch of xen patches mai