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

Re: [lugbe] Netzwerk Konfiguration



On Tue, Nov 27, 2001 at 11:27:37AM +0100, Markus Wernig wrote:
> ich hab ein problem mit deinem setup.
> welche ip-addr hat gate auf welchem interface?
> routing table von gate?

Hier die Werte für 'gate':
<gate>
eth1 - Zum ISP
  IP: 194.125.251.2
  Mask: 255.255.255.0
  Default Gateway: 194.125.251.1 (Ciso router des Providers)

  IP Forwarding ist eingeschaltet

 eth0 - Zum internen netz / 'webserver'
   IP: 194.125.251.3
   Mask: 255.255.255.0
</gate>

'webserver' eth0:
  IP: 194.125.251.10
  Mask: 255.255.255.0
  Default Gateway: 194.125.251.3 (gate!)

> probier mal # route add 194.125.251.10 gw 194.125.251.10 dev eth0

geht, solange nur ein interface aktiv ist.


> sorry, fuer genaueres brauche ich deinen setup.

Auszug aus rc.config

# IP Adresses
#
IPADDR_0="194.125.250.2"
IPADDR_1="194.125.250.3"
IPADDR_2=""
IPADDR_3=""

#
# Network device names (e.g. "eth0")
#
NETDEV_0="eth0"
NETDEV_1="eth1"
NETDEV_2=""
NETDEV_3=""

# Parameters for ifconfig, simply enter "bootp" or "dhcpclient" to use the
# respective service for configuration.
# Sample entry for ethernet:
#
IFCONFIG_0="194.125.250.2 broadcast 194.125.250.255 netmask 255.255.255.0"
IFCONFIG_1="194.125.250.3 broadcast 194.125.250.255 netmask 255.255.255.0"

Vielen Dank und Gruss
Mel