[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: 1.3.1 Upgrading Probs



You should have your gateway in your network startup file 
(/etc/init.d/network ?). Now you have only GATEWAY="" and it does not look 
right.

After running the modified network startup script the route command should 
output something like this:

# route -n
Kernel IP routing table
Destination     Gateway       Genmask         Flags Metric Ref    Use Iface
193.96.166.0    0.0.0.0       255.255.255.0   U     0      0        1 eth0
127.0.0.0       0.0.0.0       255.0.0.0       U     0      0        2 lo
0.0.0.0         193.96.166.1  0.0.0.0         UG    1      0        1 eth0
                ^^^^^^^^^^^^
             GATEWAY in the network startup file

Otherwise the ifconfig and route output look ok.

Peter Weiss wrote:
>
[cut]
> # route -n
> Kernel IP routing table
> Destination     Gateway   Genmask         Flags Metric Ref    Use Iface
> 193.96.166.0    0.0.0.0   255.255.255.0   U     0      0        1 eth0
> 127.0.0.0       0.0.0.0   255.0.0.0       U     0      0        2 lo
>
[cut]
>
> I'm starting the network services with a slightly modified version of
> the standard network script:
[cut]
>      # Configure the ethernet device or start SLIP/PPP below.
>      IPADDR="193.96.166.51"
>      NETMASK="255.255.255.0"
>      NETWORK="193.96.166.0"
>      BROADCAST="193.96.166.255"
>      GATEWAY=""
[cut]

// Heikki
-- 
Heikki Vatiainen                  * hessu@cs.tut.fi
Tampere University of Technology  * Tampere, Finland



--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: