RHEL6 Network Manager for Work/Home
I have a RHEL6 laptop at work with a static IP address.
I want to take this laptop home to connect to my wired network at home. My provider users DHCP at home. Do I need to do anything to configure the network connection when I plug in my cable to my laptop at home or will it recognize automatically that it's a DHCP connection? In my Network Manager applet in my Gnome panel I did define a 2nd. Wired connection called home that is set to DHCP. Thank you. Dave. -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
RHEL6 Network Manager for Work/Home
Dave,
Martini, Dave wrote: > I have a RHEL6 laptop at work with a static IP address. > I want to take this laptop home to connect to my wired network at home. > My provider users DHCP at home. > Do I need to do anything to configure the network connection when I plug > in my cable to my laptop at home or will it recognize > automatically that it's a DHCP connection? > In my Network Manager applet in my Gnome panel I did define a 2nd. Wired > connection called home that is set to DHCP. > Thank you. You say it has a static IP at work: is that configured onto the laptop itself, or is it actually assigned a given IP, via MAC address, by DHCP (which we do at work). mark -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
RHEL6 Network Manager for Work/Home
The laptop is setup with a static IP address at work which is configured onto the laptop itself.
Dave. -----Original Message----- From: redhat-list-bounces@redhat.com [mailto:redhat-list-bounces@redhat.com] On Behalf Of m.roth@5-cent.us Sent: Tuesday, August 14, 2012 10:28 AM To: General Red Hat Linux discussion list Subject: Re: RHEL6 Network Manager for Work/Home Dave, Martini, Dave wrote: > I have a RHEL6 laptop at work with a static IP address. > I want to take this laptop home to connect to my wired network at home. > My provider users DHCP at home. > Do I need to do anything to configure the network connection when I > plug in my cable to my laptop at home or will it recognize > automatically that it's a DHCP connection? > In my Network Manager applet in my Gnome panel I did define a 2nd. > Wired connection called home that is set to DHCP. > Thank you. You say it has a static IP at work: is that configured onto the laptop itself, or is it actually assigned a given IP, via MAC address, by DHCP (which we do at work). mark -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
RHEL6 Network Manager for Work/Home
Martini, Dave wrote:
> The laptop is setup with a static IP address at work which is configured > onto the laptop itself. Is it a 192.168 address at work? If not, you are going to have to tell it to use DHCP. And please don't top post. mark -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
RHEL6 Network Manager for Work/Home
Then Network Manager can't (currently) handle it.
Cheers, Harry On 08/14/2012 02:17 PM, m.roth@5-cent.us wrote: > Martini, Dave wrote: > >> The laptop is setup with a static IP address at work which is configured >> onto the laptop itself. > > Is it a 192.168 address at work? If not, you are going to have to tell it > to use DHCP. > > And please don't top post. > > mark > > > -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
RHEL6 Network Manager for Work/Home
Harry Hoffman wrote (top posting while reading the request to not top post):
> Then Network Manager can't (currently) handle it. > > On 08/14/2012 02:17 PM, m.roth@5-cent.us wrote: >> Martini, Dave wrote: >> >>> The laptop is setup with a static IP address at work which is >>> configured >>> onto the laptop itself. >> >> Is it a 192.168 address at work? If not, you are going to have to tell >> it >> to use DHCP. >> >> And please don't top post. Then $ service NetworkManager stop $ vi /etc/sysconfig/network-scripts/ifcfg-eth0 BOOTPROTO="dhcp" # IPADDR=whatsit :wq $ service network restart mark -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
RHEL6 Network Manager for Work/Home
Paul M. Whitney
paul.whitney@me.com On Aug 14, 2012, at 03:12 PM, m.roth@5-cent.us wrote: Harry Hoffman wrote (top posting while reading the request to not top post): Then Network Manager can't (currently) handle it. On 08/14/2012 02:17 PM, m.roth@5-cent.us wrote: Martini, Dave wrote: The laptop is setup with a static IP address at work which is configured onto the laptop itself. Is it a 192.168 address at work? If not, you are going to have to tell it to use DHCP. And please don't top post. Then $ service NetworkManager stop $ vi /etc/sysconfig/network-scripts/ifcfg-eth0 BOOTPROTO="dhcp" # IPADDR=whatsit :wq $ service network restart * As root (#). *I only say this because your prompt looks like regular user ($). *Some companies that issue laptops typically do not give up the admin rights. *So he may be SOL unless he decides to reconfigure his router at home to dole out IP addresses similar to the one he has at work... Paul mark -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
RHEL6 Network Manager for Work/Home
Paul Whitney wrote:
> On Aug 14, 2012, at 03:12 PM, m.roth@5-cent.us wrote: > Harry Hoffman wrote (top posting while reading the request to not top > post): >> Then Network Manager can't (currently) handle it. >> >> On 08/14/2012 02:17 PM, m.roth@5-cent.us wrote: >>> Martini, Dave wrote: >>> >>>> The laptop is setup with a static IP address at work which is >>>> configured onto the laptop itself. >>> >>> Is it a 192.168 address at work? If not, you are going to have to tell >>> it to use DHCP. >>> >>> And please don't top post. > > Then > $ service NetworkManager stop > $ vi /etc/sysconfig/network-scripts/ifcfg-eth0 > BOOTPROTO="dhcp" > # IPADDR=whatsit > :wq > $ service network restart > * > As root (#). *I only say this because your prompt looks like regular user > ($). *Some companies that issue laptops typically do not give up the admin > rights. *So he may be SOL unless he decides to reconfigure his router at > home to dole out IP addresses similar to the one he has at work... Dunno. My prompts, whether as myself, root, or sudo, all are user@server:dir > But someone who's got a Linux laptop, I'd expect to have some rights, at least sudo. And he *ought* to have discussed this with his managers, who you would think would be able to handle that issue. mark -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
RHEL6 Network Manager for Work/Home
go to /usr/bin/setup. Create a subdevice under eth0. Network
config->device config->New Device->ethernet->ETH0:0-> Fill in the information. Now the main device connect under work settings and the subdevice under the main device connect to home info.. On Tue, Aug 14, 2012 at 3:40 PM, <m.roth@5-cent.us> wrote: > Paul Whitney wrote: > > On Aug 14, 2012, at 03:12 PM, m.roth@5-cent.us wrote: > > Harry Hoffman wrote (top posting while reading the request to not top > > post): > >> Then Network Manager can't (currently) handle it. > >> > >> On 08/14/2012 02:17 PM, m.roth@5-cent.us wrote: > >>> Martini, Dave wrote: > >>> > >>>> The laptop is setup with a static IP address at work which is > >>>> configured onto the laptop itself. > >>> > >>> Is it a 192.168 address at work? If not, you are going to have to tell > >>> it to use DHCP. > >>> > >>> And please don't top post. > > > > Then > > $ service NetworkManager stop > > $ vi /etc/sysconfig/network-scripts/ifcfg-eth0 > > BOOTPROTO="dhcp" > > # IPADDR=whatsit > > :wq > > $ service network restart > > > > As root (#). I only say this because your prompt looks like regular user > > ($). Some companies that issue laptops typically do not give up the > admin > > rights. So he may be SOL unless he decides to reconfigure his router at > > home to dole out IP addresses similar to the one he has at work... > > Dunno. My prompts, whether as myself, root, or sudo, all are > user@server:dir > > > But someone who's got a Linux laptop, I'd expect to have some rights, at > least sudo. And he *ought* to have discussed this with his managers, who > you would think would be able to handle that issue. > > mark > > -- > redhat-list mailing list > unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe > https://www.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
RHEL6 Network Manager for Work/Home
http://mydataexchange.net/netmgr/
Check this out... On Aug 14, 2012 10:08 p.m., "S. Edouard Jr" <ablenetech@gmail.com> wrote: > go to /usr/bin/setup. Create a subdevice under eth0. Network > config->device config->New Device->ethernet->ETH0:0-> Fill in the > information. Now the main device connect under work settings and the > subdevice under the main device connect to home info.. > > On Tue, Aug 14, 2012 at 3:40 PM, <m.roth@5-cent.us> wrote: > > > Paul Whitney wrote: > > > On Aug 14, 2012, at 03:12 PM, m.roth@5-cent.us wrote: > > > Harry Hoffman wrote (top posting while reading the request to not top > > > post): > > >> Then Network Manager can't (currently) handle it. > > >> > > >> On 08/14/2012 02:17 PM, m.roth@5-cent.us wrote: > > >>> Martini, Dave wrote: > > >>> > > >>>> The laptop is setup with a static IP address at work which is > > >>>> configured onto the laptop itself. > > >>> > > >>> Is it a 192.168 address at work? If not, you are going to have to > tell > > >>> it to use DHCP. > > >>> > > >>> And please don't top post. > > > > > > Then > > > $ service NetworkManager stop > > > $ vi /etc/sysconfig/network-scripts/ifcfg-eth0 > > > BOOTPROTO="dhcp" > > > # IPADDR=whatsit > > > :wq > > > $ service network restart > > > > > > As root (#). I only say this because your prompt looks like regular > user > > > ($). Some companies that issue laptops typically do not give up the > > admin > > > rights. So he may be SOL unless he decides to reconfigure his router > at > > > home to dole out IP addresses similar to the one he has at work... > > > > Dunno. My prompts, whether as myself, root, or sudo, all are > > user@server:dir > > > > > But someone who's got a Linux laptop, I'd expect to have some rights, at > > least sudo. And he *ought* to have discussed this with his managers, who > > you would think would be able to handle that issue. > > > > mark > > > > -- > > redhat-list mailing list > > unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe > > https://www.redhat.com/mailman/listinfo/redhat-list > > > -- > redhat-list mailing list > unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe > https://www.redhat.com/mailman/listinfo/redhat-list > -- redhat-list mailing list unsubscribe mailto:redhat-list-request@redhat.com?subject=unsubscribe https://www.redhat.com/mailman/listinfo/redhat-list |
| All times are GMT. The time now is 01:11 AM. |
VBulletin, Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO ©2007, Crawlability, Inc.