Displaying 5 results from an estimated 5 matches for "incrowdusa".
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?
...his 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:* LISTEN 18800/master
>>...
2015 May 20
6
I Have Multiple Ips But Can Only Telnet to One Interface. Not the subinterface. How to Fix?
...rnel IP routing table
Destination Gateway Genmask Flags Metric Ref Use Iface
172.30.1.0 0.0.0.0 255.255.255.0 U 0 0 0 eth0
169.254.0.0 0.0.0.0 255.255.0.0 U 1002 0 0 eth0
0.0.0.0 172.30.1.1 0.0.0.0 UG 0 0 0 eth0
--
Mike McKoy
*404.590.7176*
http://MyForeverHair.com
http://www.MyModelTalk.com
http://InCrowdUSA.net
http://www.google.com/profiles/mikemckoy
2015 May 20
0
I Have Multiple Ips But Can Only Telnet to One Interface. Not the subinterface. How to Fix?
...= $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 to stop/start Postfix...
2015 May 20
0
I Have Multiple Ips But Can Only Telnet to One Interface. Not the subinterface. How to Fix?
...TH0: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
>> listening on that IP &...