This is a discussion on Internet through network within the Slackware Linux Support forums, part of the Unix Operating Systems category; --> I've just installed Slackware on my computer, multibooting with Windows XP using Symantec BootMagic. When I'm on Windows I'm ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I've just installed Slackware on my computer, multibooting with Windows XP using Symantec BootMagic. When I'm on Windows I'm sharing internet through an network: ADSLmodem -----> Router ------> My computer I'm recieving my IP automatic from the router. How can I be able to do the same in Linux? I scanned the network using nMap, 192.168.*.*, but I only found my own computer. Then I checked in the /dev/ folder for anything named eth0 or similar, but I didn't find anything. Is the network card not installed properly? Should I manually write the eth0-file (if it's a file)? How do I set up the internet properly so I can use Konqueror or any other browser? I haven't used Linux before, so keep easy on me language. Thanks! |
| |||
| Neoecs wrote: > I've just installed Slackware on my computer, multibooting with Windows > XP using Symantec BootMagic. When I'm on Windows I'm sharing internet > through an network: > > ADSLmodem -----> Router ------> My computer > > I'm recieving my IP automatic from the router. How can I be able to do > the same in Linux? I scanned the network using nMap, 192.168.*.*, but I > only found my own computer. Then I checked in the /dev/ folder for > anything named eth0 or similar, but I didn't find anything. Is the > network card not installed properly? Should I manually write the > eth0-file (if it's a file)? How do I set up the internet properly so I > can use Konqueror or any other browser? I haven't used Linux before, so > keep easy on me > language. > > Thanks! as the root user you should be able to issue the command ifconfig this should tell you if eth0 is up and running. e.g. eth0 Link encap:Ethernet HWaddr 00:00:00:00:00:00 inet addr:192.168.0.10 Bcast:192.168.0.255 Mask:255.255.255.0 UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1 RX packets:79 errors:0 dropped:0 overruns:0 frame:0 TX packets:62 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:1000 RX bytes:43604 (42.5 Kb) TX bytes:5470 (5.3 Kb) Interrupt:16 Base address:0xc000 lo Link encap:Local Loopback inet addr:127.0.0.1 Mask:255.0.0.0 UP LOOPBACK RUNNING MTU:16436 Metric:1 RX packets:0 errors:0 dropped:0 overruns:0 frame:0 TX packets:0 errors:0 dropped:0 overruns:0 carrier:0 collisions:0 txqueuelen:0 RX bytes:0 (0.0 b) TX bytes:0 (0.0 b) if there is no eth0 section then your network card will need to be set up. Using the command netconfig should set up your network. Hostname is what you call your computer, domain can be something like dummy or none (just type a word), then select DHCP, for the "SET DHCP NAME" just press enter. When it is finished type the following command /etc/rc.d/rc.inet1 restart to restart the eth0 interface. It should say something like (not exactly) dhcpcd: MAC address = 00:00:00:00:00:00 dhcpcd: your IP address = 192.168.0.10 then your network should be working Richard |
| Thread Tools | |
| Display Modes | |
|
|