Re: Changing TOS value

2004-08-14 Thread Bikrant Neupane
Hi, Thanks for the reply. But my problem is something else. I want to change the TOS value. In Linux we can change the TOS value in the mangle table. Is that possible in FreeBSD? regards, Bikrant On Sunday 15 August 2004 07:47, Thiago Pinto Damas wrote: > Try to limit the bandwidth for each i

Re: Changing TOS value

2004-08-14 Thread Thiago Pinto Damas
Try to limit the bandwidth for each interface, like: ipfw pipe 1 config bw 512Kbits/s ipfw pipe 2 config bw 512Kbits/s ipfw add pipe 1 ip from 10.0.0.8 to any via wi0 in ipfw add pipe 2 ip from any to 10.0.0.8 via wi0 out This might work! Bikrant Neupane writes: > Hi, > I am using fre

[FreeBSD 5.2] Bandwith and packet throttling

2004-08-14 Thread Fargo Holiday
Hello everyone, I sent this out a couple of days ago, but I don't think it actually got out. Anyway, my little network here consists of a wireless router branched off of my FreeBSD box, which routes for all of the cabled computers in the house. There are two wireless clients, laptops, that are in u

Re: Problem: changing IP address (solved)

2004-08-14 Thread Parahat Melayev
Sorry, I just figured out that I need to refresh network interfaces to activate new settings # /etc/netstart Parahat Melayev wrote: Hi list, When I change my IP Address (fxp0) from sysinstall, system does not activate new settings. It is activated only when I reboot system. what may be the problem

Problem: changing IP address

2004-08-14 Thread Parahat Melayev
Hi list, When I change my IP Address (fxp0) from sysinstall, system does not activate new settings. It is activated only when I reboot system. what may be the problem? do I need restart something? ___ [EMAIL PROTECTED] mailing list http://lists.freebsd.or