Hello, thank you for your response.
I have set this server up as gateway and server, with ethernet dhcp access, and it is operating a DHCP service on the local lan.
The log files say (with a "dhcp" filter):
Oct 25 08:42:03 andygw dhcpcd[1230]: broadcasting DHCP_REQUEST for 192.168.1.1
Oct 25 08:43:03 andygw dhcpcd[1230]: timed out waiting for DHCP_ACK response
Oct 25 08:43:03 andygw dhcpcd[1230]: broadcasting DHCP_DISCOVER
Oct 25 08:44:03 andygw dhcpcd[1230]: timed out waiting for a valid DHCP server response
Oct 25 08:44:03 andygw ifup: dhcpcd: MAC address = 00:c0:4f:7a:08:b1
Oct 25 08:44:03 andygw network: Determining IP information for eth1...dhcpcd: MAC address = 00:c0:4f:7a:08:b1
Oct 25 08:44:05 andygw dhcpcd: Starting dhcpcd:
Oct 25 08:44:06 andygw dhcpcd: Starting dhcpcd succeeded
Oct 25 08:44:06 andygw dhcpcd:
Oct 25 08:44:06 andygw rc: Starting dhcpcd: succeeded
Oct 25 08:44:07 andygw dhcpcd[1348]: broadcasting DHCP_REQUEST for 192.168.1.1
Oct 25 08:44:24 andygw dhcpd: Starting dhcpd:
Oct 25 08:44:25 andygw dhcpd: Starting dhcpd succeeded
Oct 25 08:44:25 andygw dhcpd:
Oct 25 08:44:25 andygw rc: Starting dhcpd: succeeded
Oct 25 08:44:28 andygw dhcpd: Internet Software Consortium DHCP Server 2.0pl5
Oct 25 08:44:28 andygw dhcpd: Copyright 1995, 1996, 1997, 1998, 1999 The Internet Software Consortium.
Oct 25 08:44:28 andygw dhcpd: All rights reserved.
Oct 25 08:44:28 andygw dhcpd:
Oct 25 08:44:28 andygw dhcpd: Please contribute if you find this software useful.
Oct 25 08:44:28 andygw dhcpd: For info, please visit
http://www.isc.org/dhcp-contrib.htmlOct 25 08:44:28 andygw dhcpd:
Oct 25 08:44:29 andygw dhcpd: Listening on Socket/eth0/192.168.1.0
Oct 25 08:44:29 andygw dhcpd: Sending on Socket/eth0/192.168.1.0
Oct 25 08:45:07 andygw dhcpcd[1348]: timed out waiting for DHCP_ACK response
Oct 25 08:45:07 andygw dhcpcd[1348]: broadcasting DHCP_DISCOVER
Oct 25 08:46:08 andygw dhcpcd[1348]: timed out waiting for a valid DHCP server response
Oct 25 08:46:48 andygw dhcpcd[2782]: broadcasting DHCP_REQUEST for 192.168.1.1
Oct 25 08:47:48 andygw dhcpcd[2782]: timed out waiting for DHCP_ACK response
Oct 25 08:47:48 andygw dhcpcd[2782]: broadcasting DHCP_DISCOVER
Oct 25 08:48:48 andygw dhcpcd[2782]: timed out waiting for a valid DHCP server response
Oct 25 08:49:27 andygw dhcpcd[3070]: broadcasting DHCP_REQUEST for 192.168.1.1
I don't know where it gets 192.168.1.1, since it's internal lan IP is 192.168.1.254, and has nothing to do with the external interface. But the MAC address mentioned in the ifup part is the correct external interface MAC.
[root@andygw root]# ifconfig
eth0 Link encap:Ethernet HWaddr 00:10:5A:74:44:F6
inet addr:192.168.1.254 Bcast:192.168.1.255 Mask:255.255.255.0
EtherTalk Phase 2 addr:65280/78
UP BROADCAST RUNNING MULTICAST MTU:1500 Metric:1
RX packets:83 errors:0 dropped:0 overruns:0 frame:0
TX packets:160 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
RX bytes:9634 (9.4 Kb) TX bytes:77518 (75.7 Kb)
eth1 Link encap:Ethernet HWaddr 00:C0:4F:7A:08:B1
UP BROADCAST NOTRAILERS RUNNING MULTICAST MTU:1500 Metric:1
RX packets:2135 errors:0 dropped:0 overruns:0 frame:0
TX packets:21 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
RX bytes:131140 (128.0 Kb) TX bytes:12390 (12.0 Kb)
lo Link encap:Local Loopback
inet addr:127.0.0.1 Mask:255.0.0.0
EtherTalk Phase 2 addr:0/0
UP LOOPBACK RUNNING MTU:16436 Metric:1
RX packets:1355 errors:0 dropped:0 overruns:0 frame:0
TX packets:1355 errors:0 dropped:0 overruns:0 carrier:0
collisions:0
RX bytes:144632 (141.2 Kb) TX bytes:144632 (141.2 Kb)
I didn't think linux would be anything like a supported OS by Optus, I'm quite certain that if I tell them I'm using linux, they'll tell me it's not supported. But I'll give it a shot.
Also, you are right in that it only accepts one mac address at a time. But I didn't think it would matter what the ethernet address would be since they didn't supply the network cards. The cable modem is connected to my server via a cross-over cable (direct connect).
Let me know what you think. Thank you!!!
- Andrew Gray