Hi guys
I have installed FreeBSD on Mini PC with one ethernet inteface
I have mikro lab ..
ETH1 = 172.23.200.13 - GW 172.23.200.13
On ETH1 create vlan 1001
ifconfig vlan1001 create
ifconfig vlan1001 10.0.0.1 netmask 255.255.255.0 vlan 1001 vlandev eth1
Routing is fine - all working
But is problem with traffic shaping with download for client on vlan1001
Iam create simply rule on ipfw
Download is full speed
Upload is Fine - is shaping
Can you help me ...
Thanks
ps - of interface eth1 ## gateway IP ## download ## eg nload ## show max 10mbps - upload show correctly ... any idea ??
I have installed FreeBSD on Mini PC with one ethernet inteface
Code:
gateway_enable="YES"
clear_tmp_enable="YES"
ifconfig_re0_name="eth1"
sshd_enable="YES"
ntpd_enable="YES"
dumpdev="NO"
#ip6addrctl_enable="NO"
#ipv6_activate_all_interfaces="NO"
## IPv6 ##
ipv6_network_interfaces="none" # Default is auto
ipv6_activate_all_interfaces="NO" # this is the default
ip6addrctl_enable="NO" # New way to disable IPv6 support
ip6addrctl_policy="ipv4_prefer" # Use IPv4 instead of IPv6
ipv6_activate_all_interfaces="NO" # Do not automatically add IPv6 addresses
### SENDMAIL ###
sendmail_enable="NO"
### XINETD ###
xinetd_enable="YES"
### ARP ###
sysctl -w net.link.ether.inet.max_age="600"
I have mikro lab ..
ETH1 = 172.23.200.13 - GW 172.23.200.13
On ETH1 create vlan 1001
ifconfig vlan1001 create
ifconfig vlan1001 10.0.0.1 netmask 255.255.255.0 vlan 1001 vlandev eth1
Routing is fine - all working
But is problem with traffic shaping with download for client on vlan1001
Iam create simply rule on ipfw
Code:
ipfw add pipe 1 ip from any to any in
ipfw add pipe 2 ip from any to any out
ipfw pipe 1 config bw 5000Kb/s
ipfw pipe 2 config bw 5000Kb/s
Upload is Fine - is shaping
Can you help me ...
Thanks
ps - of interface eth1 ## gateway IP ## download ## eg nload ## show max 10mbps - upload show correctly ... any idea ??
Last edited: