View Single Post
  #5 (permalink)  
Old 04-14-2006, 12:26 PM
tobuck tobuck is offline
Active Member
 
Posts: 25
Default

Kevin,

How do I remove vortex.tmocon.com from zimbra?

Also, I'm supplying more info. See below:

hosts file on enterprise:

127.0.0.1 localhost.localdomain localhost
192.168.2.2 enterprise.office.tmocon.com enterprise
#142.179.183.240 vortex.tmocon.com vortex

resolv.conf on enterprise:

nameserver 192.168.2.1
search office.tmocon.com


/etc/sysconfig/network:

NETWORKING=yes
HOSTNAME=enterprise.office.tmocon.com


netstat -a|grep LISTEN (excluded stream sockets)


tcp 0 0 *:ldap *:* LISTEN
tcp 0 0 localhost.localdomain:10024 *:* LISTEN
tcp 0 0 *:41736 *:* LISTEN
tcp 0 0 localhost.localdomain:10025 *:* LISTEN
tcp 0 0 localhost.localdomain:7306 *:* LISTEN
tcp 0 0 localhost.localdomain:7307 *:* LISTEN
tcp 0 0 *:3310 *:* LISTEN
tcp 0 0 *:sunrpc *:* LISTEN
tcp 0 0 *:ipp *:* LISTEN
tcp 0 0 *:smtp *:* LISTEN
tcp 0 0 *:ldaps *:* LISTEN
tcp 0 0 *:imaps *:* LISTEN
tcp 0 0 *op3s *:* LISTEN
tcp 0 0 *:7780 *:* LISTEN
tcp 0 0 localhost.localdomain:8005 *:* LISTEN
tcp 0 0 *op3 *:* LISTEN
tcp 0 0 *:imap *:* LISTEN
tcp 0 0 *:http *:* LISTEN
tcp 0 0 *:7025 *:* LISTEN
tcp 0 0 *:ssh *:* LISTEN
tcp 0 0 *:https *:* LISTEN
tcp 0 0 *:7071 *:* LISTEN


ifconfig -a

eth0 Link encap:Ethernet HWaddr 00:50:BA:CB:85:5D
inet addr:192.168.2.2 Bcast:192.168.2.255 Mask:255.255.255.0
inet6 addr: fe80::250:baff:fecb:855d/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:25962 errors:0 dropped:0 overruns:0 frame:0
TX packets:13409 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:2855385 (2.7 MiB) TX bytes:1499043 (1.4 MiB)
Interrupt:10 Base address:0x8000

eth1 Link encap:Ethernet HWaddr 00:50:BA:BD:98:62
inet addr:142.179.183.240 Bcast:142.179.183.255 Mask:255.255.248.0
inet6 addr: fe80::250:baff:febd:9862/64 Scope:Link
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:47760 errors:0 dropped:0 overruns:0 frame:0
TX packets:49395 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:1000
RX bytes:15739296 (15.0 MiB) TX bytes:7395944 (7.0 MiB)
Interrupt:5

lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
inet6 addr: ::1/128 Scope:Host
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:226139 errors:0 dropped:0 overruns:0 frame:0
TX packets:226139 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:105248720 (100.3 MiB) TX bytes:105248720 (100.3 MiB)

sit0 Link encap:IPv6-in-IPv4
NOARP MTU:1480 Metric:1
RX packets:0 errors:0 dropped:0 overruns:0 frame:0
TX packets:0 errors:0 dropped:0 overruns:0 carrier:0
collisions:0 txqueuelen:0
RX bytes:0 (0.0 b) TX bytes:0 (0.0 b)


Thanks in advance.
Reply With Quote