route to deferent gateways depend on the protocol

route to deferent gateways depend on the protocol

am 20.12.2004 09:17:25 von Kev

Hi all,

is it possible to route to deferent gateways depend on the protocol (Eg:SMTP)
using Linux routing tabes or iptabels, if so does any one know how to do
it ?

thanks
Kev
-------
Web Hosting at a cheap price, starting at $1 per month with your own domain, .COM, .NET, .LK, .ORG etc..
PHP, CGI, Perl, MySQL, Cpanel 9, POP3, POP3s, SMTP, IMAP, FTP,
http://www.orbitsl.net

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Re: route to deferent gateways depend on the protocol

am 20.12.2004 17:42:11 von Ray Olszewski

At 02:17 PM 12/20/2004 +0600, Kev wrote:
>Hi all,
>
>is it possible to route to deferent gateways depend on the protocol (Eg:SMTP)
>using Linux routing tabes or iptabels, if so does any one know how to do
>it ?

With respect to routing tables, the answer is a definite no. Routing tables
operate only at the IP-address level (network layer), and protocols are the
next level up (transport layer -- TCP or UDP).

With respect to iptables ... I cannot immediately think of a way to do
this, but iptables offers an awful lot of flexibility, so I would not rule
out some tricky solution, especially in a context where the gateways are
NATing routers. But I have nothing specific to suggest.


>thanks
>Kev





-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Re: route to deferent gateways depend on the protocol

am 20.12.2004 18:32:33 von mailing-lists

On Mon, 20 Dec 2004, Ray Olszewski wrote:

> At 02:17 PM 12/20/2004 +0600, Kev wrote:
> >Hi all,
> >
> >is it possible to route to deferent gateways depend on the protocol (Eg:SMTP)
> >using Linux routing tabes or iptabels, if so does any one know how to do
> >it ?

For registerd services one could try to filter and redirect based on
src/dest port but that is not rocksolid. Is the smtp server at your
intranet or internet side ? If it's in your local net shouldn't be much of
a problem.. with iptables or pf.

> With respect to routing tables, the answer is a definite no. Routing tables
> operate only at the IP-address level (network layer), and protocols are the
> next level up (transport layer -- TCP or UDP).
>
> With respect to iptables ... I cannot immediately think of a way to do
> this, but iptables offers an awful lot of flexibility, so I would not rule
> out some tricky solution, especially in a context where the gateways are
> NATing routers. But I have nothing specific to suggest.
>
> >thanks
> >Kev

J.

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs

Re[2]: route to deferent gateways depend on the protocol

am 21.12.2004 03:21:42 von Kev

> With respect to iptables ... I cannot immediately think of a way to do
> this, but iptables offers an awful lot of flexibility, so I would not rule
> out some tricky solution, especially in a context where the gateways are
> NATing routers. But I have nothing specific to suggest.

im testing with iptables, if things go right, i will let you all knows,
if any one know how to do this, plz let me know :)

-------
Web Hosting at a cheap price, starting at $1 per month with your own domain, .COM, .NET, .LK, .ORG etc..
PHP, CGI, Perl, MySQL, Cpanel 9, POP3, POP3s, SMTP, IMAP, FTP,
http://www.orbitsl.net


--------------------------
Email Disclaimer
http://www.metalanka.com/email/email.html

Sent on 21/12/2004 by Kev to Ray Olszewski (ray@comarre.com).

-
To unsubscribe from this list: send the line "unsubscribe linux-newbie" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.linux-learn.org/faqs