Re: 8-bit character in mg

2011-04-14 Thread Peter Hessler
I see this too.  The extra space is only displayed, and is not part of
the resulting file.  You can refresh the screen (ctrl-l), and things
will be repainted appropriately.


On 2011 Apr 13 (Wed) at 19:49:52 -0300 (-0300), Daniel B. wrote:
:Hi,
:
:I'm trying to use mg as my mail editor. However, I need some 8-bit
:characters for portuguese.
:
:In the man page, I saw I need to disable meta-key-mode. I did, but after
:each 8-bit character, I get an extra space. Is this an expected
:behavior?
:
:Thank you.
:

-- 
Does the name Pavlov ring a bell?



Re: Intel 10GbE SFP+ (82599) and vlan

2011-04-14 Thread Hrvoje Popovski

On 14.4.2011 2:03, Kapetanakis Giannis wrote:

Try to do ifconfig ix1 up (up in /etc/hostname.ix1)

I've seen vlans not coming up until I do this on parent interface,
although they appear active in ifconfig.

Giannis





hi,

tried with hostname.ix1 and hostname.vlan123 but it's not working either

# cat hostname.ix1
up

# cat hostname.vlan123
vlan 123
vlandev ix1
inet 10.6.6.1 255.255.255.0 NONE


# ping 10.6.6.2
PING 10.6.6.2 (10.6.6.2): 56 data bytes
ping: sendto: Host is down
ping: wrote 10.6.6.2 64 chars, ret=-1
ping: sendto: Host is down
ping: wrote 10.6.6.2 64 chars, ret=-1
--- 10.6.6.2 ping statistics ---
2 packets transmitted, 0 packets received, 100.0% packet loss


tcpdump is still the same
# tcpdump -i ix1
tcpdump: listening on ix1, link-type EN10MB
10:39:34.520816 802.1Q vid 0 pri 0 802.1Q vid 123 pri 0 arp who-has 
10.6.6.2 tell 10.6.6.1
10:39:35.530822 802.1Q vid 0 pri 0 802.1Q vid 123 pri 0 arp who-has 
10.6.6.2 tell 10.6.6.1
10:39:56.740949 802.1Q vid 0 pri 0 802.1Q vid 123 pri 0 arp who-has 
10.6.6.2 tell 10.6.6.1
10:39:57.750952 802.1Q vid 0 pri 0 802.1Q vid 123 pri 0 arp who-has 
10.6.6.2 tell 10.6.6.1
10:39:58.760958 802.1Q vid 0 pri 0 802.1Q vid 123 pri 0 arp who-has 
10.6.6.2 tell 10.6.6.1



will try to find details of ix card ...

--
/hrvoje



Re: Intel 10GbE SFP+ (82599) and vlan

2011-04-14 Thread Hrvoje Popovski

On 14.4.2011 10:47, Hrvoje Popovski wrote:

On 14.4.2011 2:03, Kapetanakis Giannis wrote:

Try to do ifconfig ix1 up (up in /etc/hostname.ix1)

I've seen vlans not coming up until I do this on parent interface,
although they appear active in ifconfig.

Giannis





hi,

tried with hostname.ix1 and hostname.vlan123 but it's not working either

# cat hostname.ix1
up

# cat hostname.vlan123
vlan 123
vlandev ix1
inet 10.6.6.1 255.255.255.0 NONE


# ping 10.6.6.2
PING 10.6.6.2 (10.6.6.2): 56 data bytes
ping: sendto: Host is down
ping: wrote 10.6.6.2 64 chars, ret=-1
ping: sendto: Host is down
ping: wrote 10.6.6.2 64 chars, ret=-1
--- 10.6.6.2 ping statistics ---
2 packets transmitted, 0 packets received, 100.0% packet loss


tcpdump is still the same
# tcpdump -i ix1
tcpdump: listening on ix1, link-type EN10MB
10:39:34.520816 802.1Q vid 0 pri 0 802.1Q vid 123 pri 0 arp who-has
10.6.6.2 tell 10.6.6.1
10:39:35.530822 802.1Q vid 0 pri 0 802.1Q vid 123 pri 0 arp who-has
10.6.6.2 tell 10.6.6.1
10:39:56.740949 802.1Q vid 0 pri 0 802.1Q vid 123 pri 0 arp who-has
10.6.6.2 tell 10.6.6.1
10:39:57.750952 802.1Q vid 0 pri 0 802.1Q vid 123 pri 0 arp who-has
10.6.6.2 tell 10.6.6.1
10:39:58.760958 802.1Q vid 0 pri 0 802.1Q vid 123 pri 0 arp who-has
10.6.6.2 tell 10.6.6.1


