<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.16.1">
</HEAD>
<BODY>
<BR>
On Mon, 2008-02-18 at 11:47 +0000, Paul Tansom wrote:
<BLOCKQUOTE TYPE=CITE>
<PRE>
<FONT COLOR="#000000">Does anyone have any ideas why Synaptic and add/remove programs would</FONT>
<FONT COLOR="#000000">both be insisting on using a proxy that is no longer configured? I've</FONT>
<FONT COLOR="#000000">not only disabled, but removed the configuration information for the</FONT>
<FONT COLOR="#000000">proxy in Synaptic. I've checked that there is no /etc/apt/apt.conf proxy</FONT>
<FONT COLOR="#000000">information (in fact Synaptic seems to have deleted it). Sadly using</FONT>
<FONT COLOR="#000000">aptitude on the command line was also insisting on using a proxy until I</FONT>
<FONT COLOR="#000000">rebooted! I can now upgrade things, but not through Synaptic. That's</FONT>
<FONT COLOR="#000000">fine by me in terms of being able to use things, but wouldn't be so good</FONT>
<FONT COLOR="#000000">for a normal end user, and does leave me wondering what else may be</FONT>
<FONT COLOR="#000000">broken.</FONT>
</PRE>
</BLOCKQUOTE>
If you use proxy or firewall, don't forget to open port 53.<BR>
It's used by Ubuntu to get update from Repository Server<BR>
<BR>
If you use iptable for your firewall, you can open using command below:<BR>
# ALLOWING DNS to Access to your firewall <BR>
<B>iptables -A OUTPUT -p udp -o eth0 --dport 53 --sport 1024:65535 -j ACCEPT </B><BR>
<B>iptables -A INPUT -p udp -i eth0 --sport 53 --dport 1025:65535 -j ACCEPT </B><BR>
<BR>
Cheers,<BR>
<BR>
<TABLE CELLSPACING="0" CELLPADDING="0" WIDTH="100%">
<TR>
<TD>
Taufan Lubis<BR>
Registered Ubuntu User #16660<BR>
Registered Linux User # 462798<BR>
The more you give to others, the more respect you get in return. <BR>
My Articles@ <A HREF="http://">www.taufanlubis.wordpress.com</A><BR>
<BR>
<BR>
</TD>
</TR>
</TABLE>
</BODY>
</HTML>