hi,

* Blake C. Thornton ([EMAIL PROTECTED]) wrote:
> I need some network help.  I haven't seen this happen before.
> 
> I am trying to set up networking on a system without DHCP.  My sysadmin
> gave me an IP address for my linux box (redhat 7.3).  So, I edited:
> 
> /etc/hosts
> 127.0.0.1     localhost.localdomain localhost
> 165.134.123.88        localhost.localdomain
> 
> /etc/sysconfig/network
> NETWORKING=yes
> HOSTNAME=localhost.localdomain
> FORWARD_IPV4=false
> GATEWAY=165.134.1.254
> 
> /etc/sysconfig/network-scripts
> DEVICE=eth0
> IPADDR=165.134.123.88
> NETMASK=165.134.123.0
> ONBOOT=yes
> 
> I then edited /etc/resolve.conf with the proper DNS numbers

Bit of suggestion. if you are not a sysadmin . there is no need to go through 
all these config files as u may go wrong with the syntaxes . Just  follow this
step and you can achieve what u intend to :-

1. ask your sysadmin for ip addr (and FQDN if required)
                         network/netmask addr
                         gateway address
                         DNS addressess
        
2. use redhat-config-network command (a easy to use and configure frontend)
                # redhat-config-network 
   and enter the appropriate entries from step1

3. try to connect to the internet



-cheers

rk
--
---------------------------------------------
Ramakrishna         | [EMAIL PROTECTED]                    
Exocore Consulting  | http://www.exocore.com            
Bangalore, India    | +91 (80) 344-0397 
---------------------------------------------



-- 
redhat-list mailing list
unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to