Operating Systems > Linux and UNIX

Networking Help!

<< < (11/15) > >>

Master of Reality:
now i cant get it to just allow my network (192.168.0.1-192.168.0.5/255.255.255.0) using webmin. It says: netmask masks part of IP address (or something like that)

voidmain:

quote:Originally posted by Master of Reality:
!!!!!!!!!!!!!!!!!!!!!!!!!!
i just got it to work!!!!!!!!!
yay!!!!!!!!!!
it actually works now.
I changed something, i'm not sure what it did.... OH! i changed what IP address squid was on, at first i set it to 192.168.0.0 and now i tried it with 192.168.0.1 and it works!
--- End quote ---


Uhhh that would definately fix it. 192.168.0.0 is a network address, not an IP address. You had this configured in your client?

Master of Reality:

quote:Originally posted by VoidMain:


Uhhh that would definately fix it. 192.168.0.0 is a network address, not an IP address. You had this configured in your client?
--- End quote ---

on my server.
i just downloaded adzap and am about to install it

voidmain:

--- Code: ---
--- End code ---
Then your rule would be:

--- Code: ---
--- End code ---

Remember that the last rule (the one at the bottom of the list) should be "http_access deny all".  The rules are checked from top to bottom, just like with ipchains.  As soon as a rule is matched the rest of the rules are ignored. If no rules are matched it falls through to the "deny all" rule and the machine/user is not granted access to any web sites.

I actually use proxy authentication rather than source IP addresses most of the time for allowing/denying access to the entire net, or portions of it.  I have used the htpasswd type of auth and I have also have some servers set up to authenticate against NT Domain controllers so users can use their windows logon ID/password to authenticate and they are restricted/allowed accordingly.

[ April 24, 2002: Message edited by: VoidMain ]

Master of Reality:

quote:Originally posted by VoidMain:

--- Code: ---
--- End code ---
Then your rule would be:

--- Code: ---
--- End code ---

Remember that the last rule (the one at the bottom of the list) should be "http_access deny all".  The rules are checked from top to bottom, just like with ipchains.  As soon as a rule is matched the rest of the rules are ignored. If no rules are matched it falls through to the "deny all" rule and the machine/user is not granted access to any web sites.

[ April 24, 2002: Message edited by: VoidMain ][/b]
--- End quote ---


cant i put (i did put and it worked):

--- Code: ---
--- End code ---

Navigation

[0] Message Index

[#] Next page

[*] Previous page

Go to full version