# ip route sh
... (тута роуты на сеть VPN. не важно)
192.168.1.0/24 dev eth0 proto kernel scope link src 192.168.1.150
... (тута тоже роуты на сеть VPN. и тоже не важно)
212.193.32.0/20 via 192.168.1.1 dev eth0
... (тут всё роуты на сети провайдера)
88.147.128.0/17 via 192.168.1.1 dev eth0
# ip route sh table icq-proto
default via 192.168.1.1 dev eth0
# nmap -P0 -p5190 login.icq.com
Starting Nmap 5.00 (
http://nmap.org ) at 2010-09-20 19:10 MSD
nexthost: failed to determine route to 205.188.251.43
QUITTING!
# iptables -t mangle -L -nv
Chain PREROUTING (policy ACCEPT 39M packets, 23G bytes)
pkts bytes target prot opt in out source destination
0 0 MARK tcp -- * * 0.0.0.0/0 0.0.0.0/0 tcp dpt:5190 MARK xset 0x1/0xffffffff
Chain INPUT (policy ACCEPT 39M packets, 23G bytes)
pkts bytes target prot opt in out source destination
Chain FORWARD (policy ACCEPT 184K packets, 46M bytes)
pkts bytes target prot opt in out source destination
Chain OUTPUT (policy ACCEPT 49M packets, 54G bytes)
pkts bytes target prot opt in out source destination
Chain POSTROUTING (policy ACCEPT 50M packets, 54G bytes)
pkts bytes target prot opt in out source destination
[