python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Pfsense WAN IP 0.0.0.0
pfsense newbie here. I first learned about pfsense from a Network Chuck video on youtube, and decided to try it out for myself on spare hardware I had laying around. As best as I can tell, everything ...
WifiJedi
Votes: 0
Answers: 1
Sending Identical DHCP Parameter Requests in both the Discover and Request Messages
I am working with some code that constructs and sends the DHCP Discover and Request messages from a client, as well as parses the Offer and Ack messages that come back from the server. In both the opt...
Elliott Goldstein
Votes: 0
Answers: 0
Create DHCP Server Using VirtualBox's VBoxManage utility
I am creating a dhcp server using the following command.
VBoxManage dhcpserver add --netname dirtylan --ip 10.6.66.1 --netmask
255.255.255.0 --lower-ip=10.6.66.64 --upper-ip=10.6.66.128 --enable
Wh...
Ferda-Ozdemir-Sonmez
Votes: 0
Answers: 1
network sniffer - detect subnet mask in non-DHCP network
I'm writting a simple network sniffer that should be able to reconstruct network structure.
When an interface has set up a DHCP, I can easily read interface settings such as client IP address, subnet ...
Krzysztof Papciak
Votes: 0
Answers: 1