[exim-dev] [Bug 1405] New: Local Address Not Parsing Correct…

Top Page
Delete this message
Reply to this message
Author: Phil
Date:  
To: exim-dev
Subject: [exim-dev] [Bug 1405] New: Local Address Not Parsing Correctly
------- You are receiving this mail because: -------
You are on the CC list for the bug.

http://bugs.exim.org/show_bug.cgi?id=1405
           Summary: Local Address Not Parsing Correctly
           Product: Exim
           Version: 4.80.1
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: bug
          Priority: medium
         Component: Networking
        AssignedTo: nigel@???
        ReportedBy: battman21@???
                CC: exim-dev@???



The local machine's IP address is 192.168.1.102, but when exim calls DNS and a
remote spamd, it is sourcing as 192.168.1.12.

[root@alarm ~]# ifconfig -a
eth0: flags=4163<UP,BROADCAST,RUNNING,MULTICAST>  mtu 1500
        inet 192.168.1.102  netmask 255.255.255.0  broadcast 192.168.1.255
        inet6 fe80::225:31ff:fe05:eb48  prefixlen 64  scopeid 0x20<link>
        ether 00:25:31:05:eb:48  txqueuelen 1000  (Ethernet)
        RX packets 784878  bytes 313480192 (298.9 MiB)
        RX errors 0  dropped 745  overruns 0  frame 0
        TX packets 779295  bytes 308290320 (294.0 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0
        device interrupt 11


lo: flags=73<UP,LOOPBACK,RUNNING>  mtu 16436
        inet 127.0.0.1  netmask 255.0.0.0
        inet6 ::1  prefixlen 128  scopeid 0x10<host>
        loop  txqueuelen 0  (Local Loopback)
        RX packets 51887  bytes 65814243 (62.7 MiB)
        RX errors 0  dropped 0  overruns 0  frame 0
        TX packets 51887  bytes 65814243 (62.7 MiB)
        TX errors 0  dropped 0 overruns 0  carrier 0  collisions 0



[root@alarm ~]# netstat -anpltuwc | egrep 192.168.1.12
udp        0      0 192.168.1.12:48072      192.168.1.1:53          ESTABLISHED
-
udp        0      0 192.168.1.12:55669      192.168.1.1:53          ESTABLISHED
-
tcp        0      0 192.168.1.12:49960      192.168.1.6:783         FIN_WAIT2  
24579/exim
tcp        0      0 192.168.1.12:49961      192.168.1.6:783         FIN_WAIT2  
24664/exim



--
Configure bugmail: http://bugs.exim.org/userprefs.cgi?tab=email