Results 1 to 2 of 2

Thread: how to connect leased line to fedora

  1. #1
    Junior Member
    Join Date
    Dec 2008
    Age
    34
    Liked
    0 times
    Posts
    1

    Default how to connect leased line to fedora

    A week back my company purchased 1 mbps leased line from the airtel ISP who gave mrotek SHDSL modem and the engineer who have installed the wiring etc has given us two sets of ip addr which he configured in winxp and the first set of ipaddr should be entered as the details follows

    First set of ipaddr:
    IP : 125.22.255.122
    mask : 255.255.255.252
    Gateway : 125.22.255.121

    Dns server addr:
    preferred dns server : 203.145.184.32
    alternate dns server : 203.145.184.13

    and the winxp must be restarted after and he says that the first set of ipaddr is for logical connection that is this first set of ipaddr should be established with the ISP and after that in the same place after restarting we have to enter the second set of ipaddr as follows in the same ethernet device

    ipaddr: 122.165.253.233
    mask : 255.255.255.248
    gw : 125.22.255.121

    dns server address (same)
    preferred dns : 203.145.184.32
    alternate dns : 203.145.184.13

    Again after restarting the winxp and after booting it starts up browsing

    But what my actual question is i want to connect to linux machine but can't able to do i did the same procedure what I should did for winxp but i failed in more attempts . In linux first of all when i started configuring the first set of ipaddr the gateway pings and after restarting and enterting the second set of ipaddr the gateway can't pings up and note in both set of this ipaddr the gateway or same and what i have to do to get it connected

  2. #2
    Junior Member
    Join Date
    Dec 2008
    Liked
    0 times
    Posts
    93

    Default

    Quote Originally Posted by ashokroman View Post
    A week back my company purchased 1 mbps leased line from the airtel ISP who gave mrotek SHDSL modem and the engineer who have installed the wiring etc has given us two sets of ip addr which he configured in winxp and the first set of ipaddr should be entered as the details follows

    First set of ipaddr:
    IP : 125.22.255.122
    mask : 255.255.255.252
    Gateway : 125.22.255.121

    Dns server addr:
    preferred dns server : 203.145.184.32
    alternate dns server : 203.145.184.13

    and the winxp must be restarted after and he says that the first set of ipaddr is for logical connection that is this first set of ipaddr should be established with the ISP and after that in the same place after restarting we have to enter the second set of ipaddr as follows in the same ethernet device

    ipaddr: 122.165.253.233
    mask : 255.255.255.248
    gw : 125.22.255.121

    dns server address (same)
    preferred dns : 203.145.184.32
    alternate dns : 203.145.184.13

    Again after restarting the winxp and after booting it starts up browsing

    But what my actual question is i want to connect to linux machine but can't able to do i did the same procedure what I should did for winxp but i failed in more attempts . In linux first of all when i started configuring the first set of ipaddr the gateway pings and after restarting and enterting the second set of ipaddr the gateway can't pings up and note in both set of this ipaddr the gateway or same and what i have to do to get it connected

    I honestly dont understand your setup. And I dont even see why you'd force an ip on the nic then reboot and force another for the connection to work. Nevertheless on a fedora box the equivalent of what you just described could be this.

    Edit your /etc/resolv.conf to include the two name servers

    Code:
    nameserver 203.145.184.32
    nameserver 203.145.184.13
    then

    Code:
    ifconfig eth0 125.22.255.122 netmask 255.255.255.252 up
    route add default gw 125.22.255.121
    then

    Code:
    ifconfig eth0 122.165.253.233 netmask 255.255.255.248 up
    route add default gw 125.22.255.121
    Having written all that I still don't understand how it works. I'd really appreciate if you could get back to us here and tell us if and when it works and how

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Tutorial: How to connect Laptop to TV.
    By imrock in forum Laptop
    Replies: 8
    Last Post: 02-19-10, 09:04 PM
  2. Replies: 7
    Last Post: 02-08-10, 11:53 PM
  3. Review | Fedora 12 | Linux
    By itsmemad in forum Linux
    Replies: 3
    Last Post: 02-05-10, 07:17 PM
  4. how to connect ethernet switch between modem and pc
    By horror in forum BSNL broadband
    Replies: 5
    Last Post: 02-03-10, 09:06 PM
  5. How to connect nokia n79 to my pc through wlan
    By shanguy2002 in forum Aircel Mobile
    Replies: 2
    Last Post: 02-02-10, 04:57 PM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •