search for: serverip

Displaying 20 results from an estimated 73 matches for "serverip".

Did you mean: serverid
2015 Sep 12
2
pxelinux tries to load ldlinux.c32 from DHCP server, instead of next-server
...4, 0); >> + >> + /* What about option 66, tftserver_name ? FIXME */ >> } > > Something like this would be preferable except it's not quite so > simple. We'd need to not store BOOTP siaddr before parsing. Store a > pointer to the string during parsing if serverip is unset. After all > parsing, if the pointer is set, attempt to resolve then set serverip. > Last, if serverip is not set, copy siaddr to serverip. Perhaps a more important question is if ANY PXE implementation uses DHCP option 66 over BOOTP field siaddr. -- -Gene
2004 Oct 20
1
throttle particular client ip
...ip. ----lan----------eth1-[linux.box]-eth0----------internet I have used the technique provided by smueller@chronox.de and his limit.conn-0.2 perl script, which basically does the following: iptables --append PREROUTING --in-interface eth0 --table mangle \ --protocol tcp --source $SERVERIP \ --source-port $SERVERPORT --jump MARK --set-mark 0x1 tc qdisc add dev eth0 handle ffff: ingress tc filter add dev eth0 parent ffff: protocol ip prio 50 handle \ 0x1 fw police rate 1kbit burst 1500 mtu 9k drop flowid :0x1 This works great! But all clients on the lan side are...
2015 Sep 14
2
pxelinux tries to load ldlinux.c32 from DHCP server, instead of next-server
...2, 2015 at 6:37 PM, Gene Cumm <gene.cumm at gmail.com> wrote: >> >... > >> Something like this would be preferable except it's not quite so >> simple. We'd need to not store BOOTP siaddr before parsing. Store a >> pointer to the string during parsing if serverip is unset. After all >> parsing, if the pointer is set, attempt to resolve then set serverip. >> Last, if serverip is not set, copy siaddr to serverip. > >Perhaps a more important question is if ANY PXE implementation uses >DHCP option 66 over BOOTP field siaddr. > >-- &g...
2008 Mar 05
1
environment variables in kickstart
I have been looking for environment variables for the %post section of kickstart. Namely if I start my kickstart command with "linux ks=http://serverip/ks.cfg" is there an environment variable that has serverip that I can use in the %post section? Also is there a way to pass a command line argument to the %post section when running kickstart command as the above http://serverip/ks.cfg Thanks, Jerry
2006 Feb 22
0
What are these error messages in my logs?
...rsions and have been seeing this for quite some time but have just now asked if anyone knows what is going on. Could not find anything in wiki about it. Thanks for any comments. debug below: Feb 22 14:33:41 DEBUG[18472] chan_sip.c: Stopping retransmission on '66e4b8f740ed59854ec8ae8433a6ad26@SERVERIP' of Request 102: Match Found Feb 22 14:33:44 DEBUG[18472] chan_sip.c: Stopping retransmission on '7b368486033d0bb26bda565f6998c58b@SERVERIP' of Request 102: Match Found Feb 22 14:33:44 DEBUG[18472] chan_sip.c: Stopping retransmission on '021306be3685efc9298178275e31196c@SERVERIP'...
2012 Jul 10
3
kickstart installation problem
...-t iso9660 /root/Desktop/Centos-64-DVD.iso /mnt/iso/ -o loop - cp -Rp /mnt/iso/* /nfs/os/ - vim /etc/exports/ - /nsf/os/ 10.112.0.0/8(ro,sync) - exportfs -a - exportfs -v - /etc/init.d/nfs restart . - When I boot my pc using centos and in a boot option I put " ks=nfs:serverIP/nfs/ks/ks.cfg" So it is giving my error could not find kernel image ks=nfs:serverIP/nfs/ks/ks.cfg When I put ks.cfg file in /nfs/os/ks.cfg Then it is giving me error " Unable to download kickstart file" I have check all configuration . Even I search on google but not getting any g...
2011 Dec 09
3
xen the i / O performance, network performance is only 20-30% of the real machine?
...irtual machine) running the server side: [Root @ rhel-PowerEdge-1 ~] # netserver Starting netserver at port 12865 Starting netserver at hostname 0.0.0.0 port 12865 and family AF_UNSPEC A machine to modify the test client script (/ usr / local / sbin / netclient.sh), reads as follows: #! / Bin / sh SERVERIP = $ 1 OUT = $ 2 if ["$ SERVERIP" == ""-o "$ OUT" == ""]; then echo "netclient <Server IP> <OUTPUT FILE>" exit 1 fi netperf-H $ SERVERIP-i 10,2-I 99,5 --m 4096-s 128K-S 128K> $ OUT netperf-H $ SERVERIP-i 10,2-I 99,5 --m 4096-s 57344-...
2015 Sep 13
0
pxelinux tries to load ldlinux.c32 from DHCP server, instead of next-server
...; + /* What about option 66, tftserver_name ? FIXME */ > >> } > > > > Something like this would be preferable except it's not quite so > > simple. We'd need to not store BOOTP siaddr before parsing. Store a > > pointer to the string during parsing if serverip is unset. After all > > parsing, if the pointer is set, attempt to resolve then set serverip. > > Last, if serverip is not set, copy siaddr to serverip. > > Perhaps a more important question is if ANY PXE implementation uses > DHCP option 66 over BOOTP field siaddr. Quoting...
2015 Sep 13
3
pxelinux tries to load ldlinux.c32 from DHCP server, instead of next-server
...option 66, tftserver_name ? FIXME */ >> >> } >> > >> > Something like this would be preferable except it's not quite so >> > simple. We'd need to not store BOOTP siaddr before parsing. Store a >> > pointer to the string during parsing if serverip is unset. After all >> > parsing, if the pointer is set, attempt to resolve then set serverip. >> > Last, if serverip is not set, copy siaddr to serverip. >> >> Perhaps a more important question is if ANY PXE implementation uses >> DHCP option 66 over BOOTP fiel...
2015 Sep 12
2
pxelinux tries to load ldlinux.c32 from DHCP server, instead of next-server
On Sat, Sep 12, 2015 at 08:42:15AM -0400, Gene Cumm via Syslinux wrote: > On Sat, Sep 12, 2015 at 7:37 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > > On Sat, Sep 12, 2015 at 7:08 AM, Gene Cumm <gene.cumm at gmail.com> wrote: > >> On Sat, Sep 12, 2015 at 5:54 AM, Teun Docter > >> <teun.docter at brightcomputing.com> wrote: > >>> On
2004 Apr 07
1
(no subject)
...flowid 1:3 tc qdisc add dev eth1 parent 1:2 handle 20 pfifo limit 10 tc qdisc add dev eth1 parent 1:3 handle 30 pfifo limit 10 This simple setup should split the 1mbit bandwidth between TCP and UDP. I run 2 IPerf clients simultaneously Server: iperf -s -p 200 iperf -s -p 400 -u Client: iperf -c $ServerIP -p 200 iperf -c $ServerIP -p 400 -u then UDP traffic takes about 750kbit and TCP traffic takes about 250kbit Can anyone tell me why is that? thanx, Ibrahim _________________________________________________________________ Protect your PC - get McAfee.com VirusScan Online http://clinic.mcafee.co...
2004 Nov 24
0
Problem accessing win2k3 shares -- permission denied!
Hi all, I couldn't access win2k3 server shares from my FC2 box. It's got default Fedora Core 2 installation. Kernel: 2.6.5-1.358 Samba: samba-3.0.3-5 I've tried with both smbfs and cifs options. This is what happens, With smbfs: $ mount -t smbfs -o username=admin //ServerIP/sharename /mnt/sharename password: $ $ ls /mnt/sharename ls: /mnt/sharename: Permission denied $ $ ls -l /mnt/ ?--------- ? ? ? ? ? sharename $ less /proc/mounts | grep sharename //ServerIP/sharename /mnt/sharename smbfs rw,nodiratime,nosuid,nodev,file_mode=0664,dir_mode=0...
2010 Sep 01
2
user permissions
Hello, I have a problem about reaching my share folder when the permission is 750 but whenever I change it to 755 I can see the content of the folder. for 750 I get this result: "smbclient //serverip/sharename -U username" smb: \> ls NT_STATUS_NETWORK_ACCESS_DENIED listing \* 0 blocks of size 0. 9 blocks available smb: \> but for 755 everything is fine but of course I don't get any write permission. Doesn't it mean that my samba user is seem as other? if...
2004 Jul 22
0
Application Hangup not hanging up, possible dialplan cockup?
...test this with another SIP phone to the same results. (Keeping in mind this is Asterisk not hanging up, rather than the phones not hanging up) The SIP debug looks a little like this: -- Executing Wait("SIP/3015845559-bf64", "3") in new stack Sip read: ACK sip:13015555555@serverIP SIP/2.0 Via: SIP/2.0/UDP clientIP;branch=z9hG4bKc4166a0beedc9579 From: "JP Hindin" <sip:3015845559@serverIP>;tag=a375d9bac322f73f To: <sip:13015555555@serverIP>;tag=as12bc5f06 Contact: <sip:3015845559@clientIP> Proxy-Authorization: DIGEST username="3015845559",...
2015 Sep 12
0
pxelinux tries to load ldlinux.c32 from DHCP server, instead of next-server
..._dhcp_options(dhcp->sname, 64, 0); > + > + /* What about option 66, tftserver_name ? FIXME */ > } Something like this would be preferable except it's not quite so simple. We'd need to not store BOOTP siaddr before parsing. Store a pointer to the string during parsing if serverip is unset. After all parsing, if the pointer is set, attempt to resolve then set serverip. Last, if serverip is not set, copy siaddr to serverip. > Thing I want to say is that DHCP option 66 is 'next-server' in ISC DHCP server. > Most likely is the 'next-server' in the subjec...
2007 Jul 12
0
No subject
found response from asterisk. =20 =20 On asterisk's log I see messages like: "Looking for conference on conference-context (domain serverIP)" =20 And: "Call from 'conference' to extension 'conference' rejected because extension not found." =20 =20 Does anyone have an ideia of why I'm getting that message? =20 Why does asterisk seem to be using domain =3D=3D serverIP, instead of = domain =3D=3D servern...
2012 Nov 26
2
Samba4 on CentOS 6.3 - IPTABLES how-to???
...? I tried the following: -A INPUT -p tcp -m state --state NEW -m tcp --dport 88 -j ACCEPT -A INPUT -p tcp -m state --state NEW -m tcp --dport 749 -j ACCEPT -A INPUT -p udp -m state --state NEW -m udp --dport 88 -j ACCEPT -A INPUT -p tcp -m state --state NEW -m tcp --dport 389 -j ACCEPT -A INPUT -d SERVERIP/32 -p udp -m udp --sport 1024:65535 --dport 53 -m state --state NEW,ESTABLISHED -j ACCEPT -A INPUT -d SERVERIP/32 -p udp -m udp --sport 53 --dport 53 -m state --state NEW,ESTABLISHED -j ACCEPT -A INPUT -p udp -m udp --dport 137 -j ACCEPT -A INPUT -p udp -m udp --dport 138 -j ACCEPT -A INPUT -m stat...
2018 Oct 29
2
Not working with Windows clients where "Digitally sign communications (always)" is enabled
Samba version: 4.7.6 OS: Ubuntu 18.04.1 server Client: Windows 7 SP1 (Traditional Chinese) Problem: Normally, a client can connect to [homes] share on server. (I type \\serverIP\my_user_name and press enter, the username/password dialog pops up, I input those of my Ubuntu user, and the contents of my home dir on the server reveal.) But when Win7 is configured with this setting enabled, Computer Configuration\Windows Settings\Security Settings\Local Policies\Security Option...
2006 Feb 16
4
FTP Server and IPTables?
...-A RH-Firewall-1-INPUT -j REJECT --reject-with icmp-host-prohibited ############################################ Lastly, here's a typical log rejection notice from /var/log/messages Feb 15 19:23:32 atreyu kernel: IN=eth0 OUT= MAC=00:e0:81:2f:7c:22:00:b0:c2:88:9d:4d:08:00 SRC=$MYHOUSEIP DST=$SERVERIP LEN=60 TOS=0x00 PREC=0x00 TTL=51 ID=20932 DF PROTO=TCP SPT=32877 DPT=34729 WINDOW=5840 RES=0x00 SYN URGP=0 What am I missing? -Ben -- "The best way to predict the future is to invent it." - XEROX PARC slogan, circa 1978
2007 Nov 15
2
Is there any way to query a secure imap server for certificate details
? -- ==== Stewart Dean, Unix System Admin, Henderson Computer Resources Center of Bard College, Annandale-on-Hudson, New York 12504 sdean at bard.edu voice: 845-758-7475, fax: 845-758-7035