Network Install of Fedora Core

Tried with a Network Install of Fedora Core 4 Test 2. Not from the Fedora Download Server, but from the internal server where Linux isos are kept.

Network Install is easy as breeze.
There was directory called os where all the rpms,srpms where located.

1) Download and Write boot.iso. This was present inside: /os/images/
2) Boot using boot cd and select Network Install option ( I selected http)
3) Determines the DHCP, prompts for the Server name or IP and then Folder in which the Fedora Packages for the architecture are located.
4) Rest of Install is same as you with the cd.

Difference between network install and cd based install is, you dont have to download and write CDs and the network install is slower than install using cds. ( you can start the install at night,go to sleep and get the Fedora System up in the morning).

Internet through Tata Indicom

Using LG LSP -345
To Connect to Internet, got the help from avinashbrathod's page.

On Fedora Core 3:
Step 1: Setup wvdial.conf
#cat /etc/wvdial.conf
[Modem0]
Modem=/dev/ttyS0
Baud=115200
SetVolume=0
Dial Command = ATDT
init1=ATZ
init2=AT+CRM=1
FlowControl=Hardware(CRTSCTS)
[Dialer Indicom]
Username=internet
Password=internet
Phone=#777
Stupid Mode=1
Inherits = Modem0

Step 2:
#wvdial Indicom

[root@localhost Modem]# wvdial indicom
--> WvDial: Internet dialer version 1.54.0
--> Initializing modem.
--> Sending: ATZ
--> Sending: ATQ0
ATQ0
OK
--> Re-Sending: ATZ
ATZ
OK
--> Initializing modem.
--> Sending: ATZ
--> Sending: ATQ0
ATQ0
OK
--> Re-Sending: ATZ
ATZ
OK
--> Initializing modem.
--> Sending: ATZ
ATZ
OK
--> Sending: AT+CRM=1
AT+CRM=1
OK
--> Modem initialized.
--> Sending: ATDT#777
--> Waiting for carrier.
ATDT#777
CONNECT
--> Carrier detected. Starting PPP immediately.
--> Starting pppd at Tue Apr 12 10:43:17 2005
--> pid of pppd: 3613
--> Using interface ppp0

Ip addresses will be displayed.
This will have Primary DNS and Secondary DNS Addresses as well


Step 3: Copy the Primary DNS and Secondary DNS address to /etc/resolv.conf


nameserver [primary DNS]
nameserver [primary DNS]

Step 4: Shoot your FireFox and Go.