will try to find details of ix card ...



name:
Intel Ethernet Server Adapter X520-SR2 (X520-2)

Intel Part Number
E10G42BFSR

http://www.intel.com/support/network/sb/cs-012904.htm

Board ID:E68785-xxx
VendorID:8086
DevID:10FB

part number from intel driver properties (i don't know what is that part 
number)


E81283-003



--
/hrvoje



Re: Is VPN initiation by traffic possible?

2011-04-14 Thread Joachim Schipper
On Wed, Apr 13, 2011 at 09:19:19AM +, nemir nemirius wrote:
 Hi,
 
 One of my clients is a major bank.   We need to exchange data a few
 times a day at different intervals,  and they're insisting that we
 initiate the VPN on demand with relevent traffic.
 
 It works from their end.  Tunnel is down, they send a ping,  first
 packet is dropped as the tunnel is brought up,  subsequent traffic
 reaches its destination.

 Is it possible? Can you who me how?

OpenBSD won't do this for you. Can't you wrap whatever sends the data in
a script that sets up and tears down the relevant tunnel?

(You *could* write a daemon to listen on a tun/tap-style device,
dynamically manage the tunnel and forward traffic. But that's quite a
bit of work.)

Joachim

-- 
TFMotD: CPANPLUS::Module::Fake (3p) - class for creating fake module objects
http://www.joachimschipper.nl/



Re: BGP/MPLS VPN

2011-04-14 Thread Claudio Jeker
On Tue, Apr 05, 2011 at 01:07:49PM -0700, Matt S wrote:
 Hello misc@
 
 I have read over the various postings for BGP/MPLS VPN, 
 particularly http://marc.info/?l=openbsd-miscm=127470697232025w=2 and 
 http://marc.info/?l=openbsd-miscm=129112614017103w=2.
   For learning purposes, I would like to build my own L3 BGP/MPLS VPN 
 network. 
  For now, I am going to try to do this between two locations connected by 
 broadband to the internet.  My guess is I will need to use a GRE tunnel to 
 provide the point to point connection between the locations.  How would you 
 go 
 about doing this?  Here is what I am thinking:
 
 1. Setup the gre(4) tunnel between locations and test connectivity
 2. Create the mpe(4) and define mpls labels
 3. Configure ospf and bgp
  
 I learned from a previous post that ldp is not necessary when using gre 
 tunnels 
 but I do not understand why.  Finally, correct me if I am wrong, but I most 
 likely should protect the traffic using IPSEC.  Is this necessary?
 

1. setup the network the way you like it
2. either use full static routing or use ospfd to handle the route
   distribution inside your test network.
3. make sure you can reach everything. Ping, traceroute and tcpdump is
   your friend.
4. enable MPLS on the gre interfaces and all other interfaces that may
   have tagged traffic (hint mpe(4) is not one of them)
  ifconfig gre0 mpls
5. run ldpd (the interface list should be the same as in step 4)
6. test again, see if you see MPLS tagged packets inside the gre tunnel
7. setup bgpd and the mpe interface

To be honest on directly attached systems you could probably skip step 5
since PNP will kick in but as soon as you run something one hop further
down the tunnel ldpd is needed.

Don't forget to set net.inet.gre.allow to 1 :)

-- 
:wq Claudio



relayd.conf and multiple webservers on the inside

2011-04-14 Thread Fernando Álvarez
Hi,

Is there any way to enable a reverse proxy using relayd to redirect web
requests to different webservers depending on the http header?

To clarify: (Internet) 1 IP address - OpenBSD Box - 2 Web servers  (LAN)
If I point to  www.server1.com be redirected to webserver 1, and if I go to
www.server2.com be redirected to webserver2, using the same IP on both
domain names.

As relayd.conf protocol section filters to one destination, and relay
section then applies only one defined protocol, I have no idea on how to
achieve this.

Thank you in advance,



Re: Intel 10GbE SFP+ (82599) and vlan

2011-04-14 Thread Kapetanakis Giannis
On 14/04/11 02:43, Hrvoje Popovski wrote:
 hello eveyone,

 problem is that when i enable vlan on ix interface i can't ping other
 side. servers are identical and cross connected with twinax SFP+
 cable. tried thru switches with other ix interface but same result.
 card is dual 10GbE intel SFP+ SR, but i'm not sure is it X520-D2 or
 X520-SR2 or something else ... will try boot something else to see,
 server are not near me ...

 whitout vlans network connectivity is ok.

I'm not sure what you're trying to do, but

a) are you sure you have enabled dot1q vlan tagging on the switch port
and vlan is in the list of allowed VLANs?

