Re: tcpdump based packet generator

2005-10-01 Thread Dave+Seddon
Greetings, Yes I was wondering about doing that the other day. I'd like to here how you go if you do get somewhere. Perhaps this is how the load generators work? I've been using one based on SmartBits, which seems to be linux. Dave Nickolay Kritsky writes: combination of tcpdump and

vlan(4), bge(4) and bringing parent interface up

2005-10-01 Thread Gavin Atkinson
Hi, It seems to me that assigning an IP address to a vlan device (parent device bge0) isn't enough to get the interface working - I need to manually bring the parent interface up. Freshly rebooted system with no network configuration in /etc/rc.conf wiggum# uname -a FreeBSD wiggum.york.ac.uk 6.

Re: [REVIEW/TEST] polling(4) changes

2005-10-01 Thread Bruce Evans
On Fri, 30 Sep 2005, Gleb Smirnoff wrote: The attached patch removes: ... - poll in trap feature. Sorry, we can't acquire mutexes in trap(). Anyone used it, anyway? This is the most broken part of DEVICE_POLLING (which I consider to be mostly broken). Hopefully no one used it. Poll in tr

Re: alias ip and natd with ipfw fwd

2005-10-01 Thread G Bryant
# ifconfig -a rl0: flags=8843 mtu 1500 options=8 inet 192.168.8.70 netmask 0xff00 broadcast 192.168.8.255 inet 192.168.0.99 netmask 0xff00 broadcast 192.168.0.255 ether 00:11:95:5a:e2:da media: Ethernet autoselect (100baseTX ) status: active

Re: alias ip and natd with ipfw fwd

2005-10-01 Thread .
> Can anybody please help with problem. > Using natd and ipfw and trying to fwd packets to a non-default router > out the same interface. > Currently using alias for the second ip, but it doesn't seem to be > working for some some reason I'm missing. Would clone maybe work? > Any advice would be

alias ip and natd with ipfw fwd

2005-10-01 Thread G Bryant
Not sure if previous posts came through, so please forgive if this is a repeat. Can anybody please help with problem. Using natd and ipfw and trying to fwd packets to a non-default router out the same interface. Currently using alias for the second ip, but it doesn't seem to be working for som