HPE GreenLake Administration
- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - Linux
- >
- P2055dn with linux networking
Operating System - Linux
1828838
Members
2678
Online
109985
Solutions
Forums
Categories
Company
Local Language
back
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
back
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Blogs
Information
Community
Resources
Community Language
Language
Forums
Blogs
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-18-2009 05:51 AM
10-18-2009 05:51 AM
P2055dn with linux networking
I'm having a strange networking problem with my P2055dn if I use my Linux (CentOS 5.3) DHCP server.
My hardware comprises
1) O2 router (DG585v7)
2) Cisco 3524-XL-POE switch
3) Server running CentOS 5.3 & trixbox 2.8
4) Clients running either XP SP3 or Vista
5) P2055dn printer upgraded to 20081124 firmware on static IP address
6) Cisco 7940 IP phones
I really need to run DHCP on the server rather than on the router. (This is because the DHCP function on the server is able to specify a TFTP server, and I need this in order to be able to configure the IP phones.) However, if I do this then I lose the ability to print on the P2055dn; more specifically any documents I print just sit in the print queue with an error flag. Despite this I have no problem seeing the printer on the network, for example I can access it on its static IP address with a web browser.
The problem goes away if I stop using the CentOS DHCP function, either by assigning static IP addresses to clients, or by switching over to the router's DHCP function and switching off the CentOS service. However assigning static IP addresses is inconvenient, and using the router's DHCP service doesn't allow me to configure my phones.
I should emphasise that apart from using the printer, the rest of my network is just fine on the CentOS DHCP server, and the IP addresses assigned all seem completely reasonable and are suitably unique.
Here's my CentOS dhcpd.conf file
-------------
ddns-update-style interim;
ignore client-updates;
subnet 192.168.1.0 netmask 255.255.255.0 {
option routers 192.168.1.254;
option subnet-mask 255.255.255.0;
option nis-domain "trixbox1.localdomain";
option domain-name "trixbox1.localdomain";
option domain-name-servers 192.168.1.254;
option time-offset 0; # GMT
option ntp-servers 192.168.1.100;
option tftp-server-name "192.168.1.100";
range dynamic-bootp 192.168.1.20 192.168.1.99;
default-lease-time 43200;
max-lease-time 86400;
}
--------------------
Any thoughts here gratefully received.
Josh
My hardware comprises
1) O2 router (DG585v7)
2) Cisco 3524-XL-POE switch
3) Server running CentOS 5.3 & trixbox 2.8
4) Clients running either XP SP3 or Vista
5) P2055dn printer upgraded to 20081124 firmware on static IP address
6) Cisco 7940 IP phones
I really need to run DHCP on the server rather than on the router. (This is because the DHCP function on the server is able to specify a TFTP server, and I need this in order to be able to configure the IP phones.) However, if I do this then I lose the ability to print on the P2055dn; more specifically any documents I print just sit in the print queue with an error flag. Despite this I have no problem seeing the printer on the network, for example I can access it on its static IP address with a web browser.
The problem goes away if I stop using the CentOS DHCP function, either by assigning static IP addresses to clients, or by switching over to the router's DHCP function and switching off the CentOS service. However assigning static IP addresses is inconvenient, and using the router's DHCP service doesn't allow me to configure my phones.
I should emphasise that apart from using the printer, the rest of my network is just fine on the CentOS DHCP server, and the IP addresses assigned all seem completely reasonable and are suitably unique.
Here's my CentOS dhcpd.conf file
-------------
ddns-update-style interim;
ignore client-updates;
subnet 192.168.1.0 netmask 255.255.255.0 {
option routers 192.168.1.254;
option subnet-mask 255.255.255.0;
option nis-domain "trixbox1.localdomain";
option domain-name "trixbox1.localdomain";
option domain-name-servers 192.168.1.254;
option time-offset 0; # GMT
option ntp-servers 192.168.1.100;
option tftp-server-name "192.168.1.100";
range dynamic-bootp 192.168.1.20 192.168.1.99;
default-lease-time 43200;
max-lease-time 86400;
}
--------------------
Any thoughts here gratefully received.
Josh
The opinions expressed above are the personal opinions of the authors, not of Hewlett Packard Enterprise. By using this site, you accept the Terms of Use and Rules of Participation.
Company
Events and news
Customer resources
© Copyright 2025 Hewlett Packard Enterprise Development LP