b) If you are not using switch (you say something about cross connected)
why do you need vlan(4) separation??
In this case you might need to define null vlan 0 and maybe vlan 1 as
well to make it behave like a switch trunk port.

Never done b) on systems

Giannis

[demime 1.01d removed an attachment of type application/pkcs7-signature which 
had a name of smime.p7s]



Re: Intel 10GbE SFP+ (82599) and vlan

2011-04-14 Thread Stuart Henderson
On 2011-04-13, Hrvoje Popovski hrv...@srce.hr wrote:
 problem is that when i enable vlan on ix interface i can't ping other 
 side.

 01:20:38.556705 802.1Q vid 0 pri 0 802.1Q vid 123 pri 0 arp who-has 
 10.3.3.2 tell 10.3.3.1

your config is OK, something is broken there. I guess this will make
it function but it's not a correct fix.

Index: if_ix.c
===
RCS file: /cvs/src/sys/dev/pci/if_ix.c,v
retrieving revision 1.50
diff -u -p -r1.50 if_ix.c
--- if_ix.c 13 Apr 2011 00:14:18 -  1.50
+++ if_ix.c 14 Apr 2011 16:36:58 -
@@ -1453,7 +1453,7 @@ ixgbe_setup_interface(struct ix_softc *s
ifp-if_capabilities = IFCAP_VLAN_MTU;
 
 #if NVLAN  0
-   ifp-if_capabilities |= IFCAP_VLAN_HWTAGGING;
+// ifp-if_capabilities |= IFCAP_VLAN_HWTAGGING;
 #endif
 
 #ifdef IX_CSUM_OFFLOAD



Re: relayd.conf and multiple webservers on the inside

2011-04-14 Thread Kevin Chadwick
On Thu, 14 Apr 2011 18:06:13 +0200
Fernando Clvarez wrote:

 To clarify: (Internet) 1 IP address - OpenBSD Box - 2 Web servers  (LAN)
 If I point to  www.server1.com be redirected to webserver 1, and if I go to
 www.server2.com be redirected to webserver2, using the same IP on both
 domain names.

Are you sure you want to do this. Do you want any ssl on these sites,
because you'll need ugly :port on your ssl urls if you do. IPs should
be cheap too.

Another possibility is to have both web servers serving both sites with
session tracking or are these seperately controlled/seperate owners.



Re: Intel 10GbE SFP+ (82599) and vlan

2011-04-14 Thread Hrvoje Popovski

On 14.4.2011 18:37, Stuart Henderson wrote:

On 2011-04-13, Hrvoje Popovskihrv...@srce.hr  wrote:

problem is that when i enable vlan on ix interface i can't ping other
side.



01:20:38.556705 802.1Q vid 0 pri 0 802.1Q vid 123 pri 0 arp who-has
10.3.3.2 tell 10.3.3.1


your config is OK, something is broken there. I guess this will make
it function but it's not a correct fix.

Index: if_ix.c
===
RCS file: /cvs/src/sys/dev/pci/if_ix.c,v
retrieving revision 1.50
diff -u -p -r1.50 if_ix.c
--- if_ix.c 13 Apr 2011 00:14:18 -  1.50
+++ if_ix.c 14 Apr 2011 16:36:58 -
@@ -1453,7 +1453,7 @@ ixgbe_setup_interface(struct ix_softc *s
ifp-if_capabilities = IFCAP_VLAN_MTU;

  #if NVLAN  0
-   ifp-if_capabilities |= IFCAP_VLAN_HWTAGGING;
+// ifp-if_capabilities |= IFCAP_VLAN_HWTAGGING;
  #endif

  #ifdef IX_CSUM_OFFLOAD



hello,

i have commented that line and compiled kernel as you said and same 
thing happens


is there any other info that i can provide

thank you for diff ...

--
/hrvoje



Ya es hora de Ahorrar en tu seguro de auto compara precio

2011-04-14 Thread Benjamin de la Garza C.
Tenemos el mejor precio en tC: seguro de auto y para muestra te presentamos 
algunos ejemplos, donde encontraras descuentos muy atractivos.

Seguro en cobertura Amplia:

 Auto Condiciones:
GM Malibu LS V6 2008  .. Amplia   $5,515 Deducible DaC1os 
Materiales 5 %
VW Bora Style 2008.. Amplia   $6,522 Deducible Robo 
Total 10 %
Sienna XLE Limited 2008   .. Amplia   $7,243 Responsabilidad 
Civil = $1,000,000 pesos
Volvo S40 T5 2008 .. Amplia   $8,087 Responsabilidad 
Civil en USA = $100,000 dC3lares
Audi A4 Luxury 2008   .. Amplia   $9,994 Gastos MC)dicos 
Ocupantes = $200,000 pesos
   Defensa Legal y 
Asistencia Vial Amparadas
  
Para mayores informes o para pedir una cotizaciC3n, favor de comunicarse a este 
mismo correo o a los telC)fonos que aparecen abajo.

