Displaying 6 results from an estimated 6 matches for "mymodeltalk".
2015 May 20
6
I Have Multiple Ips But Can Only Telnet to One Interface. Not the subinterface. How to Fix?
...ith every
keyword I can think of to no avail. I can see that postfix is only
listening on the first IP and to localhost. The IP I cannot smtp to is on
ETH0:1. I can access it via port 80 (web traffic) but the connection is
refused if i try to telnet. [image: :shock:]
The domain I can telenet to is mymodeltalk.com
The domain I cannot telenet to is inform.mymodeltalk.com
I have posted my current IP Tables rules, netstat, ifconfig -a, and route
-n. I have SElinux set to permissive.
[root at mail1 log]# netstat -plnt |grep :25
tcp 0 0 172.30.1.113:25 0.0.0.0:* LISTEN 18800/master
tcp 0 0 127.0.0.1:25 0.0.0...
2015 May 20
0
I Have Multiple Ips But Can Only Telnet to One Interface. Not the subinterface. How to Fix?
...ith every
keyword I can think of to no avail. I can see that postfix is only
listening on the first IP and to localhost. The IP I cannot smtp to is on
ETH0:1. I can access it via port 80 (web traffic) but the connection is
refused if i try to telnet. [image: :shock:]
The domain I can telenet to is mymodeltalk.com
The domain I cannot telenet to is inform.mymodeltalk.com
<snip>
-----------------------
Hi,
At a rough guess it's because those domains are pointing to different IPs:
inform.mymodeltalk.com. 3600 IN A 52.0.33.25
mymodeltalk.com. 600 IN A 52.0.148.79
Also you probably should use SS...
2015 May 20
2
I Have Multiple Ips But Can Only Telnet to One Interface. Not the subinterface. How to Fix?
On 05/20/2015 10:34 AM, Mike McKoy wrote:
> There must be something else keeping the instance of postfix from listening on that IP & port.... I'm thinking something at the CENTOS level. I cannot get the port to open on 172.30.1.65 regardless of what I try.
>
> Again here is the config I have in /etc/postfix-immt/main.cf.
Are you sure those files are being used, rather than files
2015 May 20
2
I Have Multiple Ips But Can Only Telnet to One Interface. Not the subinterface. How to Fix?
...op/start Postfix when this parameter changes.
#
#inet_interfaces = all
#inet_interfaces = $myhostname
#inet_interfaces = $myhostname, localhost
inet_interfaces = 172.30.1.65
# Enable IPv4, and IPv6 if supported
inet_protocols = all
--
Mike McKoy
*404.590.7176*
http://MyForeverHair.com
http://www.MyModelTalk.com
http://InCrowdUSA.net
http://www.google.com/profiles/mikemckoy
On Wed, May 20, 2015 at 7:59 AM, Tris Hoar <trishoar at bgfl.org> wrote:
> On 20/05/2015 11:41, Mike McKoy wrote:
>
>> [root at mail1 log]# netstat -plnt |grep :25
>> tcp 0 0 172.30.1.113:25 0.0.0.0:* LISTE...
2015 May 20
0
I Have Multiple Ips But Can Only Telnet to One Interface. Not the subinterface. How to Fix?
...= all
#inet_interfaces = $myhostname
#inet_interfaces = $myhostname, localhost
inet_interfaces = 172.30.1.65
# Enable IPv4, and IPv6 if supported
inet_protocols = all
I appreciate all help. I'm extremely desperate at this hour.
--
Mike McKoy
*404.590.7176*
http://MyForeverHair.com
http://www.MyModelTalk.com
http://InCrowdUSA.net
http://www.google.com/profiles/mikemckoy
On Wed, May 20, 2015 at 1:03 PM, Mike McKoy <mikemckoy at gmail.com> wrote:
> Hi trish, i have postfix configured to listen on that ip... it's still not
> listening.
>
> see below:
>
> # Note: you need...
2015 May 20
0
I Have Multiple Ips But Can Only Telnet to One Interface. Not the subinterface. How to Fix?
...st for a subinterface ETH0:1 for port 25. If that isn't the solution what
other troubleshooting steps should I take from the OS side as POSTFIX isn't
the issue. It can't hear what it's not being allowed to listen too.
--
Mike McKoy
*404.590.7176*
http://MyForeverHair.com
http://www.MyModelTalk.com
http://InCrowdUSA.net
http://www.google.com/profiles/mikemckoy
On Wed, May 20, 2015 at 2:02 PM, Gordon Messmer <gordon.messmer at gmail.com>
wrote:
> On 05/20/2015 10:34 AM, Mike McKoy wrote:
>
>> There must be something else keeping the instance of postfix from
>> lis...