And the ifconfig output?
kumomta server >>>>
ifconfig
enp1s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 155.138.230.200 netmask 255.255.254.0 broadcast 155.138.231.255
inet6 fe80::5400:5ff:fe02:282f prefixlen 64 scopeid 0x20
ether 56:00:05:02:28:2f txqueuelen 1000 (Ethernet)
RX packets 47908 bytes 48152090 (48.1 MB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 20346 bytes 3774462 (3.7 MB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
enp8s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1450
inet 10.0.0.8 netmask 255.255.0.0 broadcast 10.0.255.255
inet6 fe80::5800:5ff:fe02:282f prefixlen 64 scopeid 0x20
ether 5a:00:05:02:28:2f txqueuelen 1000 (Ethernet)
RX packets 132 bytes 9164 (9.1 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 203 bytes 12037 (12.0 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
kumoproxy-server >>>
ifconfig
enp1s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1500
inet 144.202.21.208 netmask 255.255.254.0 broadcast 144.202.21.255
inet6 fe80::5400:5ff:fe03:b8ec prefixlen 64 scopeid 0x20
ether 56:00:05:03:b8:ec txqueuelen 1000 (Ethernet)
RX packets 2525 bytes 331825 (331.8 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 1620 bytes 467903 (467.9 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
enp8s0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST> mtu 1450
inet 10.0.0.6 netmask 255.255.0.0 broadcast 10.0.255.255
inet6 fe80::5800:5ff:fe03:b8ec prefixlen 64 scopeid 0x20
ether 5a:00:05:03:b8:ec txqueuelen 1000 (Ethernet)
RX packets 87 bytes 4110 (4.1 KB)
RX errors 0 dropped 0 overruns 0 frame 0
TX packets 21 bytes 1606 (1.6 KB)
TX errors 0 dropped 0 overruns 0 carrier 0 collisions 0
So once again, you are telling the proxy to use 155.138.230.200 for sending, but it is not present on the proxy server.
I am bit confused now. You mean to say that, I should provide the ip of proxy server??
Source address is you telling the system which IP to use to communicate to the outside world. You keep telling KumoProxy to use 155.138.230.200 to communicate with the outside world, but that IP is not present on the proxy server.
If you want to use 155.138.230.200 to send to the outside world, it needs to be on the proxy.
If you want to use 144.202.21.208 to send to the outside world then set it as the socks5_proxy_source_address
First I tell you, that
kumomta server has 2 ips 155.138.230.200(primary), 155.138.227.27
kumoproxy has one private ip - 10.0.0.6 & one public ip - 144.202.21.208
so my question is, is my sources.toml file incorrect?
[source.“ip-1”]
socks5_proxy_server = ‘10.0.0.6:5000’
socks5_proxy_source_address = ‘155.138.227.27’
[source.“ip-2”]
socks5_proxy_server = ‘10.0.0.6:5000’
socks5_proxy_source_address = ‘155.138.230.200’
As I told you, your sources.toml is incorrect.
Since you have not made your intentions clear, I suggest we take a step back.
What IP address should gmail.com see your message coming from?
it will be proxy ip
No, be specific, what IP address should Google see when you send them a message?
155.138.230.200
And you specifically want the message to route via the proxy server?
yes
Then move 155.138.230.200 to the proxy server.
[source."ip-2"]
socks5_proxy_server = '10.0.0.6:5000'
socks5_proxy_source_address = '155.138.230.200'
okay let me try