Results 1 to 1 of 1
Fedora Core 3, dial-up internet access. Frequently internet access will hang: I still have a connection, as seen on the lights on the modem as well as modemlights, but no ...
- 03-28-2005 #1Linux Guru
- Join Date
- May 2004
- Location
- forums.gentoo.org
- Posts
- 1,814
Dial-up access hangs frequently
Fedora Core 3, dial-up internet access. Frequently internet access will hang: I still have a connection, as seen on the lights on the modem as well as modemlights, but no data can be transferred. Apparently, no amount of waiting will get data moving again.
The same computer, with the same ISP, etc running Fedora Core 1 doesn't have any problems. I can maintain the connection for long periods without data transmission, but then when I wish to send/receive, the connection is immediately available and active.
Where should I look? Is this possibly an iptables problem (iptables was configured automatically and in the default setup: nothing special) I have a serial modem. Is it related to the security features introduced in FC3? Following is iptables from FC3:
Please reply where originally posted hereCode:# cat /mnt/tmp/etc/sysconfig/iptables # Firewall configuration written by system-config-securitylevel # Manual customization of this file is not recommended. *filter :INPUT ACCEPT [0:0] :FORWARD ACCEPT [0:0] :OUTPUT ACCEPT [0:0] :RH-Firewall-1-INPUT - [0:0] -A INPUT -j RH-Firewall-1-INPUT -A FORWARD -j RH-Firewall-1-INPUT -A RH-Firewall-1-INPUT -i lo -j ACCEPT -A RH-Firewall-1-INPUT -p icmp --icmp-type any -j ACCEPT -A RH-Firewall-1-INPUT -p 50 -j ACCEPT -A RH-Firewall-1-INPUT -p 51 -j ACCEPT -A RH-Firewall-1-INPUT -p udp --dport 5353 -d 224.0.0.251 -j ACCEPT -A RH-Firewall-1-INPUT -p udp -m udp --dport 631 -j ACCEPT -A RH-Firewall-1-INPUT -m state --state ESTABLISHED,RELATED -j ACCEPT -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 22 -j ACCEPT -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 80 -j ACCEPT -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 21 -j ACCEPT -A RH-Firewall-1-INPUT -m state --state NEW -m tcp -p tcp --dport 25 -j ACCEPT -A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited COMMIT
/IMHO
//got nothin'
///this use to look better


Reply With Quote