uz druhy den sa snazim rozbehat internet v archlinuxe a nejak stale nejde :( , neviete v com moze byt chyba ?
tu su moje udaje:
IP: 192.168.5.23
maska: 255.255.255.0
brana: 192.168.5.1
DNS: 194.145.139.200
moje konfiguracne subory:
# /etc/hosts: static lookup table for host names
#
#
192.168.5.23 daimonion
# End of file
# /etc/resolv.conf
#
#search www.google.com
nameserver 194.145.139.200
# End of file
# /etc/rc.conf - Main Configuration for Arch Linux
#
# ------------------------------
# NETWORKING
# ------------------------------
#
HOSTNAME="daimonion"
#
# Interfaces to start at boot-up (in this order)
# Declare each interface then list in INTERFACES
# - prefix an entry in INTERFACES with a ! to disable it
# - no hyphens in your interface names - Bash doesn't like it
#
# Note: to use DHCP, set your interface to be "dhcp" (eth0="dhcp")
#
lo="lo 192.168.5.1"
eth0="eth0 192.168.5.23" netmask="255.255.255.0" gateway=" 192.168.5.1"
INTERFACES=(lo eth0)
#
# Routes to start at boot-up (in this order)
# Declare each route then list in ROUTES
# - prefix an entry in ROUTES with a ! to disable it
#
gateway="192.168.5.1"
#ROUTES=(gateway)
#
# Enable these network profiles at boot-up. These are only useful
# if you happen to need multiple network configurations (ie, laptop users)
# - set to 'menu' to present a menu during boot-up (dialog package required)
# - prefix an entry with a ! to disable it
#
# Network profiles are found in /etc/network-profiles
#
#NET_PROFILES=(main)
ifconfig eth0 up
ak nebude nastavena IP/maska tak nastav manualne skus manualne zaviest modulmodprobe 8139too
ping localhost a gateway skus sa s tym pohrat.