possibly bridge related problem

2008-08-19 Thread Ganbold
02lo0 192.168.0.0/24 link#1 UC 00 bge0 192.168.0.100:e0:29:3b:5a:b0 UHLW2 10 bge0 1099 192.168.10.0/24192.168.10.33 UGS 00 tun0 192.168.10.33 192.168.10.34 UH

Re: possibly bridge related problem

2008-08-19 Thread Ganbold
pluknet wrote: 2008/8/19 Ganbold <[EMAIL PROTECTED]>: Hi, I have strange network problem on my laptop. I can't make connection to my desktop(192.168.0.18) from my laptop. However I can ping to other addresses from my laptop. I can't ping and make connection to my laptop

IPFW_TABLES_MAX in src/sbin/ipfw/ipfw2.c

2008-08-31 Thread Ganbold
ll feature in /sbin/ipfw. Correct me if I'm wrong here. thanks, Ganbold -- Understanding is always the understanding of a smaller problem in relation to a bigger problem. -- P. D. Ouspensky ___ freebsd-net@freebsd.org mailing list h

Re: IPFW_TABLES_MAX in src/sbin/ipfw/ipfw2.c

2008-09-01 Thread Ganbold
Andrey V. Elsukov wrote: Ganbold wrote: Hi, Sorry for sending this third time (2 to freebsd-ipfw, 1 to freebsd-net). I'm trying to make small changes in ipfw2.c code (RELENG_7), but make fails with following error: v02# make cc -O2 -fno-strict-aliasing -pipe -Wno-pointer-sign -c /us

ipfw port lookup table patch for review

2008-09-24 Thread Ganbold
no need to modify existing rule, adding/deleting port entries is easy. I did some small tests and it seems like working. Patches are at: http://people.freebsd.org/~ganbold/ipfw_port_table/ The output of some usage samples is at: http://people.freebsd.org/~ganbold/ipfw_port_table/ipfw_port_tab

Re: ipfw port lookup table patch for review

2008-10-07 Thread Ganbold
Hi, I have just made the patches that use arrays for port entries. It is under the same directory: http://people.freebsd.org/~ganbold/ipfw_port_table/ Array version (each array can have IPFW_TABLES_MAX entries): http://people.freebsd.org/~ganbold/ipfw_port_table/ipfw_port_table_array_unsorted

multiple IP pools in mpd5

2008-10-26 Thread Ganbold
102.179.17.254 set ippool add pool2 102.179.17.1 102.179.17.254 set ipcp ranges 102.179.16.13/32 ippool pool1 pool2 Which one is correct syntax? thanks, Ganbold -- The luck that is ordained for you will be coveted by others. ___ freebsd

Re: multiple IP pools in mpd5

2008-10-27 Thread Ganbold
Hi, Replying to myself. set ippool add pool1 102.179.16.20 102.179.17.254 set ipcp ranges 102.179.16.13/32 ippool pool1 works here :) Ganbold Ganbold wrote: Hi, Is it possible to specify multiple IP pools in mpd5? Something like: set ippool add pool1 102.179.16.20 102.179.17.254

Re: networking benchmarks for Vimage

2009-01-26 Thread Ganbold
test). Maybe something like /usr/ports/benchmarks/iperf But I don't recall options and arguments. Ganbold The two machines are identical and will always being the same kernel at the same time. basic cpu specs below.. = CPU: Intel(R) Xeon(TM) CPU 2.80GHz (2788.47-MHz

Re: mpd and vlan

2007-07-25 Thread Ganbold
Alexander Motin wrote: Hi. Ganbold wrote: Is it possible to give static IP addresses to the users using mpd? How it should be done? User is authenticating with radius server. Your RADIUS server should send FRAMED_IP_ADDRESS attribute to mpd specifying required IP address. When mpd will get

Re: mpd and vlan

2007-07-25 Thread Ganbold
Nikos Vassiliadis wrote: On Wednesday 25 July 2007 13:09, Ganbold wrote: I tried it in mpd-3.18, Radius server sends Framed IP Address, however mpd still assigns IP specified in "set ipcp ranges 192.168.5.2/32 192.168.5.169/25" What could be a problem? How to solve this issue?

Re: mpd and vlan

2007-07-25 Thread Ganbold
self 192.168.1.1 set pptp enable incoming set pptp disable originate ### set radius timeout 10 set radius config /usr/local/etc/mpd/radius.conf set radius retries 3 I tested it a long ago with mpd-3.18. It worked at that time. hth, Ganbold -- Boys will be

Re: mpd and vlan

2007-07-25 Thread Ganbold
Nikos Vassiliadis wrote: On Wednesday 25 July 2007 13:09, Ganbold wrote: I tried it in mpd-3.18, Radius server sends Framed IP Address, however mpd still assigns IP specified in "set ipcp ranges 192.168.5.2/32 192.168.5.169/25" What could be a problem? How to solve this issue?

capturing packets on 250mb link

