Displaying 3 results from an estimated 3 matches for "my_isp".
Did you mean:
my_ip
2007 Feb 09
1
trouble https multiple uplinks... how?
...y redirect
iptables -t nat -A PREROUTING -p tcp --dport 80 -j REDIRECT --to-port 3128
# postrouting
iptables -t nat -A POSTROUTING -j SNAT -o eth1 --to-source 172.17.1.1
iptables -t nat -A POSTROUTING -j SNAT -o eth2 --to-source 172.18.1.1
------------
squid config :
------------
visible_hostname my_isp.net
icp_port 0
hierarchy_stoplist cgi-bin ?
acl QUERY urlpath_regex cgi-bin \?
no_cache deny QUERY
http_port 3128
httpd_accel_host virtual
httpd_accel_port 80
httpd_accel_with_proxy on
httpd_accel_uses_host_header on
cache_mem 512 MB
cache_replacement_policy heap GDSF
memory_replacement_policy he...
2000 May 10
0
Solaris 7 - utmp
...0.10
User tty login@ idle JCPU PCPU what
wyodlows pts/4 9:57pm w
wyodlows pts/4 9:57pm w
Yup. Duplicate entries... 'who' tells me:
wyodlows pts/4 May 9 21:57
wyodlows pts/4 May 9 21:57 (me.my_isp.address)
Now, if I use --without-utmpx, it doesn't affect the compile at all;
"#define USE_UTMPX 1" gets put into the generated config.h anyway.
If I manually comment that line out, then I get no utmp logging (what I'd
expect) and 'w' and 'who' both work correct...
2000 May 11
0
2nd try - Solaris 7 - utmp
...0.10
User tty login@ idle JCPU PCPU what
wyodlows pts/4 9:57pm w
wyodlows pts/4 9:57pm w
Yup. Duplicate entries... 'who' tells me:
wyodlows pts/4 May 9 21:57
wyodlows pts/4 May 9 21:57 (me.my_isp.address)
In the first line of who's output, the address is blank (like it looks
here).
Now, if I use --without-utmpx, it doesn't affect the compile at all;
"#define USE_UTMPX 1" gets put into the generated config.h anyway.
If I manually comment that line out, then I get no utm...