TCLUG Archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [TCLUG:10302] Route Configs...



On Sat, 20 Nov 1999, Brian Ackermann wrote:

> Kernel IP routing table
> Destination     Gateway         Genmask         Flags Metric Ref    Use Iface
> 205.218.57.25   *               255.255.255.255 UH    0      0        0 eth1
> 192.168.6.48    *               255.255.255.255 UH    0      0        0 eth0
> 192.168.6.0     192.168.6.48    255.255.255.0   UG    0      0        0 eth0
> 192.168.6.0     *               255.255.255.0   U     0      0        0 eth0
> 205.218.57.0    205.218.57.25   255.255.255.0   UG    0      0        0 eth1
> 205.218.57.0    *               255.255.255.0   U     0      0        0 eth1
> 127.0.0.0       *               255.0.0.0       U     0      0        0 lo
> default         gw.bbros.com    0.0.0.0         UG    0      0        0 eth1

Your 'ifconfig' output looks fine. The big problem is your default route:
gw.bbros.com isn't in your routing table, so packets not destined for a 
route you have set up (192.168.6.* or 205.218.57.*) have no way to get
where they're going. Look at my working configuration:

===
Kernel IP routing table
Destination     Gateway         Genmask         Flags Metric Ref    Use
	Iface
127.0.0.0       *               255.255.255.255 UH    0      0        0
	lo
m18-6.pconline. *               255.255.255.255 UH    0      0        0
	ppp0
192.168.0.0     *               255.255.255.0   U     0      0        1
	eth0
default         m18-6.pconline. 0.0.0.0         UG    0      0        9
	ppp0
===

Sorry about the wonky formatting. Where you want to be sending outbound
traffic through eth1, I'm using ppp0, but other than that, we have the
same thing going on. So what you need to change is your default gateway,
which should be 205.218.57.25. If that IP address is gw.bbros.com, you
need to make sure /etc/hosts and/or DNS is properly configured.

Check 'man route' for how to set 205.218.57.25 as your default gateway.

The duplicate entries should cause any trouble, but maybe they are.
Anyone? I've never had that problem.


--
  Christopher Reid Palmer : http://www.innerfireworks.com/