Two different IP address

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • Peter Sim
    Trusted Tech

    250+ Posts
    • Sep 2008
    • 445

    #1

    Two different IP address

    Hai all ,
    I need advice.
    Is there a possible for two or more domain ( different Ip address) to work on our ir3300N?
  • SmudgerUK
    Technician
    • Mar 2008
    • 17

    #2
    We have many machines working across multiple domains. You will need the networks to be able to see each other.

    Enter an IP address and gateway to suit one of the networks.
    From one of the other networks, ping the copier. (i.e. if your copier is 10.x.x.x and the other network is 192.x.x.x, ping from a 192 range pc).
    When you install the printer, set it as a TCP/IP port and enter the IP address.

    On our network, we load the driver at one of the domain controllers and share the driver from there. Everyone just picks this up from there from the logon VBS script (see below)

    Set WshNetwork = CreateObject("WScript.Network")
    WshNetwork.AddWindowsPrinterConnection "\\server\ir3300"
    WshNetwork.AddWindowsPrinterConnection "\\server\irc2620"
    WshNetwork.AddWindowsPrinterConnection "\\server2\KM-C3225"
    WshNetwork.AddWindowsPrinterConnection "\\server2\km-5035"
    WshNetwork.SetDefaultPrinter "\\server\ir3300"

    Comment

    • Peter Sim
      Trusted Tech

      250+ Posts
      • Sep 2008
      • 445

      #3
      [quote=SmudgerUK;63497]We have many machines working across multiple domains. You will need the networks to be able to see each other.

      Enter an IP address and gateway to suit one of the networks.
      From one of the other networks, ping the copier. (i.e. if your copier is 10.x.x.x and the other network is 192.x.x.x, ping from a 192 range pc).
      When you install the printer, set it as a TCP/IP port and enter the IP address.

      On our network, we load the driver at one of the domain controllers and share the driver from there. Everyone just picks this up from there from the logon VBS script (see below)

      Set WshNetwork = CreateObject("WScript.Network")
      WshNetwork.AddWindowsPrinterConnection "\\server\ir3300"
      WshNetwork.AddWindowsPrinterConnection "\\server\irc2620"
      WshNetwork.AddWindowsPrinterConnection "\\server2\KM-C3225"
      WshNetwork.AddWindowsPrinterConnection "\\server2\km-5035"
      WshNetwork.SetDefaultPrinter "\\server\ir3300"[/quote]

      Thanks for your advice.
      I will find one of the ip and gateway to suit the Network and make one of the computor as server for sharing.But i got another problem because they turn on the 'ID department' and 'Job accounting', is possible for them to print from pc via network with the ID number?

      Comment

      Working...