Welcome,
Guest
. Please
login
or
register
.
Did you miss your
activation email
?
1 Hour
1 Day
1 Week
1 Month
Forever
November 21, 2024, 11:08:22 PM
News
: LinuxSolved.com Linux Help Community Forum..
Home
Search
Login
Register
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Network Troublshooting
»
General Networking Support in Linux
»
Allowing a certain users to access internet
« previous
next »
Print
Pages: [
1
]
Author
Topic: Allowing a certain users to access internet (Read 6910 times)
kenchix1
Tux Awared
Posts: 37
Allowing a certain users to access internet
«
on:
March 19, 2004, 08:38:14 AM »
I only want to allow a certain range of ip address to access the internet. Im using NAT and transparent proxying (base from the tutorial section).
I then configure the allowed users with static address in dhcpd.conf. Would it be ok if i put this on my squid.conf file to restrict others :
acl allowd_ip src 192.168.1.10-192.168.1.30/32
http_access allow allowd_ip
Logged
Ricky
LST CareTaker
Specially Skilled
Posts: 2381
Allowing a certain users to access internet
«
Reply #1 on:
March 19, 2004, 12:08:24 PM »
It should work. i think you don't need to put subnet mask.. else is fine..
Logged
kenchix1
Tux Awared
Posts: 37
Allowing a certain users to access internet
«
Reply #2 on:
March 22, 2004, 02:10:06 AM »
thank you very much sir.
Logged
Print
Pages: [
1
]
« previous
next »
Linux Forums - Linux Help,Advice & support community:LinuxSolved.com
»
Network Troublshooting
»
General Networking Support in Linux
»
Allowing a certain users to access internet