2008-04-27 Thread Ganbold
=0x165914e4 rev=0x11 hdr=0x00 vendor = 'Broadcom Corporation' device = 'BCM5721 NetXtreme Gigabit Ethernet PCI Express' class = network subclass = ethernet ... Are there any considerations on hardware? thanks in advance, Ganbold -- Cats, no less liqui

Re: capturing packets on 250mb link

2008-04-28 Thread Ganbold
Vlad, Vlad GALU wrote: On 4/28/08, Ganbold <[EMAIL PROTECTED]> wrote: Hi all, What is the best way to capture packets on 250mb link? What kernel features/modules or tools (less CPU/RAM overhead) should I use? Given your OS version, I'd say that setting the BPF buf

Re: capturing packets on 250mb link

2008-04-28 Thread Ganbold
Vlad GALU wrote: On 4/28/08, Ganbold <[EMAIL PROTECTED]> wrote: Vlad, Vlad GALU wrote: On 4/28/08, Ganbold <[EMAIL PROTECTED]> wrote: Hi all, What is the best way to capture packets on 250mb link? What kernel features/modules or tools (less CPU/RAM overhe

ipfw fwd layer2/ftp proxy

2008-05-22 Thread Ganbold
the rest. However I would like to make it work in current configuration. Please let me know your ideas. thanks in advance, Ganbold -- Sometimes I simply feel that the whole world is a cigarette and I'm the only ashtray. ___ freebsd-net@free

Re: ipfw fwd layer2/ftp proxy

2008-05-22 Thread Ganbold
Eugene Grosbein wrote: On Thu, May 22, 2008 at 03:38:27PM +0800, Ganbold wrote: I'm having trouble allowing ftp connections through ipfw (default deny) enabled bridge firewall. I'm wondering whether it is possible to have some kind of transparent ftp proxy in such case. Is ther

Re: ipfw fwd layer2/ftp proxy

2008-05-22 Thread Ganbold
Julian Elischer wrote: Ganbold wrote: Hi there, I'm having trouble allowing ftp connections through ipfw (default deny) enabled bridge firewall. I'm wondering whether it is possible to have some kind of transparent ftp proxy in such case. Is there anyway I can allow ftp proxyi

Re: MFC of em/igb drivers

2008-06-06 Thread Ganbold
s=8943 metric 0 mtu 1500 options=198 ether 00:0f:fe:82:23:db media: Ethernet 1000baseTX (autoselect) status: no carrier ... Any idea how to solve this issue? thanks, Ganbold ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org

Re: MFC of em/igb drivers

2008-06-06 Thread Ganbold
Jeremy Chadwick wrote: On Fri, Jun 06, 2008 at 03:49:40PM +0800, Ganbold wrote: Jack Vogel wrote: I got the new drivers in Friday afternoon for those that don't see CVS messages. The igb driver is for 82575 and 82576 adapters, it has multiqueue support and MSIX, there will be

ng_netflow/ipfw/bridge problems and Netflow best practices

2005-08-31 Thread Ganbold
way to make nice graphs and reports? What other tools should I try? What is the best practice? I appreciate if somebody can give me some hints and advices. It would be great if someone can share configuration samples and best practices. thanks in advance, Ganbold

ipfw bridge + fwd questions

2005-09-29 Thread Ganbold
from x.x.x.0/19 to any dst-port 25,110 Is it possible? Should z.z.z.z address be included in the routing table of the machine or it doesn't matter? I appreciate if somebody can give me some direction and advice. thanks in advance, Ganbold ### sysctl v

pppoed vs mpd, sample config for mpd

2005-11-06 Thread Ganbold
ke to have PPPoE server for allowing connections from ADSL users. There are 25-500 ADSL customers. thanks in advance, Ganbold ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-net To unsubscribe, send any mail

mpd as pppoe server problem

2005-11-07 Thread Ganbold
10 set radius config /etc/ppp/radius.conf set radius retries 3 What am I missing on above config? How can I debug mpd ? Because I don't see any logs coming. thanks in advance, Ganbold ___ freebsd-net@freebsd.org mailing list h

Re: mpd as pppoe server problem

2005-11-07 Thread Ganbold
At 05:12 PM 11/7/2005, you wrote: On Mon, Nov 07, 2005 at 05:05:45PM +0800, Ganbold wrote: G> I'm trying to configure mpd as a pppoe server in FreeBSD 5.3. However ADSL G> user can't log in to pppoe server. G> Nothing happens on mpd console. Do you see PPPoE PADI packets w

Re: mpd as pppoe server problem

2005-11-07 Thread Ganbold
At 05:50 PM 11/7/2005, you wrote: On Mon, Nov 07, 2005 at 05:29:40PM +0800, Ganbold wrote: G> At 05:12 PM 11/7/2005, you wrote: G> >On Mon, Nov 07, 2005 at 05:05:45PM +0800, Ganbold wrote: G> >G> I'm trying to configure mpd as a pppoe server in FreeBSD 5.3. However G> &

mpd pppoe users log in problem

2005-11-13 Thread Ganbold
Nov 14 10:15:14 gw mpd: Wrong id#, expecting 128 Nov 14 10:15:14 gw mpd: [pppoe10] LCP: SendConfigReq #129 In the log it says LCP: "rec'd Configure Reject #127 link 0 (Ack-Sent), Wrong id#, expecting 128". Maybe I'm missing something in the mpd configuration. I appreciate if somebody

Internet billing using mpd, traffic accounting, limiting etc

2006-02-14 Thread Ganbold
iting and traffic quota, time based login support for LAN users, web reporting and graphing, and database support. Which one is best from above three software? Is there any other software that I should try? thanks in advance, Ganbold ___ freebs

Re: Big PPTP server

2006-08-10 Thread Ganbold
Brett Glass wrote: I've been asked to work on a PPTP server for a large company which has up to 100 users tunneling in at once. They currently have a FreeBSD machine set up to use FreeBSD's userland PPP together with the PoPToP pptp daemon. (They have a hacked version of PoPToP which allows di

mpd and vlan

2006-10-04 Thread Ganbold
Hi, I have a question regarding vlan and mpd. Is it possible to configure mpd to use different vlans for each connected ADSL client? I searched through the net and didn't find much information. I appreciate if somebody can give me some advices. thanks in advance, Ga

mpd and vlan

2006-10-04 Thread Ganbold
Hi, Oh, I put up my question wrong. Anyway, can mpd listen on many vlan interfaces? Maybe something like: set pppoe iface vlan0,vlan1,etc I appreciate if somebody can give me some advices in this regard. thanks in advance, Ganbold

Re: mpd and vlan

2006-10-08 Thread Ganbold
Alexander Motin wrote: Hi. Ganbold wrote: Oh, I put up my question wrong. Anyway, can mpd listen on many vlan interfaces? Maybe something like: set pppoe iface vlan0,vlan1,etc One PPPoE link can listen on the only one interface/vlan. But you can create many links to listen on many

Re: mpd and vlan

2006-10-09 Thread Ganbold
face vlan2 .. OK, so I have to create vlans first on the system and then configure mpd.links file accordingly and take out the "set pppoe iface bge1" line from mpd.conf. I will try it sometime later and let you know how it goes. th

Re: mpd and vlan

2006-10-09 Thread Ganbold
Alexander Motin wrote: Ganbold wrote: OK, so I have to create vlans first on the system and then configure mpd.links file accordingly and take out the "set pppoe iface bge1" line from mpd.conf. I will try it sometime later and let you know how it goes. Somebody should strip v

Re: mpd and vlan

2006-12-14 Thread Ganbold
Alexander Motin wrote: Ganbold wrote: OK, so I have to create vlans first on the system and then configure mpd.links file accordingly and take out the "set pppoe iface bge1" line from mpd.conf. I will try it sometime later and let you know how it goes. Somebody should strip vlan

Re: Remote Install using FreeBSD

2007-02-22 Thread Ganbold
t alternatively, please let me know. The laptop that is going to be the client has PXE boot built in the BIOS. Did you check FreeBSD handbook? Ganbold Regards, Rajen ___ freebsd-net@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo

mpd + pf binat

2011-03-01 Thread Ganbold Tsagaankhuu
it possible to do that with mpd + pf binat in one box? I was thinking about something like following: pppoe clients -> mpd + pf binat + altq/ng_car server -> Internet Any ideas and recommendations? thanks, Ganbold ___ freebsd-net@freebsd.org m

Re: CFT: major update to if_ure

2020-07-25 Thread Ganbold Tsagaankhuu
device on USB2? I will try to test it in a couple of days on NanoPI R1 and R1S boards. thanks, Ganbold > > Thanks. > > [0] https://reviews.freebsd.org/D25809 > > -- > John-Mark Gurney Voice: +1 415 225 557

Re: CFT: major update to if_ure

2020-07-27 Thread Ganbold Tsagaankhuu
On Mon, Jul 27, 2020 at 5:14 AM John-Mark Gurney wrote: > Ganbold Tsagaankhuu wrote this message on Sun, Jul 26, 2020 at 11:05 +0800: > > On Sun, Jul 26, 2020 at 7:13 AM John-Mark Gurney > wrote: > > > > > Hello, > > > > > > I'd like peopl

Re: CFT: major update to if_ure

2020-08-19 Thread Ganbold Tsagaankhuu
On Tue, Jul 28, 2020 at 2:35 AM John-Mark Gurney wrote: > Ganbold Tsagaankhuu wrote this message on Mon, Jul 27, 2020 at 18:29 +0800: > > On Mon, Jul 27, 2020 at 5:14 AM John-Mark Gurney > wrote: > > > > > Ganbold Tsagaankhuu wrote this message on Sun, Jul 26, 2020 a