Sonny T. Cruz | 1 Jul 07:50

Re: Routing

Dude, thx nga pala..yung mail server ko kasi naka local lang 192.168.1.206 and then ang gateway nya 192.168.1.207 which is local IP Address ng Web Server ko.. naka webmail kasi ako bale ang gamit kong public ip ng yung Public IP ng WEB Sever ko.
 
Thx a lot,
Sonnyboy
 
----- Original Message -----
Sent: Tuesday, June 30, 2009 8:56 PM
Subject: Re: [plug] Routing

Dude command output... Yung monitoring server kahit hindi nya kanetwork locally yung mail server, eh dapat kita nya parin by public IP (203.172.XXX.135). Or yung monitoring agent kita rin dapat yung monitoring server by 203.176.XXX.130. Question: bakit nakaroute yung traffic from mail to another server?

2009/6/30 Sonny T. Cruz <sonny-dG/dMtXWIw4@public.gmane.org>
Hi Guys,
 
Please help me again,
 
Monitoring Server: IP Address - 203.176.XXX.130 (PUBLIC PLDT IP ADD)
WEB Server: IP Address - 203.177.XXX.12 (PUBLIC GLOBE IP)
         Local IP Address - 192.168.x.207
Mail Server : IP Address - 203.172.XXX.135 (PUBLIC PLDT IP ADD)
        Local IP Address - 192.168.x.206
 
Help me how to route, mino monitor ko kasi yung SMTP ng mail server ko.. ang gateway ng mail server ko ay yung 192.168.X.207 na Local IP ng WEB Server ko.. Paano ko ba gagawin ang routing na mamo monitor ko ang SMTP ng mail server na dapat makikita ng monitoring ko yong SMTP ng mail server ko. Hindi ka network ng MOnitoring server ko yung mail server ko magkaiba sila ng network. Pag trace route ko yung mail server ko ang nakikita nyang IP ADD ay yung PUBLIC IP ng WEB sever ko.
 
 
Thanks a lot Guys,
Sonnyboy

_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph



--
I don't Yahoo! anymore :-) Yehey!

_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph
Mar Estillore | 2 Jul 02:58
Picon
Favicon

Empty SOAPAction header connecting to .net web service

Hi all,

Need some help on how to handle the exception below, got stuck with the same issue.  It's on google but had no luck finding the solution, will appreciate any lead on how to solve this from the .net webservice side.

Thank you.

Header SOAPAction is empty

Hi!

I have a really annoying problem and I really appretiate any help I can get.

I have created a webservice serverapplication that is called on from a weblogic client written in Java. I have no control over the client and can not change its behaviour in any way, I am dependent on this client to send me notifications. The problem is that the client is sending an empty SOAPAction header:

