[Fwd: Re: no route to host - urgent problem]

2005-03-17 Thread Laszlo Zsolt Nagy
---BeginMessage--- One important remark - if you are in stress, reboot to old working kernel (hope that will work :-) ) and wait till evening. Vladimir Ok I did not delete the old kernel. Everything is fine now. Thank you for your help. Laci ---End Message---

dummynet trick

2005-03-17 Thread Laszlo Zsolt Nagy
Hello, This is the beginning of my script: ipfw -q flush ipfw pipe 1 config bw 729kbit/s ipfw pipe 2 config bw 121kbit/s ipfw queue 1 config pipe 1 weight 94 ipfw queue 2 config pipe 1 weight 5 ipfw queue 3 config pipe 1 weight 1 ipfw queue 4 config pipe 2 weight 94 ipfw queue 5 config pipe 2

no route to host - urgent problem

2005-03-16 Thread Laszlo Zsolt Nagy
Hi All! I could compile a new kernel (4.8 p27). It logs in to an ADSL line with ppp (tun0 created). But I cannot ping even myself. This is a router, the other device is connected to a local network 172.16.0/20 messiasping 127.0.0.1 ping:sendto:no route to host messiasnetstat -nr Destination

Re: no route to host - urgent problem

2005-03-16 Thread Laszlo Zsolt Nagy
Try to turn off your firewall first. ( pfctl -d or something similar if using ipfw ) I hope this helps. Vladimir Vladimir Dvorak I set firewall_enable=NO in /etc/rc.conf Did not work. Please also note that I did not change my configuration on this machine, I just compiled a new kernel. All

Re: no route to host - urgent problem

2005-03-16 Thread Laszlo Zsolt Nagy
What did you changed in kernel CONFIG ? My original kernel was the GENERIC kernel that was included on the distribution CD. I only added some options to that, did not remove anything. Added things were: NETGRAPH (all netgraph modules) HZ=1000 DUMMYNET BRIDGE (can it be the problem?) and some