Re: DHCP - DNS problem
Carlos Ligero <[email protected]> Mon, 24 Apr 2006 20:09:01 +0200
| Newsgroups | gmane.network.nocat |
|---|---|
| Message-ID | <[email protected]> |
Hi again, To see if it's a DHCP/DNS problem you should test your client connectivity first (host,ping..) ;) However, it seems a redirection issue to me, nothing to do with DHCP/DNS: the gateway proccess works (listens on 5280) but the system doesn't capture you (doesn't convert an external url to <gateway-address>:5280) so check your iptables rules. Hope this helps, Carlos [email protected] wrote: > 10.0.0.1 is the IP address of the internal interface of my > gateway box > > > On Mon, 24 Apr 2006 15:39:05 +0100 > amx109 <[email protected]> wrote: > >>from "option routers 10.0.0.1", is 10.0.0.1 your >>nocatauth box, or is it >>another gateway that leads on to another >>network/gateway? >> >>what is the IP of your nocatauth gateway? >> >>On 4/24/06, [email protected] <[email protected]> wrote: >> >>>Negative. My LocalNetwork in nocat.conf is 10.0.0.0/24. >>>Here is my dhcpd.conf: >>> >>>ddns-update-style none; >>>subnet 10.0.0.0 netmask 255.255.255.0 { >>> range dynamic-bootp 10.0.0.1 10.0.0.254; >>> option domain-name-servers 62.146.194.62, >>>62.146.194.63; >>> option subnet-mask 255.255.255.0; >>> option domain-name "awanet.it"; >>> option routers 10.0.0.1; >>> option broadcast-address 10.0.0.255; >>> default-lease-time 21600; >>> max-lease-time 43200; >>>} >>> >>>Is there something wrong? >>> >>>Monica >>> >>> >>>On Mon, 24 Apr 2006 13:17:42 +0200 >>> Carlos Ligero <[email protected]> wrote: >>> >>>>Hi, >>>> >>>>maybe the LocalNetwork option in your config ... >>>> >>>>regards, >>>> >>>>Carlos >>>> >>>>[email protected] wrote: >>>> >>>>>Hi all, >>>>>I have a problem with DHCP settings. My gateway >>> >>>worked >>> >>>>>fine with static IP in client. Now I have configured >>> >>>a >>> >>>>>DHCP server on gateway; it seems work normally, the >>>>>client >>>>>can obtain an IP address, the right IP of default >>>>>gateway >>>>>and the right DNS addresses. But it can't go on login >>>>>page. Instead, if I write >>> >>>http://<gateway-address>:5280 >>> >>>>>on >>>>>client's browser, it works. >>>>>Any idea? >>>>>Thanks >>>>>Monica >>>>> >>>>>_______________________________________________ >>>>>NoCat mailing list >>>>>[email protected] >>>>>http://lists.nocat.net/mailman/listinfo/nocat >>>>> >>> >>> >>>_______________________________________________ >>>NoCat mailing list >>>[email protected] >>>http://lists.nocat.net/mailman/listinfo/nocat >>> > > > > _______________________________________________ > NoCat mailing list > [email protected] > http://lists.nocat.net/mailman/listinfo/nocat >