OEL 6.3 system-config-network tool

Hi all,
I just do an installation of OEL 6.3 and wonder while the system-config-network tool looks completely new.
Okay there a lot of things missing like editing hostname, domain, dns and so on.
What do I have to do to get it back under OEL 6.3?
I try the other tools system-config-network-tui and system-config-network-cmd but I can't find the functionality.
What do I have to edit and configure manually when the system-config-network doesn't exists?
kind regards
SPA2

Red Hat Enterprise Linux 6 and hence Oracle Linux 6 do no longer install a Graphical Desktop when doing a default server installation. If you want a Graphical Desktop you can customize the initial installation, or do it afterwards using the following command:
<pre>
yum groupinstall "X Window System" Desktop "General Purpose Desktop" \
"Graphical Administration Tools" "Legacy X Window System compatibility"
sed -i 's|id:3:initdefault:|id:5:initdefault:|g' /etc/inittab
shutdown -r now
</pre>
However, keep in mind that you can generally run GUI applications using SSH with X forwarding or Tiger VNC without the need to install X Windows Server on the Linux server or running a Graphical Desktop.
Unfortunately, the GUI version of system-config-network under EL 6 requires the Network Manager service, which you might not want to run on a server platform. Anyway, to use the connection editor GUI, the following should do:
<pre>
yum install NetworkManager-gnome
service NetworkManager start
chkconfig NetworkManager on
nm-connection-editor
</pre>
Alternatively, simply edit the following files to configure your DNS, hostname and hosts file:
<pre>
/etc/sysconfig/network
/etc/hosts
/etc/sysconfig/network-scripts/ifcfg-eth0
/etc/resolv.conf
service network restart
</pre>

