problema server mail ubuntu
Inviato: sab 14 set , 2013 5:21 pm
Salve a tutti inazitutto vorrei ringraziare tutto lo staff per le indicazioni che ho trovato e che mi sono state molto utili per la programmazione di un cisco 877 il problema sta nel fatto che funziona tutto,
premetto che ho un indirizzo fisso telecom e nel vecchio router (alice) avevo e tuttora ho un server mail ubuntu il fatto e che ne invio ne ricevo posta.
Ho aperto la porta sul cisco su ip-lan-server ma non va
Allora ho preso il server e lo portato sotto altra adsl no telecom (adsl-wifi con ip statico)
aperto porta e tutto va.
Suppongo sia un problema di conf sul cisco.
Ho provato a dare unaocchiata in giro per il sito ma non ho trovato qualche indicazione che mi potrebbe essere utili al caso.
questa e la conf.
version 12.4
service nagle
no service pad
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service sequence-numbers
!
hostname cisco877
!
boot-start-marker
boot-end-marker
!
logging exception 100000
logging count
logging userinfo
logging queue-limit 10000
logging buffered 4096
logging console critical
!
no aaa new-model
!
ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1
ip dhcp excluded-address 192.168.1.156 192.168.1.254
ip dhcp excluded-address 192.168.1.1 192.168.1.101
!
ip dhcp pool client
import all
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 151.99.125.1 151.99.0.100
lease 0 2
!
!
ip port-map imap port tcp 143 list 5
ip port-map smtp port tcp 25 list 3
ip port-map pop3 port tcp 110 list 4
ip inspect log drop-pkt
ip inspect max-incomplete low 300
ip inspect max-incomplete high 400
ip inspect one-minute low 300
ip inspect hashtable-size 2048
ip inspect tcp synwait-time 20
ip inspect tcp max-incomplete host 300 block-time 60
ip inspect name IDS ftp
no ip bootp server
ip domain name interbusiness.it
ip name-server 151.99.125.2
login block-for 1 attempts 3 within 30
login on-failure
login on-success
archive
log config
hidekeys
!
!
ip tcp selective-ack
ip tcp window-size 2144
ip tcp synwait-time 10
!
!
!
interface ATM0
description Interfaccia ATM0 - Connessione ADSL
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip virtual-reassembly
no ip split-horizon
no atm ilmi-keepalive
dsl operating-mode auto
hold-queue 224 in
!
interface ATM0.1 point-to-point
ip virtual-reassembly
pvc 8/35
oam-pvc manage
pppoe-client dial-pool-number 2
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
description CONNESSIONE LAN ***
ip address 192.168.1.1 255.255.255.0
ip accounting output-packets
ip nat inside
ip virtual-reassembly
ip route-cache flow
ip tcp adjust-mss 1412
no ip mroute-cache
hold-queue 100 out
interface Dialer0
ip address negotiated
ip mtu 1452
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 2
dialer-group 1
ppp authentication chap pap callin
ppp ipcp dns request
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
!
ip http server
ip http authentication local
ip http secure-server
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source static tcp 192.168.1.157 110 interface Dialer0 25
ip nat inside source static tcp 192.168.1.157 80 interface Dialer0 80
!
control-plane
!
!
line con 0
login local
no modem enable
line aux 0
line vty 0 4
access-class 30 in
login tacacs
!
scheduler max-task-time 5000
no scheduler allocate
end
Vi ringrazio anticipatamente per aiuto che potrete darmi.
Grazie
premetto che ho un indirizzo fisso telecom e nel vecchio router (alice) avevo e tuttora ho un server mail ubuntu il fatto e che ne invio ne ricevo posta.
Ho aperto la porta sul cisco su ip-lan-server ma non va
Allora ho preso il server e lo portato sotto altra adsl no telecom (adsl-wifi con ip statico)
aperto porta e tutto va.
Suppongo sia un problema di conf sul cisco.
Ho provato a dare unaocchiata in giro per il sito ma non ho trovato qualche indicazione che mi potrebbe essere utili al caso.
questa e la conf.
version 12.4
service nagle
no service pad
service timestamps debug datetime msec localtime show-timezone
service timestamps log datetime msec localtime show-timezone
service password-encryption
service sequence-numbers
!
hostname cisco877
!
boot-start-marker
boot-end-marker
!
logging exception 100000
logging count
logging userinfo
logging queue-limit 10000
logging buffered 4096
logging console critical
!
no aaa new-model
!
ip cef
no ip dhcp use vrf connected
ip dhcp excluded-address 192.168.1.1
ip dhcp excluded-address 192.168.1.156 192.168.1.254
ip dhcp excluded-address 192.168.1.1 192.168.1.101
!
ip dhcp pool client
import all
network 192.168.1.0 255.255.255.0
default-router 192.168.1.1
dns-server 151.99.125.1 151.99.0.100
lease 0 2
!
!
ip port-map imap port tcp 143 list 5
ip port-map smtp port tcp 25 list 3
ip port-map pop3 port tcp 110 list 4
ip inspect log drop-pkt
ip inspect max-incomplete low 300
ip inspect max-incomplete high 400
ip inspect one-minute low 300
ip inspect hashtable-size 2048
ip inspect tcp synwait-time 20
ip inspect tcp max-incomplete host 300 block-time 60
ip inspect name IDS ftp
no ip bootp server
ip domain name interbusiness.it
ip name-server 151.99.125.2
login block-for 1 attempts 3 within 30
login on-failure
login on-success
archive
log config
hidekeys
!
!
ip tcp selective-ack
ip tcp window-size 2144
ip tcp synwait-time 10
!
!
!
interface ATM0
description Interfaccia ATM0 - Connessione ADSL
no ip address
no ip redirects
no ip unreachables
no ip proxy-arp
ip virtual-reassembly
no ip split-horizon
no atm ilmi-keepalive
dsl operating-mode auto
hold-queue 224 in
!
interface ATM0.1 point-to-point
ip virtual-reassembly
pvc 8/35
oam-pvc manage
pppoe-client dial-pool-number 2
!
!
interface FastEthernet0
!
interface FastEthernet1
!
interface FastEthernet2
!
interface FastEthernet3
!
interface Vlan1
description CONNESSIONE LAN ***
ip address 192.168.1.1 255.255.255.0
ip accounting output-packets
ip nat inside
ip virtual-reassembly
ip route-cache flow
ip tcp adjust-mss 1412
no ip mroute-cache
hold-queue 100 out
interface Dialer0
ip address negotiated
ip mtu 1452
ip nat outside
ip virtual-reassembly
encapsulation ppp
dialer pool 2
dialer-group 1
ppp authentication chap pap callin
ppp ipcp dns request
!
ip forward-protocol nd
ip route 0.0.0.0 0.0.0.0 Dialer0
!
ip http server
ip http authentication local
ip http secure-server
ip nat inside source list 1 interface Dialer0 overload
ip nat inside source static tcp 192.168.1.157 110 interface Dialer0 25
ip nat inside source static tcp 192.168.1.157 80 interface Dialer0 80
!
control-plane
!
!
line con 0
login local
no modem enable
line aux 0
line vty 0 4
access-class 30 in
login tacacs
!
scheduler max-task-time 5000
no scheduler allocate
end
Vi ringrazio anticipatamente per aiuto che potrete darmi.
Grazie