|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Troubleshoot Networking
using a cable modem and the configuration is shown below:
computer name : MPC Workgroup:XZEROX Computer description:XZEROX TCP IP : 192.162.1.55 subnet : 255.255.255.0 gateway: 192.168.1.254 DNS CONFIGURATION HOST: MPC DOMAIN: XZEROX DNS SERVER SEARCH ORDER : 202.134.0.166 and 202.134.2.55 How do i setup internet in my linux box? |
|
#2
|
|||
|
|||
|
i assume 192.162.1.55 is your static ip given by your ISP (cable)
ifconfig eth0 192.162.1.55 netmask 255.255.255.0 then route add -net default gw 192.168.1.254 then open /etc/resolv.conf and add the following lines; nameserver 202.134.0.166 nameserver 202.134.2.55 Another way is if you use redhat type setup and you will see network configuration menu.. |
|
#3
|
|||
|
|||
|
are u using your linux box as gateway or not...?
|
![]() |
| Viewing: Dev Shed Forums > System Administration > Networking Help > Troubleshoot Networking |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|