POST /Notification/Service.asmx HTTP/1.1
Content-Type: text/xml; charset="utf-8"
SOAPAction: ""
User-Agent: Java1.5.0_14
Host: 127.0.0.1:1535
Accept: text/html, image/gif, image/jpeg, */*; q=.2
Connection: Keep-Alive
Content-Length: 279

.Net requires the SOAPAction header to be non-empty which it isn't thus I'm getting a HTTP/1.1 500 Internal Server Error and the error description is xmlns:xsd="http://www.w3.org/2001/XMLSchema">:Body><soap:Fault><faultcode>soap:Client</faultcode><faultstring>System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header
SOAPAction.





_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph
Zak B. Elep | 2 Jul 05:02
Picon
Gravatar

Re: Routing

2009/6/30 Sonny T. Cruz <sonny <at> dfnn.com>:
> Hi Guys,
>
> Please help me again,
>
> Monitoring Server: IP Address - 203.176.XXX.130 (PUBLIC PLDT IP ADD)
> WEB Server: IP Address - 203.177.XXX.12 (PUBLIC GLOBE IP)
>          Local IP Address - 192.168.x.207
> Mail Server : IP Address - 203.172.XXX.135 (PUBLIC PLDT IP ADD)
>         Local IP Address - 192.168.x.206
>
> Help me how to route, mino monitor ko kasi yung SMTP ng mail server ko.. ang
> gateway ng mail server ko ay yung 192.168.X.207 na Local IP ng WEB Server
> ko.. Paano ko ba gagawin ang routing na mamo monitor ko ang SMTP ng mail
> server na dapat makikita ng monitoring ko yong SMTP ng mail server ko. Hindi
> ka network ng MOnitoring server ko yung mail server ko magkaiba sila ng
> network. Pag trace route ko yung mail server ko ang nakikita nyang IP ADD ay
> yung PUBLIC IP ng WEB sever ko.
>

One way would be to put all these hosts in a VPN and configure your
monitoring server appropriately.  Another would be to give the
monitoring server the public IP address of the SMTP server and do the
appropriate action.

Also, since you indicated that tracerouting to the SMTP server gives
the address of the web server instead, are those servers real physical
servers (fully separated from each other) or are these in a single VPS
(with the IPs assigned to virtual network interfaces?)

--

-- 
Zak B. Elep  ||  zakame.net
1486 7957 454D E529 E4F1  F75E 5787 B1FD FA53 851D
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph
fooler mail | 2 Jul 11:09
Picon

Re: Empty SOAPAction header connecting to .net web service

On Thu, Jul 2, 2009 at 8:58 AM, Mar Estillore<estilloremar@...> wrote:
> Hi all,
>
> Need some help on how to handle the exception below, got stuck with the same
> issue.  It's on google but had no luck finding the solution, will appreciate
> any lead on how to solve this from the .net webservice side.
>
> Thank you.
>
> Header SOAPAction is empty
>
> ________________________________
>
> Hi!
>
> I have a really annoying problem and I really appretiate any help I can get.
>
> I have created a webservice serverapplication that is called on from a
> weblogic client written in Java. I have no control over the client and can
> not change its behaviour in any way, I am dependent on this client to send
> me notifications. The problem is that the client is sending an empty
> SOAPAction header:
>
> POST /Notification/Service.asmx HTTP/1.1
> Content-Type: text/xml; charset="utf-8"
> SOAPAction: ""
> User-Agent: Java1.5.0_14
> Host: 127.0.0.1:1535
> Accept: text/html, image/gif, image/jpeg, */*; q=.2
> Connection: Keep-Alive
> Content-Length: 279
>
> .Net requires the SOAPAction header to be non-empty which it isn't thus I'm
> getting a HTTP/1.1 500 Internal Server Error and the error description is
> xmlns:xsd="http://www.w3.org/2001/XMLSchema">:Body><soap:Fault><faultcode>soap:Client</faultcode><faultstring>System.Web.Services.Protocols.SoapException:
> Server did not recognize the value of HTTP Header SOAPAction.

hi mar,

