http://qa.mandrakesoft.com/show_bug.cgi?id=5893
------- Additional Comments From [EMAIL PROTECTED] 2003-27-09 12:07 -------
A bit more research.
After using drakgw to set up connection sharing I can now access external IP
addresses OK but no DNS i.e.
ping 216.239.59.99 (works)
ping www.google.com (doesn't work)
The named service is running.
[EMAIL PROTECTED] simon]# service named status
number of zones: 3
debug level: 0
xfers running: 0
xfers deferred: 0
soa queries in progress: 0
query logging is OFF
server is up and running
Here is the /etc/named.conf file...
// generated by named-bootconf.pl
// secret must be the same as in /etc/rndc.conf
key "key" {
algorithm hmac-md5;
secret
"c3Ryb25nIGVub3VnaCBmb3IgYSBtYW4gYnV0IG1hZGUgZm9yIGEgd29tYW4K";
};
controls {
inet 127.0.0.1 allow { any; } keys { "key"; };
};
options {
pid-file "/var/run/named/named.pid";
directory "/var/named";
/*
* If there is a firewall between you and nameservers you want
* to talk to, you might need to uncomment the query-source
* directive below. Previous versions of BIND always asked
* questions using port 53, but BIND 8.1 uses an unprivileged
* port by default.
*/
// query-source address * port 53;
};
//
// a caching only nameserver config
//
zone "." {
type hint;
file "named.ca";
};
zone "0.0.127.in-addr.arpa" {
type master;
file "named.local";
};
// workaround stupid stuff... (OE: Wed 17 Sep 2003)
zone "ac" { type delegation-only; };
zone "cc" { type delegation-only; };
zone "com" { type delegation-only; };
zone "cx" { type delegation-only; };
zone "museum" { type delegation-only; };
zone "net" { type delegation-only; };
zone "nu" { type delegation-only; };
zone "ph" { type delegation-only; };
zone "sh" { type delegation-only; };
zone "tm" { type delegation-only; };
zone "ws" { type delegation-only; };
--
Configure bugmail: http://qa.mandrakesoft.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
------- Reminder: -------
assigned_to: [EMAIL PROTECTED]
status: RESOLVED
creation_date:
description:
On MDK 9.2RC2 I try to enable internet connection sharing but get no connection
via the client network.
I am using a Speedtouch USB modem as the connection I wish to share.
When I re-check Internet Connection Sharing, I am told it is set up but
currently disabled. I try to enable it but it never does. No error message. It
simply always stays in a disabled state.
I had a similar problem with MDK 9.1 and resolved it by using an IPtables script
instead.