Re: cpu temperature in freebsd 7.x

2008-03-25 Thread Fratiman Vladut
, Mar 23, 2008 at 7:02 PM, Fratiman Vladut [EMAIL PROTECTED] wrote: Motherboard is Gigabyte GA-MA69VM-S2. I don't know if have IPMI option. How can find without boot? http://tw.giga-byte.com/Products/Motherboard/Products_Spec.aspx?ClassValue=MotherboardProductID=2500ProductName=GA-MA69VM-S2

Re: cpu temperature in freebsd 7.x

2008-03-24 Thread Fratiman Vladut
Fratiman Vladut wrote: Motherboard is Gigabyte GA-MA69VM-S2. I don't know if have IPMI option. How can find without boot? http://tw.giga-byte.com/Products/Motherboard/Products_Spec.aspx?ClassValue=MotherboardProductID=2500ProductName=GA-MA69VM-S2 http://tw.giga-byte.com/Products/Motherboard

Re: trouble configuring snmpd

2008-03-23 Thread Fratiman Vladut
Ok, thanks! I can now to make graphics for network traffic. Is very easy, problem is about confusion between snmpd from openbsd and snmpd from net-snmp. Now i use snmpd from openbsd, is very simply and work well. Thanks again! Stuart Henderson wrote: On 2008-03-22, Fratiman Vladut [EMAIL

Re: trouble configuring snmpd

2008-03-22 Thread Fratiman Vladut
Where can find an good tutorial about monitoring traffic with net-snmp? Fratiman Vladut wrote: I try to configure snmpd in oreder to monitor traffic on openbsd. I use snmpconf, and configure only community name. The generated snmpd.conf look like

Re: trouble configuring snmpd

2008-03-22 Thread Fratiman Vladut
snmpd like this: # /usr/local/sbin/snmpd -f /etc/snmpd.conf I receive this error Segmentation fault (core dumped) Fratiman Vladut wrote: I try to configure snmpd in oreder to monitor traffic on openbsd. I use snmpconf, and configure only community name. The generated snmpd.conf look like

Re: trouble configuring snmpd

2008-03-22 Thread Fratiman Vladut
!= duplicate failed agent_registry.c:535 netsnmp_subtree_load() Segmentation fault (core dumped) ### i don't know how can resolve that. Fratiman Vladut wrote: Ok, i try to use something like this (worked for me on freebsd machine

Re: trouble configuring snmpd

2008-03-22 Thread Fratiman Vladut
Can you post an simple snmpd.conf file? I overwrite the original, with one created by snmpconf but not work. Is posibil to make net-snmpd to work? Stuart Henderson wrote: On 2008-03-22, Fratiman Vladut [EMAIL PROTECTED] wrote: Finally i see that are two different binaries snmpd in openbsd

loadbalancing on OpeBsd

2008-03-20 Thread Fratiman Vladut
I try to implement loadbalacing using two ISP's, with explanation from http://www.openbsd.org/faq/pf/pools.html Everything work well (except ftp), but i see with tcpdump, packets that outgoing on $ext_if1 from $ext_if2 and vice versa. Generally this are icmp request's. I don't understand why this

trouble configuring snmpd

2008-03-20 Thread Fratiman Vladut
I try to configure snmpd in oreder to monitor traffic on openbsd. I use snmpconf, and configure only community name. The generated snmpd.conf look like this: ### # # snmpd.conf # # - created by the snmpconf configuration

Re: ftp client behind pf firewall with ISP load balancing

2008-03-08 Thread Fratiman Vladut
session Steven Surdock wrote: Fratiman Vladut wrote: I think, that is not very clear. Sorry for my english. I want to connect, behind my firewall, to an ftp server from internet. I don't have ftp server behind firewall. Is ftpproxy running? $ grep ftp /etc/rc.conf.local ftpproxy_flags

ftp client behind pf firewall with ISP load balancing

2008-03-07 Thread Fratiman Vladut
I have an OpenBSD 4.3 router, act as load balancing server about two ISP's I follow example from http://www.openbsd.org/faq/pf/pools.html Everything work well, except connection to any ftp server. I try to use example from http://www.mail-archive.com/misc@openbsd.org/msg58157.html, but without

Re: ftp client behind pf firewall with ISP load balancing

2008-03-07 Thread Fratiman Vladut
on $ext_if2 route-to ($ext_if1 $ext_gw1) from $ext_if1 to any In my case, $IPINT is an private class of addresses. I can't use multipath, because don't have links with equal cost. Giancarlo Razzolini wrote: Steven Surdock escreveu: Fratiman Vladut wrote: I have an OpenBSD 4.3 router, act

Re: write pf rules for acces concentrator server (pppoe)

2008-03-02 Thread Fratiman Vladut
-name for the interface name in the applicable pf rule. One group-name based rule covers off all the member interfaces. :-) -Original Message- From: Fratiman Vladut [EMAIL PROTECTED] To: misc@openbsd.org Subject: write pf rules for acces concentrator server (pppoe) Date: Sun, 02 Mar 2008 00

Re: write pf rules for acces concentrator server (pppoe)

2008-03-02 Thread Fratiman Vladut
of pf :). On 2008-03-02, Fratiman Vladut [EMAIL PROTECTED] wrote: Thanks ! Work very well. Now, how can configure the system, in order to make this changes, every time when boot. How cand add all ng interface, to ng group at boot time? What is an ng interface?

write pf rules for acces concentrator server (pppoe)

2008-03-01 Thread Fratiman Vladut
I have an pppoe server. How i can write pf rules for this situation, in order to specify any interface, ng0, ng1, . I see that isn't any possibility to use wildcard in macros, something like this: ng_if=ng*. Obviously isn't very easy to have an rule for every ng interface. How can be