Displaying 9 results from an estimated 9 matches for "loc11".
Did you mean:
loc1
2004 Nov 26
3
Vlan routing problem
...ADDRESS
eth0 eth2.2
eth0 eth2.3
eth0 eth2.4
eth0 eth2.5
zones
#ZONE DISPLAY COMMENTS
net Net Internet
loc22 Local22 Local Networks 22
loc33 Local33 Local Networks 33
loc11 Local11 Local Networks 11
loc55 Local55 Local Networks 55
interfaces
#ZONE INTERFACE BROADCAST OPTIONS
net eth0 detect dhcp,routefilter,norfc1918
loc22 eth2.2 detect
loc11 eth2.3 detect
loc33 eth2.4 detect...
2004 Dec 06
5
two firewall and shorewall
...nnect fw2 and fw1, I would''t like masquerading
hosts behind fw1, so to eth4 of fw2 arrive all traffic from the vlan
managed by fw1,
what is the best way to manage this traffic with shorewall?
I have to define the fw1''s zones also in fw2 and then use somenthig like
this:
zones:
loc11 Local11 LAN 10.88.11.0 behind fw1
loc22 Local22 LAN 10.88.22.0 behind fw1
loc33 Local33 LAN 10.88.33.0 behind fw1
interfaces:
-
2011 Jan 20
1
Problems with ecodist
...quite new to R.
Thanks.
> distancematrix <- as.matrix(read.table("test1.txt"))
> distancematrix1 <- as.matrix(read.table("test2.txt"))
> distancematrix1
Loc1 Loc2 Loc3 Loc4 Loc5 Loc6 Loc7
Loc8 Loc9 Loc10 Loc11 Loc12
Loc1 0.000 2293.8671 2180.7127 7563.934 2494.5049 2522.3946 5953.609
2511.5994 2047.683 4448.721 3180.844 3112.6798
Loc2 2293.867 0.0000 443.2497 9831.220 472.2009 397.4316 8213.580
1114.9120 2087.877 6723.807 2407.192 1314.6927
Loc3 2180.713 443.2497 0.0000 96...
2008 Feb 26
8
[PATCH 0/8] RFC: ia64/xen TAKE 2: paravirtualization of hand written assembly code
Hi. I rewrote the patch according to the comments. I adopted generating
in-place code because it looks the quickest way.
The point Eddie wanted to discuss is how to generate code and its ABI.
i.e. in-place generating v.s. direct jump v.s. indirect function call
Indirect function call doesn't make sense because ivt.S is compiled
multi times. And it is up to pv instances to choose in-place
2008 Feb 26
8
[PATCH 0/8] RFC: ia64/xen TAKE 2: paravirtualization of hand written assembly code
Hi. I rewrote the patch according to the comments. I adopted generating
in-place code because it looks the quickest way.
The point Eddie wanted to discuss is how to generate code and its ABI.
i.e. in-place generating v.s. direct jump v.s. indirect function call
Indirect function call doesn't make sense because ivt.S is compiled
multi times. And it is up to pv instances to choose in-place
2008 Feb 25
6
[PATCH 0/4] ia64/xen: paravirtualization of hand written assembly code
Hi. The patch I send before was too large so that it was dropped from
the maling list. I'm sending again with smaller size.
This patch set is the xen paravirtualization of hand written assenbly
code. And I expect that much clean up is necessary before merge.
We really need the feed back before starting actual clean up as Eddie
already said before.
Eddie discussed how to clean up and suggested
2008 Feb 25
6
[PATCH 0/4] ia64/xen: paravirtualization of hand written assembly code
Hi. The patch I send before was too large so that it was dropped from
the maling list. I'm sending again with smaller size.
This patch set is the xen paravirtualization of hand written assenbly
code. And I expect that much clean up is necessary before merge.
We really need the feed back before starting actual clean up as Eddie
already said before.
Eddie discussed how to clean up and suggested
2008 Mar 05
51
[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
Hi. This patchset implements xen/ia64 domU support.
Qing He and Eddie Dong also has been woring on pv_ops so that
I want to discuss before going further and avoid duplicated work.
I suppose that Eddie will also post his own patch. So reviewing both
patches, we can reach to better pv_ops interface.
- I didn't changed the ia64 intrinsic paravirtulization abi from
the last post. Presumably it
2008 Mar 05
51
[PATCH 00/50] ia64/xen take 3: ia64/xen domU paravirtualization
Hi. This patchset implements xen/ia64 domU support.
Qing He and Eddie Dong also has been woring on pv_ops so that
I want to discuss before going further and avoid duplicated work.
I suppose that Eddie will also post his own patch. So reviewing both
patches, we can reach to better pv_ops interface.
- I didn't changed the ia64 intrinsic paravirtulization abi from
the last post. Presumably it