Welcome, Guest. Please login or register.
Did you miss your activation email?
+  pfSense Forum
Username:
Password:
 
 

  Show Posts
Pages: [1]
1  pfSense English Support / Packages / quagga on: October 29, 2006, 08:15:39 am
why is quagga package missing?
2  pfSense English Support / webGUI / Re: New "corporate" WebGUI theme on: October 29, 2006, 08:09:57 am
i was really missing this kind of theme Smiley

thanks a lot!!!
3  pfSense English Support / Routing and Multi WAN / dynamic routing on: October 26, 2006, 09:54:49 am
HI,

i have to make some kind of dynamic routing, i have:

                ---------                            --------------
               |         | ---- ipsec over WAN ---- |              |
192.168.1.0/24 | pfsense |                          | linux router | 192.168.2.0/24
     LAN1      |         | ----- LEASED LINE ------ |              |      LAN2
                ---------                            --------------


i need to route traffic from LAN1 to LAN2 over LEASED LINE. When leased line is unreachable I need to auto route it through ipsec VPN.

how can i make it?

thank you
4  pfSense English Support / Routing and Multi WAN / Re: OSPF on: October 26, 2006, 01:52:37 am
Sorry.....ospf/bgp/rip = quagga     <copy....replace>

+1 for quagga
5  pfSense English Support / Packages / Re: RIP on: October 25, 2006, 12:34:16 pm
why is RIP package missing in final 1.0?

It was reported as broken and I haven't had the time to research and fix it.

--Bill

when do you expect it could be fixed?
6  pfSense English Support / Packages / RIP on: October 24, 2006, 08:28:28 am
why is RIP package missing in final 1.0?
7  pfSense English Support / Packages / Re: squid error - access denied on: October 19, 2006, 09:30:34 am
add them in squid.inc file i made some correction with caching options like this Wink GL

I have put it in squid.inc so it looks like this:

acl allowed_subnets src 192.168.90.0/24
acl blacklist url_regex -i "/var/squid/acl/blacklist.acl"
no_cache deny dynamic
http_access allow allowed_subnets
http_access allow manager localhost


but now i have problem that setting domain in blacklist doesn't work.

is it because of this 'allowed_subnets' or is it another error in pfsense package?
8  pfSense English Support / Packages / Re: squid error - access denied on: October 19, 2006, 07:06:01 am
there is a problem in the config files. the parameters (localnet, allowed_subnets) get set according to the config but the 'http_access allow' lines are missing. you can enter them by hand using 'edit file' on /usr/local/etc/squid/squid.conf' but they are lost again at the next config change. no solution so far.

what exactly should i put there?
9  pfSense English Support / Packages / squid error - access denied on: October 17, 2006, 09:50:30 am
I always get 'access denied' from squid. I have tried transparent proxy (no auth) and also local auth.

i have pfsense 1.0 and squid 0.6

any idea?
10  pfSense English Support / Packages / nmap package problem on: October 17, 2006, 01:00:35 am
I get this error, when using nmap (pfsense 1.0)
 
Fatal error: Call to undefined function:  nmap_custom_add_php_command() in /usr/local/www/pkg_edit.php(113) : eval()'d code on line 1

and there is this message above:

function nmap_custom_add_php_command() { $nmap_options = ""; if($_POST['option'] == "-sT: TCP connect() scan.") $nmap_options .= " -sT"; if($_POST['option'] == "-sP: Ping scanning") $nmap_options .= " -sP"; if($_POST['option'] == "-sU: UDP Scanning") $nmap_options .= " -sU"; if($_POST['noping']) $nmap_options .= " -P0"; if($_POST['servicever']) $nmap_options .= " -sV"; if($_POST['osdetect']) $nmap_options .= " -O"; $nmap_options .= " " . $_POST['hostname']; system("/usr/local/bin/nmap" . $nmap_options); }
Pages: [1]
 

Page created in 0.031 seconds with 20 queries.