On 11/01/2012 07:48 PM, Alex issued this missive:
Hi,

I have a host with an ethernet interface and an alias that I've
created. I need packets to specifically be routed through the alias
interface because that is the IP address the remote host is expecting.

Should I do this using SNAT or otherwise with iptables? Does someone
have an example they can forward on for routing all packets through a
specific interface?

Just to be clear, when I telnet to a specific port on a remote host,
the remote host receives it as the primary interface. It should be
leaving the source through the virtual IP.

Add a route:

route add -net <www.xxx.yyy.zzz> netmask <aaa.bbb.ccc.ddd> dev <desired-network-device>

Example:

        route add -net 10.1.1.0 netmask 255.255.255.0 dev eth1:0

----------------------------------------------------------------------
- Rick Stevens, Systems Engineer, AllDigital    ri...@alldigital.com -
- AIM/Skype: therps2        ICQ: 22643734            Yahoo: origrps2 -
-                                                                    -
-    "Hello. My PID is Inigo Montoya.  You `kill -9'-ed my parent    -
-                     process.  Prepare to vi."                      -
----------------------------------------------------------------------
--
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines
Have a question? Ask away: http://ask.fedoraproject.org

Reply via email to