Similar Messages

  • System config network error while parsing /etc/hosts

    I am configuring RAC on Oracle Linux,i have configured /etc/hosts on both nodes,when ever i opened network, its displaying error message.
    system config network error while parsing /etc/hosts
    wrong ip on line 25
    wrong ip on line 26
    wrong ip on line 27
    here is my host entries.
    node1
    ====
    [root@racnode1 ~]# cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    #::1 localhost6.localdomain6 localhost
    #####Public#####
    192.168.1.101 racnode1.reg.com racnode1
    192.168.1.102 racnode2.reg.com racnode2
    192.168.1.103 racnode3.reg.com racnode3
    192.168.1.104 racnode4.reg.com racnode4
    ####Private######
    10.10.1.1 racnode1-priv.reg.com racnode1-priv
    10.10.1.2 racnode2-priv.reg.com racnode2-priv
    10.10.1.3 racnode3-priv.reg.com racnode3-priv
    10.10.1.4 racnode4-priv.reg.com racnode4-priv
    #####Virtual#####
    192.168.1.201 racnode1-vip.reg.com racnode1-vip
    192.168.1.202 racnode2-vip.reg.com racnode2-vip
    192.168.1.203 racnode3-vip.reg.com racnode3-vip
    192.168.1.204 racnode4-vip.reg.com racnode4-vip
    #SCAN
    #192.168.1.301 racdb-scan.reg.com racdb-scan
    #SCAN
    192.168.1.301 racnode1-scan.reg.com racnode1-scan
    192.168.1.302 racnode2-scan.reg.com racnode2-scan
    192.168.1.303 racnode3-scan.reg.com racnode3-scan
    [root@racnode1 ~]# hostname
    racnode1.reg.com
    [root@racnode1 ~]#
    node2 host entries
    ===========
    [root@racnode2 ~]# cat /etc/hosts
    # Do not remove the following line, or various programs
    # that require network functionality will fail.
    127.0.0.1 localhost.localdomain localhost
    #::1 localhost6.localdomain6 localhost
    #####Public#####
    192.168.1.101 racnode1.reg.com racnode1
    192.168.1.102 racnode2.reg.com racnode2
    192.168.1.103 racnode3.reg.com racnode3
    192.168.1.104 racnode4.reg.com racnode4
    ####Private######
    10.10.1.1 racnode1-priv.reg.com racnode1-priv
    10.10.1.2 racnode2-priv.reg.com racnode2-priv
    10.10.1.3 racnode3-priv.reg.com racnode3-priv
    10.10.1.4 racnode4-priv.reg.com racnode4-priv
    #####Virtual#####
    192.168.1.201 racnode1-vip.reg.com racnode1-vip
    192.168.1.202 racnode2-vip.reg.com racnode2-vip
    192.168.1.203 racnode3-vip.reg.com racnode3-vip
    192.168.1.204 racnode4-vip.reg.com racnode4-vip
    #SCAN
    #192.168.1.301 racdb-scan.reg.com racdb-scan
    #SCAN
    192.168.1.301 racnode1-scan.reg.com racnode1-scan
    192.168.1.302 racnode2-scan.reg.com racnode2-scan
    192.168.1.303 racnode3-scan.reg.com racnode3-scan
    [root@racnode2 ~]#
    i am not able to ping racnode1-priv or racnode2-priv.
    from node1:
    ========
    [root@racnode1 ~]# ping racnode2-priv
    PING racnode2-priv.reg.com (10.10.1.2) 56(84) bytes of data.
    From racnode1-priv.reg.com (10.10.1.1) icmp_seq=2 Destination Host Unreachable
    From racnode1-priv.reg.com (10.10.1.1) icmp_seq=3 Destination Host Unreachable
    From racnode1-priv.reg.com (10.10.1.1) icmp_seq=4 Destination Host Unreachable
    5 packets transmitted, 0 received, +3 errors, 100% packet loss, time 4002ms
    , pipe 3
    [root@racnode1 ~]#
    from node2:
    =======
    [root@racnode2 ~]# ping racnode1-priv
    PING racnode1-priv.reg.com (10.10.1.1) 56(84) bytes of data.
    From racnode2-priv.reg.com (10.10.1.2) icmp_seq=2 Destination Host Unreachable
    From racnode2-priv.reg.com (10.10.1.2) icmp_seq=3 Destination Host Unreachable
    From racnode2-priv.reg.com (10.10.1.2) icmp_seq=4 Destination Host Unreachable
    --- racnode1-priv.reg.com ping statistics ---
    4 packets transmitted, 0 received, +3 errors, 100% packet loss, time 2999ms
    , pipe 3
    [root@racnode2 ~]#
    any idea where configuration went wrong.
    Thanks

    here is output, i can see lot of additional characters.
    [root@racnode1 ~]# cat -vet /etc/hosts
    # Do not remove the following line, or various programs$
    # that require network functionality will fail.$
    127.0.0.1 localhost.localdomain localhost$
    #::1^I^Ilocalhost6.localdomain6 localhost$
    $
    #####Public#####$
    192.168.1.101 racnode1.reg.com racnode1$
    192.168.1.102 racnode2.reg.com racnode2$
    192.168.1.103 racnode3.reg.com racnode3$
    192.168.1.104 racnode4.reg.com racnode4$
    ####Private######$
    10.10.1.1 racnode1-priv.reg.com racnode1-priv$
    10.10.1.2 racnode2-priv.reg.com racnode2-priv$
    10.10.1.3 racnode3-priv.reg.com racnode3-priv$
    10.10.1.4 racnode4-priv.reg.com racnode4-priv$
    #####Virtual#####$
    192.168.1.201 racnode1-vip.reg.com racnode1-vip$
    192.168.1.202 racnode2-vip.reg.com racnode2-vip$
    192.168.1.203 racnode3-vip.reg.com racnode3-vip$
    192.168.1.204 racnode4-vip.reg.com racnode4-vip$
    #SCAN$
    #192.168.1.301 racdb-scan.reg.com racdb-scan$
    #SCAN$
    192.168.1.301^Iracnode1-scan.reg.com^Iracnode1-scan$
    192.168.1.302^Iracnode2-scan.reg.com^Iracnode2-scan$
    192.168.1.303^Iracnode3-scan.reg.com^Iracnode3-scan$
    [root@racnode1 ~]#
    from node2:
    ========
    [root@racnode2 ~]# cat -vet /etc/hosts
    # Do not remove the following line, or various programs$
    # that require network functionality will fail.$
    127.0.0.1 localhost.localdomain localhost$
    #::1^I^Ilocalhost6.localdomain6 localhost$
    $
    #####Public#####$
    192.168.1.101 racnode1.reg.com racnode1$
    192.168.1.102 racnode2.reg.com racnode2$
    192.168.1.103 racnode3.reg.com racnode3$
    192.168.1.104 racnode4.reg.com racnode4$
    ####Private######$
    10.10.1.1 racnode1-priv.reg.com racnode1-priv$
    10.10.1.2 racnode2-priv.reg.com racnode2-priv$
    10.10.1.3 racnode3-priv.reg.com racnode3-priv$
    10.10.1.4 racnode4-priv.reg.com racnode4-priv$
    #####Virtual#####$
    192.168.1.201 racnode1-vip.reg.com racnode1-vip$
    192.168.1.202 racnode2-vip.reg.com racnode2-vip$
    192.168.1.203 racnode3-vip.reg.com racnode3-vip$
    192.168.1.204 racnode4-vip.reg.com racnode4-vip$
    #SCAN$
    #192.168.1.301 racdb-scan.reg.com racdb-scan$
    #SCAN$
    $
    192.168.1.301^Iracnode1-scan.reg.com^Iracnode1-scan$
    192.168.1.302^Iracnode2-scan.reg.com^Iracnode2-scan$
    192.168.1.303^Iracnode3-scan.reg.com^Iracnode3-scan$
    Edited by: Endeca on Apr 7, 2013 10:13 AM

  • Use GUI mode for OEL guest operating system.

    Hi,
    Another "newbie" question - so please be patient.
    We have a VM Server and have used a VM Template to create a VM with Oracle 11g on OLE5.2 - all this works great and them VM operates and we can connect to the VM from VM Manager and login (character mode) etc.
    Now... how do we get OEL5.2 to run in graphical mode? I have seen some Oracle By Example posts that seem to show this in operation using TightVNC on the client and connecting to the VNC port for the VM - but when we do this it just brings up the character mode login console.
    Any and all help/pointers is much appreciated.
    Regards,
    Bren

    My preferred way is to use SSH with X11 forwarding. It provides a secure means to use graphical applications over a network. Instead of running the GUI application on the remote server, you run it on your client locally, albeit interacting with the remote server. For this you don't need to start X on your remote server and can leave it at runlevel 3. You would simply login from your client machine to the remote host:
    ssh -X account@servername_or_ip
    It will automatically setup your X11 display environment and you can type your X11 app right at the command prompt. For instance:
    system-config-users
    system-config-services
    system-config-network
    etc.
    If you need to find out what application is hidden behind which menu option, you could type 'alacarte' to analyze the standard menu.
    Of course you will need a SSH client, with an X-Terminal and a X11 server on your client machine. If you have to deal with Windows, you might find the following useful (free):
    http://mobaxterm.mobatek.net/en/
    If you run on MacOSX, you already have the most featured X-windows terminal that exits, and just may have to install X11 from the optional install of the OS installation CD.

  • System-config-authentication replacement

    I am trying to set up AD authentication, based on the documentation provided here - http://www.redhat.com/resourcelibrary/reference-architectures/integrating-red-hat-enterprise-linux-6-with-active-directory . I need to be able to run the tool "system-config-authentication", but that tool does not seem to exist.
    Is this part of an additional package, or is there another command to configure authentication?

    You can install it using:
    su - root
    yum install authconfig-gtk[root@vm210 ~]# yum provides */system-config-authentication
    Loaded plugins: security
    authconfig-gtk-6.1.12-5.el6.x86_64 : Graphical tool for setting up authentication from network services
    Repo : ol6_latest
    Matched from:
    Filename : /etc/pam.d/system-config-authentication
    Filename : /etc/security/console.apps/system-config-authentication
    Filename : /usr/bin/system-config-authentication
    Filename : /usr/sbin/system-config-authentication

  • HT1365 system config chuck

    I had trouble connecting to the internet. I made an appointment with apple store, took my imac in. they ran diagnostic and found no problems. but reformatted the disk for me using time machine. i brought it home and it worked. then when i put the mac to sleep and came backto using it, the internet was gone. so i called apple store and they said try deleting the system configuration folder under library - preferences - system config. i did that. then restarted and the internet worked. now i have to do this all the time to connect.
    what should i do? please help.

    Hello Hackintosh.
    Basically i have connection problems. every time i put the imac to sleep or shut it down, when i start it back up, the web browser says, you are not connected to the internet, please connect to the network. the air port icon at the top shows full strength. but the browser says its not connected to the internet.
    when i click on network diagnostic from with in the brower, it shows the ethernet is connected and the wifi has an ip address.
    then i have to close everything, go into library > preferences > and delete the system configuration folder and restart. when i restart the airport icon is light gray. its not connected. i click and hover over the airport sign and it picks up my wifi connection. i give it a min before opening the browser.
    when i open the browser, i have the same error message. you are not connected to the internet. then there is the network diagnostic button below the error message.
    sometimes i have to restart multiple times (around 3-4) and again go back into the preferences folder and delete the system configuration folder. some times it doesnt work how many times i do this.
    everything was working fine till i removed the ethernet connection to clean the desk. then all **** broke loose. this is getting annoying.
    i booked an appointment with the apple store and they ran diagnostics and everything came back negative. it picked up the wifi in the store right away and they could browse. they connected an ethernet cable and it worked. they booted it up from the network menu for this.
    then they booted my computer the normal way and they ran into the same problem. so they reformatted my hard disk and reintstalled OS X Lion.
    now i have OS X Mountain Lion and i still have the same problems. cant be virus because when the hard disk was wiped clean, it would have wiped the virus out too......at least i think it would have.
    could you help? i have extended warranty from best buy on this mac so i will take it to them to have a look aswell. but i want to see if i can fix this myself. dont feel like lugging this thing around  everywhere.
    hope to hear from you soon.

  • System-config-display, gnome-display-properties - inconsistent R5 U5 64bit

    Hi all,
    I have OEL Rel 5 U5 (64-bit) installed and running on an IBM x3200 which has Radeon integrated graphics, with a IBM ThinkVision LCD monitor (1280x1024 max)
    Problem I have is eventhough system-config-display lets me select 1280x1024 I can't actually get it to switch. Upon log-off/log-in, reboot, restart, etc... it still returns to 1024x768 mode.
    Running gnome-display-properties only gives me a choice of 1024x768, 800x600, or 640x480.
    I've also tried xrandr and trying to force it to 1280x1024 but it tells me I only have the 3 choices given by gnome-display-properties.
    My xorg.conf file is configured with 1280x1024, 1024x768, and 800x600 modes, so I'm baffled at where gnome-display-properties and xrandr are getting their mode choices...
    Can anyone shed some light on this?

    Based on Xorg log I'm guessing the monitor driver just will not support the higher res and apparently that's where 'gnome-display-properties' gets its info regardless of what I try in Xorg.conf.
    I'll see if I can manipulate the monitor settings and see where that gets me...
    I see the following in the log:
    (II) RADEON(0): Monitor1 EDID data ---------------------------
    (II) RADEON(0): Manufacturer: IBM Model: 29a Serial#: 16843009
    (II) RADEON(0): Year: 2003 Week: 16
    (II) RADEON(0): EDID Version: 1.3
    (II) RADEON(0): Digital Display Input
    (II) RADEON(0): Max Image Size [cm]: horiz.: 30 vert.: 23
    (II) RADEON(0): Gamma: 1.00
    (II) RADEON(0): No DPMS capabilities specified
    (II) RADEON(0): Supported color encodings: RGB 4:4:4 YCrCb 4:4:4
    (II) RADEON(0): Default color space is primary color space
    (II) RADEON(0): First detailed timing is preferred mode
    (II) RADEON(0): redX: 0.640 redY: 0.330 greenX: 0.300 greenY: 0.600
    (II) RADEON(0): blueX: 0.150 blueY: 0.060 whiteX: 0.312 whiteY: 0.329
    (II) RADEON(0): Supported VESA Video Modes:
    (II) RADEON(0): 720x400@70Hz
    (II) RADEON(0): 640x480@60Hz
    (II) RADEON(0): 640x480@72Hz
    (II) RADEON(0): 640x480@75Hz
    (II) RADEON(0): 800x600@56Hz
    (II) RADEON(0): 800x600@60Hz
    (II) RADEON(0): 800x600@72Hz
    (II) RADEON(0): 800x600@75Hz
    (II) RADEON(0): 1024x768@60Hz
    (II) RADEON(0): 1024x768@70Hz
    (II) RADEON(0): 1024x768@75Hz
    (II) RADEON(0): Manufacturer's mask: 0
    (II) RADEON(0): Supported Future Video Modes:
    (II) RADEON(0): #0: hsize: 1024 vsize 768 refresh: 60 vid: 16481
    (II) RADEON(0): Supported additional Video Mode:
    (II) RADEON(0): clock: 65.0 MHz Image Size: 300 x 225 mm
    (II) RADEON(0): h_active: 1024 h_sync: 1048 h_sync_end 1184 h_blank_end 1344 h_border: 0
    (II) RADEON(0): v_active: 768 v_sync: 771 v_sync_end 777 v_blanking: 806 v_border: 0
    (II) RADEON(0): Serial No: Reserved
    (II) RADEON(0): Monitor name: IBM RSA2
    (II) RADEON(0): Ranges: V min: 50 V max: 160 Hz, H min: 30 H max: 70 kHz, PixClock max 110 MHz
    (WW) RADEON(0): Failed to detect secondary monitor, MergedFB/Clone mode disabled
    (==) RADEON(0): Using gamma correction (1.0, 1.0, 1.0)
    (II) RADEON(0): Validating modes on Primary head ---------
    (II) RADEON(0): DFP table revision: 3
    (II) RADEON(0): Panel infos found from DDC detailed: 1024x768
    (II) RADEON(0): Valid Mode from Detailed timing table: 1024x768
    (II) RADEON(0): Valid Mode from standard timing table: 1024x768
    (II) RADEON(0): Valid Mode from established timing table: 1024x768
    (II) RADEON(0): Valid Mode from established timing table: 1024x768
    (II) RADEON(0): Valid Mode from established timing table: 1024x768
    (II) RADEON(0): Valid Mode from established timing table: 800x600
    (II) RADEON(0): Valid Mode from established timing table: 800x600
    (II) RADEON(0): Valid Mode from established timing table: 800x600
    (II) RADEON(0): Valid Mode from established timing table: 800x600
    (II) RADEON(0): Valid Mode from established timing table: 640x480
    (II) RADEON(0): Valid Mode from established timing table: 640x480
    (II) RADEON(0): Valid Mode from established timing table: 640x480
    (II) RADEON(0): Total of 12 mode(s) found.
    Here's video info from lspci:
    0a:04.0 VGA compatible controller: ATI Technologies Inc ES1000 (rev 02) (prog-if 00 [VGA controller])
         Subsystem: IBM Unknown device 0325
         Flags: bus master, stepping, fast Back2Back, medium devsel, latency 66, IRQ 11
         Memory at d8000000 (32-bit, prefetchable) [size=128M]
         I/O ports at 6000 [size=256]
         Memory at d0800000 (32-bit, non-prefetchable) [size=64K]
         [virtual] Expansion ROM at d0820000 [disabled] [size=128K]
         Capabilities: [50] Power Management version 2
    Xorg.conf:
    # Xorg configuration created by system-config-display
    Section "ServerLayout"
         Identifier "single head configuration"
         Screen 0 "Screen0" 0 0
         InputDevice "Keyboard0" "CoreKeyboard"
    EndSection
    Section "InputDevice"
         Identifier "Keyboard0"
         Driver "kbd"
         Option     "XkbModel" "pc105"
         Option     "XkbLayout" "us"
    EndSection
    Section "Monitor"
    ### Comment all HorizSync and VertSync values to use DDC:
    ### Comment all HorizSync and VertSync values to use DDC:
         Identifier "Monitor0"
         ModelName "LCD Panel 1280x1024"
    ### Comment all HorizSync and VertSync values to use DDC:
         HorizSync 31.5 - 64.0
         VertRefresh 56.0 - 65.0
         Option     "dpms"
    EndSection
    Section "Device"
         Identifier "Videocard0"
         Driver "radeon"
         Option     "AccelMethod" "UXA"
    EndSection
    Section "Screen"
         Identifier "Screen0"
         Device "Videocard0"
         Monitor "Monitor0"
         DefaultDepth 16
         SubSection "Display"
              Viewport 0 0
              Depth 24
              Modes "1280x1024" "1024x768" "800x600"
         EndSubSection
         SubSection "Display"
              Viewport 0 0
              Depth 16
              Modes "1280x1024" "1024x768" "800x600"
         EndSubSection
    EndSection

  • Is redhat-config-xfree86 tool available on fedora8?

    Is redhat-config-xfree86 tool available on fedora8?
    [root@fedora ~]# ls /etc/X11
    applnk fontpath.d prefdm twm X xinit Xmodmap xorg.conf Xresources
    [root@fedora ~]#
    Which tool replace it on Fedaro8?(the alternative tools)

    system-config-display command is the replacement. It is provided by system-config-display package

  • Why is help material missing in system-config-users ?

    When I press the Help button or select Contents item on Help menu of the system-config-users main window, Mozilla Firefox starts displaying the plain text error message:
    File Not Found
    Firefox can't find the file at /usr/share/doc/system-config-users-1.2.51/index.html.
    that is true, since the directory is empty. The same is true with most system-config apps. The original Red Hat packages do have help files for all system-configs. Why are they missing in OEL-5? Oracle claims that OEL is fully compatible with RHEL. The help material, eg. User Manager, is copyrighted by Red Hat, but it can be distributed subject to the terms and conditions in the Open Publication License. If it didn't suite Oracle needs, then Oracle had to find another solution (eg. writing its own short help material). Leaving the help directory empty without any explanation and just let a user wondering what the hell is happening, is irresponsible. Anyway it's one of the things that end users are least willing to tolerate at all.

    I am not a lawyer. I am not in the inner circle. Any resemblance between my options and those of my employer are due entirely to the good fortune of my employer.
    This is just my reading of the situation.
    The OPL does not repeat the GPL words; OPL is a legal premise where GPL has been proven valid in several world courts. Maybe OPL is "just as good", maybe not. So the licensed docs had to come out of OEL first, even before replacement docs were ready. Probably a "must come out NOW" kind of executive decision from the Legal Department.
    I know this post doesn't replace the missing documentation, but I hope it may help understand the omission.

  • Gnome: Trouble with system-config-printer

    Hello all
    I have trouble setting up my printers using system-config-printer in Gnome... I added some screenshots to the bottom of this post. When I try to add the Generic CUPS-PDF printer, the "Next" button is disabled and I am not allowed to continue. When I try to add the HP printer that is on my home network (as recognised by the config) the application throws some sort of runtime error (in terminal) and doesn't update the screen or allow me to continue.
    Before moving to Arch a few weeks ago, I used Ubuntu 8.04, and it had a very different application for configuring printers (although it was also called system-config-printer). Preferably, I'd just get that application back for configuring printers, it was much more intuitive and above all it actually worked.
    I would like to know how to solve my problem of not being able to add the printers I want and how to get the Ubuntu printer config on Arch if that is possible at all.
    Thanks
    error:
    Traceback (most recent call last):
      File "/usr/share/system-config-printer/system-config-printer.py", line 5585, in on_tvNPDevices_cursor_changed
        physicaldevice.add_device (dev)
      File "/usr/share/system-config-printer/PhysicalDevice.py", line 61, in add_device
        raise RuntimeError
    RuntimeError

    @IceHand
    Hmm.. It doesn't really make sense to me that I need a webbrowser to configure a printer, but I gave it a try. When I tried adding the CUPS-PDF printer, it asked me what brand it was in the second step. This can't be right. When I tried adding the HP printer that is on my network, it automatically selected the correct driver from a list, but when I chose to continue it asked me for a username and a password, and providing my own did not work. So this method failed for both printers. I would really love to get back the old configuration menu from Ubuntu at this point.
    @dbb
    The GTK theme is a personal modification of Fresh Dark that removes the Aurora style scrollbar, uses bigger icons and has nicer progress bars.
    The font I use is Myriad Pro with slight hinting enabled.
    The icon theme is my own mash-up of many tango-styled themes and a few custom icons and improved icons from other themes. You'll find icons there from gnome-colors, gnome-icon-theme, ubuntu-studio, and stuff found randomly on the internet and more. I'm not done perfectioning the theme though, but it's come a long way.

  • Where is Canon IJ Network Tool?

    I have IMACS with OS 10. I have an MX860. I had a router and everything was working fine through comcast cable modem. Them we got combined comcast TV, phone, and cable modem. So that service came with wireless so I am trying to change the settings to their router. I came to a step that says select the Canon IJ Network Tool  and select LAN connection. Where is the Canon IJ Network Tool?
    Thanks,

    Hello gs3sward.
    Please try the following to connect the unit to the network:
     1.  Open the Hard Drive (Mac HD).
     2.  Open the Library Folder.
     3.  Open the Printers folder.
     4.  Open the Canon Folder, then the BJ Printer folder.  Once there, open the Utilities folder.
     5.  Open the Canon IJ Network utility.
     6.  Once the utility is launched, make sure that 'Setup' is selected in the upper left dropdown menu instead of 'Utility'.
     7.  Select the printer in the list or click 'Update' if it has not populated yet, then click 'OK'.
     8.  Follow the steps on screen to configure the printer over your network.
     9.  Once the setup is complete, add the printer by clicking the Apple and choosing 'System Preferences'.
    10.  Open the 'Print and Fax' menu.
    11.  Highlight and delete any copies of the Canon Printer listed on the left by clicking the minus (-) sign.
    12.  Click the plus (+) sign.
    13.  Click the 'More Printers' option on the lower left when it appears.
    14.  Make sure that 'Canon IJ Network is selected in the top drop down menu of the next screen.
    15.  Highlight the printer and click 'Add' when it is available.
    Once this has been done, disconnect the USB cable and attempt to print.
    Did this answer your question? Please click the Accept as Solution button so that others may find the answer as well.

  • Problem with internet. When i open System preferences, Network, message drops down: 'your network settings have been changed by another application'. I click OK, but it drops a message again and again, preventing me to do anything about the setting.

    Problem with internet. When i open System preferences, Network, message drops down: 'your network settings have been changed by another application'. I click OK, but it dropps the message again and again, preventing me to do anything about the setting.

    A Fix for "Your network preferences have been changed by another application" Error 
    In the Library/Preferences/SystemConfiguration/ folder delete the following:
    com.apple.airport.preferences.plist
    NetworkInterfaces.plist
    preferences.plist
    com.apple.nat.plist
    You will have to re-configure all your network settings since deleting.
    (10.4.10)
    Use Software Update to update your OS to last version of Tiger.  Install all the other updates that goes along w/it.

  • When syncing my iphone 6 plus, i now get an error that reads, "IP address conflicts with another system or network."  How can i eliminate this error permanently?   Thank you in advance!

    when syncing my iphone 6 plus, i now get an error that reads, "IP address conflicts with another system or network."  How can i eliminate this error permanently?   Thank you in advance!
    This never happened before, however the last couple of months it comes up every time I plug my USB from PC to iphone.

    HyperNova Software,
    Thank you so much.  Because I am very computer illiterate, could you help me on how to get started?  I don't have the slightest on where to get started, the steps to follow, etc.
    Can't thank you enough for your help!

  • Subsequent device(speaker) detection over USB, results in new interfaces in the list(System Preferences- Network)

    Hi,
    There is a problem when device(speaker) is unplugged and plugged in Mac OS version 10.7.5
    Every time unplug and plug the device over USB and re-plug, new interface is added in the list System Preferences->Network.
    For example, if the device interface name is device20, when the device is plugged first time, system shows "device20" in the detected device list i..e in System Preferences->Network. But next time when unplugged and plug again the device name gets changed(device number gets incremented), i.e. "device21" will be displayed. So if repeatedly unplugged and plugged, the device number gets incremented everytime and added to the list as device22, device23,....etc. The list will grow with many entries if we repeatedly unplug and plug the device.
    I am not sure why the system is behaving so. You help/support will be highly appreciated.
    Thanks in advance.
    - Tejonath

    Hi,
    There is a problem when device(speaker) is unplugged and plugged in Mac OS version 10.7.5
    Every time unplug and plug the device over USB and re-plug, new interface is added in the list System Preferences->Network.
    For example, if the device interface name is device20, when the device is plugged first time, system shows "device20" in the detected device list i..e in System Preferences->Network. But next time when unplugged and plug again the device name gets changed(device number gets incremented), i.e. "device21" will be displayed. So if repeatedly unplugged and plugged, the device number gets incremented everytime and added to the list as device22, device23,....etc. The list will grow with many entries if we repeatedly unplug and plug the device.
    I am not sure why the system is behaving so. You help/support will be highly appreciated.
    Thanks in advance.
    - Tejonath

  • AirPort does not show under System Preferences Network Show

    Hello,
    I am having problems with my AirPort Express. It is listed in AirPort Admin Utility (with an IP Address), but does not show up under System Preferences > Network > Show.
    How can I get the AirPort recognized?
    Thanks,
    Fidelio

    In System under "Network" it shows "AirPort Card" with "No information found"
    Your Mac does not have a wireless card installed or it is not working.
    However, I would like to set up a shared printer and instructions I have for this say that I need to get the IP address of AirPort under System Preferences > Network > Show > AirPort.
    That information should have nothing to do with a printer since the information there relates to your Mac... not to the AirPort Express (AX).

  • When I go to System Preferences Network "Click the lock to make changes",... it ALWAYS UNLOCKED.   That is even if I have locked it before last shutdown. Should it not stay locked until I unlock it again as administrator?

    When I go to
    System Preferences > Network > "Click the lock to make changes",...
    It is ALWAYS UNLOCKED.
    That is even if I have locked it before the last shutdown.
    Should it not stay locked until I unlock it again as administrator?
    PJ  (Pjflyer)

    From the menu bar, select
     ▹ System Preferences... ▹ Security & Privacy ▹ General
    If there's a closed padlock icon in the lower left corner of the preference pane, click it and authenticate to unlock the settings. Enter your login password when prompted.
    Click the Advanced button and check the box marked Require an administrator password to access locked preferences in the sheet that drops down. Then click OK.