BDC Seguros:
 
* Seguros de Vida (ProtecciC3n, EducaciC3n, Ahorro, Retiro)
* Seguros de Gastos MC)dicos Mayores
* Seguros de Autos 
* Seguros de Casa y Oficina
* Fianzas
 
Manejamos seguros con todas las compaC1C-as de seguros en MC)xico.

Saludos,
 
Ing. BenjamC-n De la Garza C.
BDC Seguros
Garza GarcC-a, N.L.
Email: benja...@bdcseguros.com
Tel. Oficina: (81) 8152-5370 Ext. 166
Nextel: (81) 1380-2712
  ID: 52*283960*1



Re: Intel 10GbE SFP+ (82599) and vlan

2011-04-14 Thread Hrvoje Popovski

On 14.4.2011 18:18, Kapetanakis Giannis wrote:

I'm not sure what you're trying to do, but


i'm trying to understand why vlans aren't working on ix interface
i need vlans on ix0 (interface connected to switch) for lan's and ix1 
(interface directly connected to other openbsd server) for ospf

other two bnx interfaces would be for pfsync and ptp link to isp



a) are you sure you have enabled dot1q vlan tagging on the switch port
and vlan is in the list of allowed VLANs?


yap i have and for that reason just to avoid switching problems, arp 
cache and stuff like that i enabled vlans on directly connected ix1 
interface, just for testing purposes


on bnx interfaces everything is working ok 



b) If you are not using switch (you say something about cross connected)
why do you need vlan(4) separation??
In this case you might need to define null vlan 0 and maybe vlan 1 as
well to make it behave like a switch trunk port.


tried with vlan0 but that i get this:
vlan0 with ip address, pinging thru vlan0

# tcpdump -i ix1
tcpdump: listening on ix1, link-type EN10MB
20:51:32.240914 802.1Q vid 0 pri 0 802.1Q vid 0 pri 0 arp who-has 
10.8.8.2 tell 10.8.8.1
20:51:33.250920 802.1Q vid 0 pri 0 802.1Q vid 0 pri 0 arp who-has 
10.8.8.2 tell 10.8.8.1


:)

tcpdump on vlan0 without ip address, pinging thru vlan123
# tcpdump -i vlan0
tcpdump: listening on vlan0, link-type EN10MB
20:57:32.022784 802.1Q vid 123 pri 0 arp who-has 10.5.5.2 tell 10.5.5.1
20:57:33.032790 802.1Q vid 123 pri 0 arp who-has 10.5.5.2 tell 10.5.5.1

interesting thing is that i can't see any icmp traffic only arp


--
/hrvoje



Re: relayd.conf and multiple webservers on the inside

2011-04-14 Thread Matthew Dempsky
On Thu, Apr 14, 2011 at 11:09 AM, Kevin Chadwick ma1l1i...@yahoo.co.uk wrote:
 Are you sure you want to do this. Do you want any ssl on these sites,
 because you'll need ugly :port on your ssl urls if you do.

Using Subject Alternative Names, you can get a single SSL certificate
that covers multiple hostnames.



Re: relayd.conf and multiple webservers on the inside

2011-04-14 Thread Matthew Dempsky
On Thu, Apr 14, 2011 at 11:36 AM, Matthew Dempsky matt...@dempsky.org wrote:
 On Thu, Apr 14, 2011 at 11:09 AM, Kevin Chadwick ma1l1i...@yahoo.co.uk 
 wrote:
 Are you sure you want to do this. Do you want any ssl on these sites,
 because you'll need ugly :port on your ssl urls if you do.

 Using Subject Alternative Names, you can get a single SSL certificate
 that covers multiple hostnames.

Alternatively, if someone adds SNI support to relayd, then you could
still use multiple distinct SSL certificates as well.  The version of
OpenSSL in base already supports SNI.

Also, both of these solutions assume relayd is the SSL termination
point for both web sites.  If instead you want the backends to be
responsible for handling SSL, then yeah, you need to use separate IP
addresses or ports.



Re: relayd.conf and multiple webservers on the inside

