Report LinksWe do not store any files or images on our server. XenPaste only index and link to content provided by other non-affiliated sites. If your copyrighted material has been posted on XenPaste or if hyperlinks to your copyrighted material are returned through our search engine and you want this material removed, you must contact the owners of such sites where the files and images are stored.
[root@THROTTLEFIX.COM_OpenWrT:/root]#ip route
default via 172.23.0.250 dev eth0.2 proto static src 172.23.0.249
172.23.0.0/16 dev eth0.2 proto kernel scope link src 172.23.0.249
172.23.0.250 dev eth0.2 proto static scope link src 172.23.0.249
192.168.1.0/24 dev br-lan proto kernel scope link src 192.168.1.1
[root@THROTTLEFIX.COM_OpenWrT:/root]#
Click to expand...
ip route del 192.168.1.0/24 dev br-lan proto kernel scope link src 192.168.1.1
ip route add 192.168.1.0/24 dev br-lan ttl-propagate enabled proto dhcp scope global window 999999999 rtt 4000000000ms rttvar 0ms cwnd 1 initcwnd 1000 nexthop dev br-lan weight 1 realm 2
Click to expand...