I read the SOAP version 1.1 specification this afternoon specifically
on the SOAP HTTP Request section 6.1
(http://www.w3.org/TR/2000/NOTE-SOAP-20000508/#_Toc478383527)... the
client is not violating that specification as it allows to send an
*empty string* ("") in the SOAPAction HTTP Header...

unfortunately... your SOAP server is not accepting empty string which
gives you an error of client fault..

your server is the one violating the specification... the
specification tells that if there is an empty string... the intent of
the SOAP message is provided by the HTTP Request-URI which is
"Notification/Service.asmx" as the soap action...

you have two options here...

1. modify the server side handler to fix the problem... or...
2. if you dont have control the server side handler..  install apache
acting as reverse proxy (mod_proxy) and modify the incoming SOAP HTTP
request (mod_headers) specifically the SOAPAction header to a
non-empty string before passing to your SOAP server... this will make
your SOAP server happy...

fooler.
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

ergoxsx | 3 Jul 02:15
Picon

Re: Good Opensource Mail System comparable to MS Exchange and Lotus Notes

thank you guys...

currently checking on zimbra and scalix as well as neon insight

Danny Ching wrote:
> try Google Apps they have licensed active sync from MS na. I don't
> know about the fees though. They serve the data and mail on their
> servers. Plus tech support. Meron din free version, but only up to 50
> users.
>
> www.google.com/a <http://www.google.com/a>
>
>
>
> On Tue, Jun 23, 2009 at 8:37 AM, ergoxsx <ergoxsx@...
> <mailto:ergoxsx@...>> wrote:
>
>     guys,
>
>     any info on what email system we could implement which is based on
>     opensource which can compete head on against exchange or lotus notes,
>     and with good PAID support.
>
>     our heads will see this as eliminating lincense woes but i see this as
>     another oppurtunity for better OSS appreciation.
>
>     our organization has about 2000 employees.
>
>
>     regards to all,
>
>     junn flores
>
>
>
>     _________________________________________________
>     Philippine Linux Users' Group (PLUG) Mailing List
>     http://lists.linux.org.ph/mailman/listinfo/plug
>     Searchable Archives: http://archives.free.net.ph
>
>
>
>
> -- 
> Regards,
> Danny Ching
> ------------------------------------------------------------------------
>
> _________________________________________________
> Philippine Linux Users' Group (PLUG) Mailing List
> http://lists.linux.org.ph/mailman/listinfo/plug
> Searchable Archives: http://archives.free.net.ph
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

Nelson Serafica | 3 Jul 07:25
Picon
Gravatar

using multiple gw

I have 2 isp provider (ISPA and ISPB) and I have 1 machine. The 2 isp 
provide a modem/router and both of them hook up on the same switch. I 
called it "PUBLIC SWITCH". My web server was connected also on the 
PUBLIC SWITCH and use ISPA provided ip address and its gateway.

What I want to do is also use ISPB on the same server. I have only 2 NIC 
(1 on PUBLIC SWITCH and 1 on my private network) on my webserver. But 
since it was connected on the PUBLIC SWITCH, I can use ISPB.

I put ip address provided by ISPB as virtual (ifcfg-eth0:1) and the 
metric gateway was 1. But I think this won't work as expected.

Is there a way wherein I can use both ISP and their provided ip block on 
my web server (just like a router)? My client is on a tight budget and 
don't want to purchase another machine just for a load balancer. But 
purchasing another NIC card is ok.

The OS is CentOS 5.3 with kernel 2.6.18-128.el5. Upon Googling, there is 
a patch on the kernel on how to do this but it seems old. Just asking a 
recommendation on the list who is expert to this.
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

eric rosel | 3 Jul 07:45
Picon
Favicon

Re: Good Opensource Mail System comparable to MS Exchange and Lotus Notes


Hi ergoxsx,

I was able to try neonInsight for production for some clients a few weeks ago, it was a disaster!  Steer clear
of it for now.  The support people tell me that it's still in beta.  And depending on where/when you're going
to need them, you might have problems contacting their support due to timezone differences.

In fairness to Bynari (the company behind neonInsight), they have excellent support people.  And the
previous version of Insight Server was rock-solid.  

HTH,
-eric

--- On Fri, 7/3/09, ergoxsx <ergoxsx@...> wrote:

> From: ergoxsx <ergoxsx@...>
> Subject: Re: [plug] Good Opensource Mail System comparable to MS Exchange and Lotus Notes
> To: "Philippine Linux Users' Group (PLUG) Technical Discussion List" <plug@...>
> Date: Friday, July 3, 2009, 8:15 AM
> thank you guys...
> 
> currently checking on zimbra and scalix as well as neon
> insight
> 
> 
> 
> Danny Ching wrote:
> > try Google Apps they have licensed active sync from MS
> na. I don't
> > know about the fees though. They serve the data and
> mail on their
> > servers. Plus tech support. Meron din free version,
> but only up to 50
> > users.
> >
> > www.google.com/a <http://www.google.com/a>
> >
> >
> >
> > On Tue, Jun 23, 2009 at 8:37 AM, ergoxsx <ergoxsx@...
> > <mailto:ergoxsx@...>>
> wrote:
> >
> >     guys,
> >
> >     any info on what email system
> we could implement which is based on
> >     opensource which can compete
> head on against exchange or lotus notes,
> >     and with good PAID support.
> >
> >     our heads will see this as
> eliminating lincense woes but i see this as
> >     another oppurtunity for better
> OSS appreciation.
> >
> >     our organization has about
> 2000 employees.
> >
> >
> >     regards to all,
> >
> >     junn flores

      
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

ergoxsx | 3 Jul 08:13
Picon

Re: Good Opensource Mail System comparable to MS Exchange and Lotus Notes

thanks, eric.

btw, does any have real insights on comparison vis-a-vis lotus notes and
exchange against zimbra?  this seems to be a promising one but the
enterprise version also is heavy on price. 

-junn flores-

eric rosel wrote:
> Hi ergoxsx,
>
> I was able to try neonInsight for production for some clients a few weeks ago, it was a disaster!  Steer clear
of it for now.  The support people tell me that it's still in beta.  And depending on where/when you're going
to need them, you might have problems contacting their support due to timezone differences.
>
> In fairness to Bynari (the company behind neonInsight), they have excellent support people.  And the
previous version of Insight Server was rock-solid.  
>
> HTH,
> -eric
>
>
> --- On Fri, 7/3/09, ergoxsx <ergoxsx@...> wrote:
>
>   
>> From: ergoxsx <ergoxsx@...>
>> Subject: Re: [plug] Good Opensource Mail System comparable to MS Exchange and Lotus Notes
>> To: "Philippine Linux Users' Group (PLUG) Technical Discussion List" <plug@...>
>> Date: Friday, July 3, 2009, 8:15 AM
>> thank you guys...
>>
>> currently checking on zimbra and scalix as well as neon
>> insight
>>
>>
>>
>> Danny Ching wrote:
>>     
>>> try Google Apps they have licensed active sync from MS
>>>       
>> na. I don't
>>     
>>> know about the fees though. They serve the data and
>>>       
>> mail on their
>>     
>>> servers. Plus tech support. Meron din free version,
>>>       
>> but only up to 50
>>     
>>> users.
>>>
>>> www.google.com/a <http://www.google.com/a>
>>>
>>>
>>>
>>> On Tue, Jun 23, 2009 at 8:37 AM, ergoxsx <ergoxsx@...
>>> <mailto:ergoxsx@...>>
>>>       
>> wrote:
>>     
>>>     guys,
>>>
>>>     any info on what email system
>>>       
>> we could implement which is based on
>>     
>>>     opensource which can compete
>>>       
>> head on against exchange or lotus notes,
>>     
>>>     and with good PAID support.
>>>
>>>     our heads will see this as
>>>       
>> eliminating lincense woes but i see this as
>>     
>>>     another oppurtunity for better
>>>       
>> OSS appreciation.
>>     
>>>     our organization has about
>>>       
>> 2000 employees.
>>     
>>>     regards to all,
>>>
>>>     junn flores
>>>       
>
>
>
>       
> _________________________________________________
> Philippine Linux Users' Group (PLUG) Mailing List
> http://lists.linux.org.ph/mailman/listinfo/plug
> Searchable Archives: http://archives.free.net.ph
>
>   
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

jopoy solano | 3 Jul 10:04
Picon

Re: Introducing FOSS/Linux to Students

You can encourage them by drawing out a career path in using
FOSS/Linux. Also, how FOSS/Linux can improve their lives.

'Jopoy

On Thu, Jul 31, 2008 at 10:20 AM, Luisito G.
Trinidad<siul1213@...> wrote:
> ah maybe basic of how to administer linux.
>
>
> On Wed, Jul 30, 2008 at 12:55 PM, Danny Ching <dlccorps@...> wrote:
>>
>> compiz bling bling should be installed by default using Ubuntu Hardy
>> Heron's live cd. And if I'm not mistaken on Mepis 7.0
>>
>> for reference:
>>
>>
>> http://lhansen.blogspot.com/2008/04/3d-desktop-compz-fusion-on-ubuntu-804.html
>>
>> or
>>
>> http://www.howtoforge.com/compiz-fusion-ubuntu-8.04-nvidia-geforce-fx-5200
>>
>> If you can, get an computer with intel graphics, so you don't have to
>> download drivers for ati and nvidia.
>>
>> On Wed, Jul 30, 2008 at 10:34 AM, david t. asuncion, jr.
>> <daveasuncion@...> wrote:
>>>
>>> Thank you to all who have pitched in their ideas.
>>>
>>> We are from the LGU of Paniqui, Tarlac.  PLUG members and lurkers are
>>> welcome. :)
>>>
>>> The students will come from college schools within this municipality.
>>> All of them should be taking computer related courses.
>>>
>>> We plan to hold it on August 22, 2008.
>>>
>>> @Danny Ching:
>>>
>>> Can you please point to a tutorial on how to do the bling bling on
>>> Compiz?  Honestly, I am not a fan of compiz... I actually hate it. :(
>>>
>>> @Ludwig Isaac Lim are Tito Escano and all others:
>>>
>>> Thanks, all your suggestions are noted.
>>>
>>>
>>> --
>>> David Tacasa Asuncion, Jr.
>>> website keeper, forever linux newbie, BUM extraordinaire
>>>
>>> Linux User # 406430
>>> http://counter.li.org/
>>>
>>> GPG: 0A024BC0
>>>
>>>
>>>
>>> _________________________________________________
>>> Philippine Linux Users' Group (PLUG) Mailing List
>>> http://lists.linux.org.ph/mailman/listinfo/plug
>>> Searchable Archives: http://archives.free.net.ph
>>
>>
>>
>> --
>> Regards,
>> Danny Ching
>>
>> _________________________________________________
>> Philippine Linux Users' Group (PLUG) Mailing List
>> http://lists.linux.org.ph/mailman/listinfo/plug
>> Searchable Archives: http://archives.free.net.ph
>
>
>
> --
> Luisito Trinidad
> Instructor
> General De Jesus College
> San Isidro, Nueva Ecija
> --*****---
>
> Registered Linux User #446936
>
>
> _________________________________________________
> Philippine Linux Users' Group (PLUG) Mailing List
> http://lists.linux.org.ph/mailman/listinfo/plug
> Searchable Archives: http://archives.free.net.ph
>
_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph

Alec Joseph Rivera | 3 Jul 13:22
Picon
Gravatar

Re: using multiple gw

Try looking for LARTC on googs. It's got a lot of examples to help you
achieve what you want.

Agi

Nelson Serafica wrote:
> I have 2 isp provider (ISPA and ISPB) and I have 1 machine. The 2 isp 
> provide a modem/router and both of them hook up on the same switch. I 
> called it "PUBLIC SWITCH". My web server was connected also on the 
> PUBLIC SWITCH and use ISPA provided ip address and its gateway.
>
> What I want to do is also use ISPB on the same server. I have only 2 NIC 
> (1 on PUBLIC SWITCH and 1 on my private network) on my webserver. But 
> since it was connected on the PUBLIC SWITCH, I can use ISPB.
>
> I put ip address provided by ISPB as virtual (ifcfg-eth0:1) and the 
> metric gateway was 1. But I think this won't work as expected.
>
> Is there a way wherein I can use both ISP and their provided ip block on 
> my web server (just like a router)? My client is on a tight budget and 
> don't want to purchase another machine just for a load balancer. But 
> purchasing another NIC card is ok.
>
> The OS is CentOS 5.3 with kernel 2.6.18-128.el5. Upon Googling, there is 
> a patch on the kernel on how to do this but it seems old. Just asking a 
> recommendation on the list who is expert to this.
> _________________________________________________
> Philippine Linux Users' Group (PLUG) Mailing List
> http://lists.linux.org.ph/mailman/listinfo/plug
> Searchable Archives: http://archives.free.net.ph
>
>   

_________________________________________________
Philippine Linux Users' Group (PLUG) Mailing List
http://lists.linux.org.ph/mailman/listinfo/plug
Searchable Archives: http://archives.free.net.ph


Gmane