2011-04-14 Thread richardtoohey
Quoting Fernando Clvarez fernando.alva...@deimos-space.com:

 Hi,
 
 Is there any way to enable a reverse proxy using relayd to redirect web
 requests to different webservers depending on the http header?
 
 To clarify: (Internet) 1 IP address - OpenBSD Box - 2 Web servers
 (LAN)
 If I point to www.server1.com be redirected to webserver 1, and if I go
 to
 www.server2.com be redirected to webserver2, using the same IP on both
 domain names.
 
 As relayd.conf protocol section filters to one destination, and relay
 section then applies only one defined protocol, I have no idea on how
 to
 achieve this.

Don't think so, no.  Things might have moved on since this from Stuart, so I'd
love to be told I'm wrong!

http://marc.info/?l=openbsd-miscm=126278061325299w=2

 
 Thank you in advance,



Re: Intel 10GbE SFP+ (82599) and vlan

2011-04-14 Thread Hrvoje Popovski

On 14.4.2011 20:28, Hrvoje Popovski wrote:

On 14.4.2011 18:37, Stuart Henderson wrote:

On 2011-04-13, Hrvoje Popovskihrv...@srce.hr wrote:

problem is that when i enable vlan on ix interface i can't ping other
side.



01:20:38.556705 802.1Q vid 0 pri 0 802.1Q vid 123 pri 0 arp who-has
10.3.3.2 tell 10.3.3.1


your config is OK, something is broken there. I guess this will make
it function but it's not a correct fix.

