  porta
@attbi.com
| reply to porta Re: [Networking] No route to ATTBI neighbor
Let me more specific. This is my route table after dhcp: 12.231.222.0 * 255.255.252.0 U 0 0 0 eth1 default 12-231-222-1.cl 0.0.0.0 UG 0 0 0 eth1
Essentially, it tells my router to broadcast whenever it wants to talk to anybody in the local subnet. The ATT headend does not broadcast anything. I have to add an explicit route entry, with precedence over the DHCP supplied route, to make it work. 12.231.222.0 12-231-222-1.cl 255.255.252.0 UG 0 0 0 eth1 |