hi guys
is it possible to build a proxy server to view sites that are blocked by your isp or country? or do the online proxy servers have special software to allow them to do this?
I am using Iceweasel with debian wheezy. I have thought about using a proxy server for anonymity on the net.
However, on the Iceweasel Advanced Settings, it shows that there is a proxy setting already being used.
Does this mean I don't need to use a proxy server if I use Iceweasel?
Can anyone please advise about linux methods of preserving anonymity?
hello, i configured a ubuntu linux server 14.04 from a cisco router to a server with proxy settings,but i need some ips where i can download, and get internet by passing proxy settings!
is there any possible solution i can do it?
Thanks,
Justus
I have setup proxy server as squid Now i would like to enable High Availability between two squid proxy servers acting as one.
hey i've just installed SUSE and used this link to configure proxy to have internet access. but that isn't suficcent
http://www.unixmen.com/how-to-enable-proxy-on-opensuse/
now the settings is correct because it works on nearby ubuntu.
i'm connecting with both with USB2LAN
any ideas?
hye all... 1st of all merry Christmas...
i'm degree student.. and now i have to do final year project..
my project is proxy server.. my problem is i want to connect config file from squid to database server...
i must install squid on fedora and database on difference PC... anyone can help me...
I've had this server up and running for over a year and just recently started getting TCP_DENIED/403 in the logs for a site we've been using forever. When users try to access the site they get "web page not available" messages in their browser. I verified the site and all other links on the site our in my white list. If I bypass the proxy it works just fine.
Any help would be appreciated.
Thanks
We have 20 systems and I installed SQUID proxy on CENTOS to limit internet access but I'm unable to configure LAN and WAN. We have got one router in the network with 192.168.1.1 as default gateway. I installed squid successfully but unable to configure it in client systems as I'm unable to configure LAN and WAN ips in CentOS.
Please suggest me correct configuration of LAN and WAN for my network. We don't have any static IP with us. What series of IPs do I have to configure in Linux server? After that, what would be my Proxy IP?
I have basic knowledge about Linux...
Please suggest me Conf file accordlingly.
Hey Everyone,
I'm pretty new to linux, I'm a long time mac user, and have been using a Mac Mini as my Plex and wordpress server for some time. Looking at Apples latest generation of Mac Minis, it looks like they no longer are a great option for servers. So here's my setup and wants in a nut shell.
Currently my Mac Mini hosts 3 wordpress sites and is my Plex server. The machine is running OS 10.10.2 Yosemite with Server running, and has 2 Drobo Gen 2 devices attached via Firewire 800.
I use 1 Drobo for my Plex Media, and the other drobo is used for machine backup.
Reading online, Looks like the Drobo 1 and 2 Genereations only show up as 2TB max segments on Linux So I would scrap the Drobo cases and put all the drives internal into the linux server tower.
I want to build a new Linux server that can take over these tasks. So my wants would be, A linux server that can host more than 1 wordpress site, run plex, and would have a RAID setup similar to Drobo, where I can add more drives or replace smaller/failed drives easily enough (doesn't have to be automatic rebuild like the drobo, as long as its possible and not to tricky to do)
what Linux Server OS and other options should I be looking at?
thanks everyone in advance!!
I am trying to set up a "Proxy Server" in Linux, without using Squid (Part of my project). However I have beginner's knowledge of iptables. I am using the following script from "http://www.aboutdebian.com/proxy.
#!/bin/sh
INTIF="eth1"
EXTIF="eth0"
EXTIP="`/sbin/ifconfig eth0 | grep 'inet addr' | awk '{print $2}' | sed -e 's/.*://'`"
/sbin/depmod -a
/sbin/modprobe ip_tables
/sbin/modprobe ip_conntrack
/sbin/modprobe ip_conntrack_ftp
/sbin/modprobe ip_conntrack_irc
/sbin/modprobe iptable_nat
/sbin/modprobe ip_nat_ftp
echo "1" > /proc/sys/net/ipv4/ip_forward
echo "1" > /proc/sys/net/ipv4/ip_dynaddr
iptables -P INPUT ACCEPT
iptables -F INPUT
iptables -P OUTPUT ACCEPT
iptables -F OUTPUT
iptables -P FORWARD DROP
iptables -F FORWARD
iptables -t nat -F
iptables -A FORWARD -i $EXTIF -o $INTIF -m state --state ESTABLISHED,RELATED -j ACCEPT
iptables -A FORWARD -i $INTIF -o $EXTIF -j ACCEPT
iptables -t nat -A POSTROUTING -o $EXTIF -j MASQUERADE
Question is there is no packet forwarding from eth1 to eth0 (verified from wireshark, a windows is using eth1's ip address as its default gateway)
Any help would be highly appreciated!
My web server displayed the following error to the website i log to the web browser.
Details:
Website address: http://exampleweb.com
Warning message: connection failed
Ip address: 182.x.x.x
internet connection status: connected.