Index: if_ix.c
===
RCS file: /cvs/src/sys/dev/pci/if_ix.c,v
retrieving revision 1.50
diff -u -p -r1.50 if_ix.c
--- if_ix.c 13 Apr 2011 00:14:18 - 1.50
+++ if_ix.c 14 Apr 2011 16:36:58 -
@@ -1453,7 +1453,7 @@ ixgbe_setup_interface(struct ix_softc *s
ifp-if_capabilities = IFCAP_VLAN_MTU;

#if NVLAN 0
- ifp-if_capabilities |= IFCAP_VLAN_HWTAGGING;
+// ifp-if_capabilities |= IFCAP_VLAN_HWTAGGING;
#endif

#ifdef IX_CSUM_OFFLOAD



hello,

i have commented that line and compiled kernel as you said and same
thing happens

is there any other info that i can provide

thank you for diff ...



maybe this thread will help ..

http://www.mail-archive.com/freebsd-net@freebsd.org/msg34997.html

--
/hrvoje



Re: Intel 10GbE SFP+ (82599) and vlan

2011-04-14 Thread Stuart Henderson
On 2011-04-14, Hrvoje Popovski hrv...@srce.hr wrote:
 On 14.4.2011 18:37, Stuart Henderson wrote:
 On 2011-04-13, Hrvoje Popovskihrv...@srce.hr  wrote:
 problem is that when i enable vlan on ix interface i can't ping other
 side.

 01:20:38.556705 802.1Q vid 0 pri 0 802.1Q vid 123 pri 0 arp who-has
 10.3.3.2 tell 10.3.3.1

 your config is OK, something is broken there. I guess this will make
 it function but it's not a correct fix.

 Index: if_ix.c
 ===
 RCS file: /cvs/src/sys/dev/pci/if_ix.c,v
 retrieving revision 1.50
 diff -u -p -r1.50 if_ix.c
 --- if_ix.c  13 Apr 2011 00:14:18 -  1.50
 +++ if_ix.c  14 Apr 2011 16:36:58 -
 @@ -1453,7 +1453,7 @@ ixgbe_setup_interface(struct ix_softc *s
  ifp-if_capabilities = IFCAP_VLAN_MTU;

   #if NVLAN  0
 -ifp-if_capabilities |= IFCAP_VLAN_HWTAGGING;
 +//  ifp-if_capabilities |= IFCAP_VLAN_HWTAGGING;
   #endif

   #ifdef IX_CSUM_OFFLOAD


 hello,

 i have commented that line and compiled kernel as you said and same 
 thing happens

 is there any other info that i can provide

 thank you for diff ...


Did you try it on the transmitting machine or the receiving machine
(or both)?

http://lists.freebsd.org/pipermail/freebsd-net/2010-November/027114.html
suggests that disabling this should help.



Re: Intel 10GbE SFP+ (82599) and vlan

2011-04-14 Thread Hrvoje Popovski

On 14.4.2011 23:34, Stuart Henderson wrote:

On 2011-04-14, Hrvoje Popovskihrv...@srce.hr  wrote:

On 14.4.2011 18:37, Stuart Henderson wrote:

On 2011-04-13, Hrvoje Popovskihrv...@srce.hr   wrote:

problem is that when i enable vlan on ix interface i can't ping other
side.



01:20:38.556705 802.1Q vid 0 pri 0 802.1Q vid 123 pri 0 arp who-has
10.3.3.2 tell 10.3.3.1


your config is OK, something is broken there. I guess this will make
it function but it's not a correct fix.

Index: if_ix.c
===
RCS file: /cvs/src/sys/dev/pci/if_ix.c,v
retrieving revision 1.50
diff -u -p -r1.50 if_ix.c
--- if_ix.c 13 Apr 2011 00:14:18 -  1.50
+++ if_ix.c 14 Apr 2011 16:36:58 -
@@ -1453,7 +1453,7 @@ ixgbe_setup_interface(struct ix_softc *s
ifp-if_capabilities = IFCAP_VLAN_MTU;

   #if NVLAN   0
-   ifp-if_capabilities |= IFCAP_VLAN_HWTAGGING;
+// ifp-if_capabilities |= IFCAP_VLAN_HWTAGGING;
   #endif

   #ifdef IX_CSUM_OFFLOAD



hello,

i have commented that line and compiled kernel as you said and same
thing happens

is there any other info that i can provide

thank you for diff ...



Did you try it on the transmitting machine or the receiving machine
(or both)?


i tried diff on both machines and vlans on ix0 (interface connected to 
switch) and ix1 (directly connected to other machine)


will double check everything maybe i'm doing something fundamentally 
wrong with vlans...




http://lists.freebsd.org/pipermail/freebsd-net/2010-November/027114.html
suggests that disabling this should help.



i just read that but need more time to understand :)

--
/hrvoje



Pacote Semana Santa - Pousada Éden Águas Termais

2011-04-14 Thread pousadaeden
[IMAGE]

Flashemail
Clique aqui se nco quiser receber mais e-mails de nossas campanhas.



Re: relayd.conf and multiple webservers on the inside

2011-04-14 Thread Pete Vickers
depending on your dns name flexability, another possible alternative is to use
site names like bob.example.com and alice.example.com then you can run both
via a single wildcard SSL cert *.example.com on the single IP address.


/Pete


On 14. apr. 2011, at 20:45, Matthew Dempsky matt...@dempsky.org wrote:

 On Thu, Apr 14, 2011 at 11:36 AM, Matthew Dempsky matt...@dempsky.org
wrote:
 On Thu, Apr 14, 2011 at 11:09 AM, Kevin Chadwick ma1l1i...@yahoo.co.uk
wrote:
 Are you sure you want to do this. Do you want any ssl on these sites,
 because you'll need ugly :port on your ssl urls if you do.

 Using Subject Alternative Names, you can get a single SSL certificate
 that covers multiple hostnames.

 Alternatively, if someone adds SNI support to relayd, then you could
 still use multiple distinct SSL certificates as well.  The version of
 OpenSSL in base already supports SNI.

 Also, both of these solutions assume relayd is the SSL termination
 point for both web sites.  If instead you want the backends to be
 responsible for handling SSL, then yeah, you need to use separate IP
 addresses or ports.



MARCHES PUBLICS FORMATION-MAI A JUIN 2011

2011-04-14 Thread APPELS D'OFFRES FORMATION
 ;nbs p;nb sp;n bsp;
nbsp; ;nbs p;nb sp;MAITRISER LA
PRATIQUE DES MARCHES PUBLICS

MODULE ENTREPRISES: MAITRISER LA PRATIQUE DES MARCHES PUBLICS DE
FORMATION ET POLE EMPLOI

  n bsp; nbsp; ;nbs
p;nb sp;n bsp; nbsp;
 Calendrier premier semestre 2011   nbs p;nb sp;  
;nbs p;nb sp;n bsp;
nbsp; ;nbs p;nb sp;  Module
enrichi de 2 siances de travaux pratiques sur la dimatirialisation et la
gestion des demandes et contestations des motivations de rejet. 

(Module de priparation au stage et guide pratique support papier et
numirique offert ` chaque participant). 

Madame, Monsieur,

Pour l'annie 2011, Lymde formation, entreprise spicialisie en inginierie
des marchis publics, reconduit ses sessions de formations et ateliers
pratiques sur 2 jours en inter-entreprises sur le thhme:

- Mantriser la pratique des marchis publics de formation et Ptle Emploi:
Consulter le programme en cliquant ici.

Ces formations auront lieu ` Paris, Strasbourg, Lyon,
Montpellier, Rennes, Marseille, Bordeaux et Nantes de janvier
` juin 2011.

Le programme de formation est enrichi de viritables siances de travaux
pratiques sur la dimatirialisation des riponses et la ridaction des
demandes de motivation de rejet.

Formation pratique axie sur des mises en situation et ateliers
pratiques (veille de marchis publics, ridaction de mimoire ` candidature,
mimoire technique, mimoire de conformiti, DC1 et DC2, positionnement de
votre offre, acchs aux plates-formes de dimatirialsiation pour chaque
stagiaire, ...) et accompagnie de rappels thioriques (rhgles auxquelles
sont soumises les entreprises candidates, comment ripondre au stade de la
candidature et de l'offre, les diffirentes formes de procidure de mise en
concurrence, les seuils des marchis publics, les relations avec la
personne publique pendant une procidure de mise en concurrence, les voies
de recours pour contester le rejet de votre offre, dernihres
jurisprudences ...).

A l'issue de ces 2 jours de formation pratique, chaque stagiaire aura la
mantrise de la mise en oeuvre de leur dossier de riponse ` appel d'offres
publics de formations.

Ces sessions sont animies par une iquipe de praticiens juristes et
acheteurs publics, chargis de concevoir les dossier d'appels
d'offres, analyser  les dossiers de riponses et choisir l'offre
iconomiquement la plus avantageuse.

Nous vous invitons ` prendre connaissance de notre programme en cliquant
sur le lien ci-dessous et ` riserver votre place dhs aujourd'hui en
raison du nombre limiti de participants (ces journies sont ouvertes
exclusivement aux organismes de formation et/ou d'insertion
professionnelle).

(bulletin d'inscription page 5 du document)

Prix : 940 net / personne / session de 2 jours.

Nous pouvons igalement organiser ce module de formation en intra, au sein
de votre entreprise (nous consulter au 01.42.78.30.13 ou 06.12.43.01.77
ou par email: ly...@hotmail.fr)

Dans l'attente de vous rencontrer, nous vous prions d'agrier, Madame,
Monsieur, nos respectueuses salutations.

Lymde formation/conseils

Inginierie des marchis publics - 13 rue Geoffroy L'Angevin 

75004 Paris

Siret: 5045520516 - N0 diclaration d'activiti: 11 75 43426 75

Tel/Fax: 01.42.78.30.13 - Portable: 06.12.43.01.77

Email: ly...@hotmail.fr

Ce message n'est pas un SPAM, car il contient nos donnies
d'identification et les instructions pour se disabonner. Ce message vous
a iti envoyi pour les raisons suivantes : vous jtes un partenaire de
notre entreprise, vous jtes dans notre base de donnies en raison d'une
pricidente correspondance, votre adresse a iti silectionnie ` partir
d'une base de donnies dans laquelle vous jtes rifirenci, votre adresse a
iti rendue publique par vous.
Si vous ne souhaitez pas recevoir nos offres ou si ce message vous a iti
envoyi par erreur, veuillez cliquer sur le lien de disabonnement
ci-dessous pour retirer votre adresse e-mail de notre liste de diffusion.

Disabonnement liste de diffusion



Hospedaje Web y Correos desde us$29.95/año.

2011-04-14 Thread Servidor Seguro
No puede ver la imagen correctamente? Si quiere ver una versiC3n online de
este anuncio haga clic en el siguiente link:
http://enviomasivodemails.net/mail/display.php?M=176106C=3b8f013c96f99e5cd04
5b4d41ddadf85S=5L=1N=1


Abril - 2011
Mantener SuscripciC3n   Eliminar SuscripciC3n


Le ofrecemos nuestros paquetes de hosting compartido. Estamos tan seguros
que se quedarC! con nosotros que le regalamos un aC1o gratis de Hospedaje
Web y Correos al tomar su plan por un aC1o. Paquetes individuales o
empresariales. Lo C:nico que necesita es adquirir nuestro servicio por u
aC1o y le ofrecemos un aC1o adicional totalmente gratis.

Le garantizamos que su Web y Correos estarC!n funcionando todo el tiempo
24/7. Mire un poco de los planes que tenemos para ofrecerle totalmente
escalables. Leer abajo...



MicroKey Basic = us$29.99/aC1o Clic para leer mC!s

Incluye: 10Gb de Espacio Web, 10 cuentas de e-mail, trC!fico ilimitado,
Dominio Gratis. GarantC-a 60 dC-as devoluciC3n de su dinero. Capacidad de
cada cuenta de correo hasta 10Gb/cuenta.

MicroKey Hydro Economic = us$49.99/aC1o Clic para leer mC!s

Incluye: 75Gb de Espacio Web, 100 cuentas de e-mail, trC!fico ilimitado,
Dominio Gratis. Bases de Datos MySql. GarantC-a 60 dC-as devoluciC3n de su
dinero. Capacidad de cada cuenta de correo hasta 10Gb/cuenta.

CaracterC-sticas en todo los planes:

- SIN COSTOS OCULTOS
- 99.99% de Uptime garantizado.
- Soporte a dominios ilimitados
- Subdominios ilimitados.
- Hosting EcolC3gico.
- Backups.
- EstadC-sticas.
- Soporte a Php, XHTML, Flash, Java, CGI, Ruby on Rails.
- WebMail.
- Correo electrC3nico configurable con SmartPhones (Ej. BlackBerry).
- ConfiguraciC3n fC!cil con su cliente de correo (Ej. Microsoft Outlook,
Eudora).
- Cuentas FTP Ilimitadas.
- Dominio Gratis de por vida.
- Cpanel o Plesk
- Redirecciones de correos ilimitadas
- Alianzas de correos ilimitadas
- Compatible con extensiones FrontPage
- VersiC3n de PhP 5.2.6 o superior
- VersiC3n de Apache 2.2.9 o superior
- Actualizamos nuestros servidores semanalmente.

Su cuenta de hosting compartida incluye panel de Control Cpanel o Plesk en
su C:ltima versiC3n. Sistema operativo Linux. El mC!s seguro y confiable
hasta el momento. Le brindamos excelentes beneficios con nuestros planes y
son totalmente escalables.



Haga clic aquC- para conocer mC!s sobre nosotros

MicroKey Group
VC-a Ricardo J. Alfaro, The Century Tower, Piso #4
Tel. 360-5858
Usted ha recibido este correo porque en algC:n momento nos indicC3 su
interC)s en recibir promociones o nos fue recomendado por otro de nuestros
usuarios o web sites aliados.Respetamos su derecho de privacidad y le
invitamos a darse de baja de nuestra lista de correos si no desea recibir
promociones, favor hacer clic aquC- para eliminar permanentemente su
suscripciC3n

You have received this email because at some point we indicated interest
in us promoting or recommended by other users or our partners web sites.

We respect your right and invite you to unsubscribe from our mailing list
if you want to receive promotions, Unsubscribe me from this list



MicroKey IT maneja un estricto y seguro mail marketing en internet,
cumpliendo con todas las polC-ticas Anti-Spam internacionales.

http://enviomasivodemails.net/mail/unsubscribe.php?M=176106C=3b8f013c96f99e5
cd045b4d41ddadf85L=1N=5



Write Apt and Accurate English

2011-04-14 Thread binson
Scroll
Write Apt And Accurate English

Dear friends,
The LCCI Certificate in English for Business Level 2 programme Is designed to
equip participants with the skills in writing, using formats that are current
and common in business communication.


Objectives
Write apt and accurate English suited to the stated purpose - Write business
correspondence in a clear and concise manner- Adopt the tone, form, layout,
content, and composition apppropriate to the requirement of a given situation
-Effectively resolve problems through writing.

Course Outline
Writing Skills:
Write with appropriate level of clarity, relevance, economy, logic, accuracy
and professionalism- Adopting the right style of wrting- Write busines
communication in a variety of forms including : a memo,a notice,a leafleft, a
letter and an ariticle- Obtaining and providing information- Choice of words-
Adopting the right tone- Omit irrelevant information- Expand, reduce, rewrite
and reassemble elements of text for a requested purpose.

Language:
Misunderstanding in written communications- Grammer- Vocabulary building-
Verb,  Phrasal verb, Tense- Conjunctions, Articles, Pronuncs, Propositions,
Punctuation.

Handling Different Situation:
Passive and active voice- Practive on voices (greeting, parting and polite
phrases)-Moods; sentence combination- Useful expression- Dialogue using
correct sentence combination- How to give information to enhance service

Resolving Problems using Logic Words
Logicwords-to add ideas, show causes, results, sequence and to conclude-
Practice on logic words-The 7 Step Plan.

Administrative Details

Start date: 26.05.2011
   End date: 18.08.2011
Day/Time:Thursday/ 7pm to 10pm
Course duration:13 sessions ( 1 session per week )
Training venue : 19 Carpenter Street (near Clarke Quey MRT,Central Mall )
   ***Course fee @ $250 nett (after SDF funding )
For enquiry or registration:contact Binson  @ 91783929
email:bin...@edutrainingresources.com.sg

Attention !!! Attention!!
***Course Fee excludes exam fee @ $135, textbook @ $25 and admin fee $15
SDF Funding is for Singapore Citizen and Singapore Permanent Resident only
Fee without SDF funding: $530 nett
Fee with SDF Funding: $250 nett ($280 nett subsidised by SDF )

Organised by EDU TRAINING RESOURCES PTE.LTD
Address : 40C Hongkong Street .Singapore 059679

If you no longer wish to receive our emails,you may unsubcribe


 -