Maybe you are looking for

  • New power adapter dead after one charge cycle

    hi guys..... my power supply went a week or so ago... started to turn on and off then stopped completely... i bought a new apple A1021 as an exact replacement to the previous... plugged it in and got amber led then charged through to green and all fu

  • Strange freezing/display problem

    Hi, I've recently started having some strange problems with my 24" iMac 2.16GHz. What happens is the screen freezes, not just the application I'm working in, but the entire screen. If I move the mouse it looks like the screen tries to redraw itself s

  • Purchase org - material

    Currently the Alv Grid report shows this data. marc-matnr marc-werks marc-stawn I need to add the following ones LIFNR, Vendor Number EINE-EKORG EINA-URZLA, Country of Origin. My Purchase info rec is purchase organization specific and NOT Plant speci

  • University has switched to gmail so I now have two thunderbird accounts. How do I safely delete the unused one?

    The school where I teach has recently switched all accounts to gmail. To use Thunderbird I had to register again, which gives me two Thunderbird accounts on the same left hand column. As far a I can tell, everything has migrated to the new account. C

  • Recovering Metadata on iTunes

    Our Windows XP Media computer crashed but were able to recover the iTunes library and copied it to an external drive. We purchased a Vista 32 bit replacement computer and loaded iTunes 8. We cannot replace the iTunes music in the exact same directory