From: Dank Bagryantsev <4alt@mail.ru> To: PEGAS TOUR - DMITRIY <community@altlinux.ru> Subject: Re[2]: [Comm] настройка отправки почты по 2м каналам Date: Fri, 27 May 2005 11:18:55 +0300 Message-ID: <1179161729.20050527111855@lugaport.net> (raw) In-Reply-To: <2dc901c56040$c876f5e0$0102a8c0@superserver> Здравствуйте, PEGAS. Вы писали 24 мая 2005 г., 12:13:00: >> >> Если роутер и почтовый сервер это одна машина то сделать такое очень >> >> затруднительно. >> > да, именно одна машина. затруднительно, но может все же возможно? >> > сейчас препятствие только в том, что неправильный адрес подставляется >> > в адресе отправителя... хотя nat на postrouting пакетов в это PTD> подключение >> > настроен. >> > где можно порыть в данном направлении? >> > как еще можно подменить адрес пакетов? >> >> Очень затруднительно это значит что я не знаю как такое сделать >> стандартными средствами. >> Просто в твоем случае решение о маршрутизации принимается раньше чем >> сработает iptables и пометит трафик. Поэтому маршрутизация по меткам >> не заработает. >> Надо перечитать LARTC HOWTO. Может и возможно такое сделать. PTD> Маршрутизация по меткам у меня работает(имхо), пакеты приходят на тот PTD> интерфейс который нужно, PTD> но с адресом отправителя дефолтного интерфейса - по дефолтному маршруту. PTD> И я пока не представляю как его там уже поменять... возможно еще nat и в ip PTD> route?... PTD> а не только в iptables IMHO, можно сделать что-то похожее: для iptables: $IPTABLES -t mangle -A OUTPUT -p tcp --dport 25 MARK --set-mark 1 $IPTABLES -t nat -A POSTROUTING -m mark --mark 1 -j SNAT --to-source xxx.xxx.xxx.xxx Возможно нужно будет добавить похожее для iproute2: ip rule add from xxx.xxx.xxx.xxx table int2 ip route add default via $IPREMOTE dev $IFNAME table int2 ip route flush cache Можно еще повесить postfix на dummy0 и сделать SNAT/DNAT на двух интерфейсах. P.S. О результатах сообщите в рассылку, pls. Поскольку похожие вопросы неоднократно здесь поднимались. -- С уважением, Dank
next prev parent reply other threads:[~2005-05-27 8:18 UTC|newest] Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top 2005-05-23 13:16 ` Genix 2005-05-24 7:47 ` Maxim Tyurin 2005-05-24 8:04 ` PEGAS TOUR - DMITRIY 2005-05-24 8:47 ` Maxim Tyurin 2005-05-24 9:13 ` PEGAS TOUR - DMITRIY 2005-05-27 8:18 ` Dank Bagryantsev [this message] 2005-05-24 8:16 ` [Comm] " Michael Shigorin
Reply instructions: You may reply publicly to this message via plain-text email using any one of the following methods: * Save the following mbox file, import it into your mail client, and reply-to-all from there: mbox Avoid top-posting and favor interleaved quoting: https://en.wikipedia.org/wiki/Posting_style#Interleaved_style * Reply using the --to, --cc, and --in-reply-to switches of git-send-email(1): git send-email \ --in-reply-to=1179161729.20050527111855@lugaport.net \ --to=4alt@mail.ru \ --cc=community@altlinux.ru \ /path/to/YOUR_REPLY https://kernel.org/pub/software/scm/git/docs/git-send-email.html * If your mail client supports setting the In-Reply-To header via mailto: links, try the mailto: link
ALT Linux Community general discussions This inbox may be cloned and mirrored by anyone: git clone --mirror http://lore.altlinux.org/community/0 community/git/0.git # If you have public-inbox 1.1+ installed, you may # initialize and index your mirror using the following commands: public-inbox-init -V2 community community/ http://lore.altlinux.org/community \ mandrake-russian@linuxteam.iplabs.ru community@lists.altlinux.org community@lists.altlinux.ru community@lists.altlinux.com public-inbox-index community Example config snippet for mirrors. Newsgroup available over NNTP: nntp://lore.altlinux.org/org.altlinux.lists.community AGPL code for this site: git clone https://public-inbox.org/public-inbox.git